
chromia-mcpOfficial
Contribute to chromindscan/chromia-mcp development by creating an account on GitHub.
chromindscan
README
Chromia MCP
This tool that enables Claude AI to interact with Chromia Wallet for sending $CHR transactions.
Introduction on MCP: https://modelcontextprotocol.io/quickstart
Setting up
- git clone this repo
- setup
.env
and install
cp .env.sample .env
npm i
npm run build
- setup Claude's Desktop App (mac setup)
nano ~/Library/Application\ Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"chromia-mcp": {
"command": "node",
"args": [
"/PATH_TO_FOLDER/chromia-mcp/build/index.js"
]
}
}
}
- Restart Claude Desktop App
Recommended Servers
Crypto Price & Market Analysis MCP Server
A Model Context Protocol (MCP) server that provides real-time cryptocurrency analysis via CoinCap's API. Enables Claude and other MCP clients to fetch crypto prices, analyze market trends, and track historical data. - truss44/mcp-crypto-price
Adamik MCP Server
Adamik MCP. Contribute to AdamikHQ/adamik-mcp-server development by creating an account on GitHub.
TripleWhale MCP Server
Triplewhale MCP Server. Contribute to Triple-Whale/mcp-server-triplewhale development by creating an account on GitHub.
ntropy-mcp MCP Server
MCP server for enriching banking data using the Ntropy API - ntropy-network/ntropy-mcp
Bitrefill Search and Shop
A Model Context Protocol Server connector for Bitrefill public API, to enable AI agents to search and shop on Bitrefill. - bitrefill/bitrefill-mcp-server
Iaptic MCP Server
Model Context Protocol server for interacting with iaptic - iaptic/mcp-server-iaptic
Open-Ledger-MCP-Server
A Model Context Protocol (MCP) server implementation for the OpenLedger API. This server provides structured context to AI models according to the MCP specification. - openledger/Open-Ledger-MCP-Server
Cryptocurrency Daemon MCP Server
MCP server for interacting with cryptocurrency daemon RPC interfaces (BETA) - raw391/coin_daemon_mcp
Autumn MCP Server
A simple MCP server for https://useautumn.com. Contribute to SirTenzin/autumn-mcp-server development by creating an account on GitHub.
Ledger MCP Server
MCP Server for my ledger. Contribute to mprokopov/ledger-mcp-server development by creating an account on GitHub.