Real-time Cryptocurrency Analysis 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.
Add this configuration to your Claude Desktop config file:
MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%/Claude/claude_desktop_config.json
{ "mcpServers": { "mcp-crypto-price": { "command": "npx", "args": ["-y", "mcp-crypto-price"] } } }
For higher rate limits, add an API key to your configuration:
{ "mcpServers": { "mcp-crypto-price": { "command": "npx", "args": ["-y", "mcp-crypto-price"], "env": { "COINCAP_API_KEY": "YOUR_API_KEY_HERE" } } } }
Important Note: CoinCap is sunsetting their v2 API. This MCP supports both v2 and v3 APIs:
COINCAP_API_KEY
, it will attempt to use the v3 API first, falling back to v2 if necessaryIt's recommended to obtain an API key from pro.coincap.io/dashboard as the v2 API will be completely deactivated in the future.
Launch Claude Desktop to start using the crypto analysis tools.
This project is licensed under the MIT License.
Best viewed with Netscape Navigator or Internet Explorer!