Crypto Price MCP
FinanceMCP server providing real-time cryptocurrency analysis via CoinCap's API — prices, market trends, and historical data.
Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"crypto-price-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-crypto-price"
]
}
}
}