A MCP server that exposes CoinCap public-API data (crypto prices, assets list, etc.) for Claude Desktop via Model Context Protocol.
https://github.com/QuantGeekDev/coincap-mcpStop switching between browser tabs to check crypto prices. This MCP server plugs live CoinCap data directly into Claude Desktop, turning your AI assistant into a real-time crypto market terminal.
You're deep in a crypto project discussion with Claude, need current Bitcoin prices, market caps, or asset rankings. The usual drill: tab-switching, manual lookups, copy-pasting data back into your conversation. Your flow dies every time.
CoinCap MCP eliminates the friction. Claude can now pull live crypto data on demand—no API keys, no registration, no setup headaches. Just pure market intelligence integrated into your development workflow.
# One command, instant crypto intelligence
npx -y @smithery/cli install coincap-mcp --client claude
DeFi Protocol Development: "What's the current market cap of all top 50 tokens?" Claude pulls the data instantly while you're architecting liquidity pools.
Portfolio Analysis: "Compare Bitcoin and Ethereum price movements" becomes a natural conversation flow, not a research project.
Market Research: Building crypto tools? Claude can now analyze asset rankings, price trends, and market dynamics without breaking your development session.
Trading Bot Development: Quick price checks and market data validation happen in-context while you're coding trading strategies.
The beauty lies in the simplicity. No authentication dance, no rate limit worries for basic usage. CoinCap's public API gives you comprehensive crypto data through three straightforward tools:
Add to your claude_desktop_config.json:
{
"mcpServers": {
"coincap-mcp": {
"command": "npx",
"args": ["coincap-mcp"]
}
}
}
Launch Claude Desktop. Start asking about crypto markets. That's it.
For production workloads or heavy usage, drop in a CoinCap API key to lift rate limits. The server handles authentication transparently—your Claude conversations remain unchanged.
While others are still tab-switching between market data and AI tools, you're having fluid conversations about crypto markets with real-time intelligence. Your development flow stays unbroken, your market analysis becomes conversational, and your crypto project discussions happen with complete context.
Claude Desktop just became your crypto market co-pilot.