Back to MCP Servers
Coincap
Real-time cryptocurrency market data integration using CoinCap's public API, providing access to crypto prices and market information without API keys
finance-fintechapi
By QuantGeekDev
Installation
npx -y coincap-mcpConfiguration
{
"mcpServers": {
"coincap-mcp": {
"command": "npx",
"args": ["-y", "coincap-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes