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.
A Model Context Protocol (MCP) server that provides comprehensive cryptocurrency analysis using the CoinCap API. This server offers real-time price data, market analysis, and historical trends through an easy-to-use interface.
Add this configuration to your Claude Desktop config file:
~/Library/Application Support/Claude/claude_desktop_config.json%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:
- If you provide a
COINCAP_API_KEY, it will attempt to use the v3 API first, falling back to v2 if necessary- Without an API key, it will use the v2 API (which will eventually be discontinued)
- It’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.
Gets current price and 24h stats for any cryptocurrency, including:
Provides detailed market analysis including:
Analyzes historical price data with:
This project was inspired by Alex Andru’s coincap-mcp project.
This project is licensed under the MIT License
Mcp Duckduckgo
A DuckDuckGo search plugin for Model Context Protocol (MCP), compatible with Claude Code. Provides web search functionality with advanced navigation and content exploration features.
Onesignal Mcp
A Model Context Protocol (MCP) server for interacting with the OneSignal API
Dingding_mcp_v2
A Python-based MCP (Model Context Protocol) server that predicts the origin
Model Context Protocol server for Audius. Perform market research, purchase premium tracks, upload songs, and much more!
This Model Context Protocol (MCP) server enables LLMs like Claude to perform internet research using the Perplexity API. It provides real-time, up-to-date information with source citations.