QuantGeekDev/coincap-mcp
Real-time cryptocurrency market data integration using CoinCap's public API, providing access to crypto prices and market information without API keys
Quick Start
Clone the repository:
git clone https://github.com/QuantGeekDev/coincap-mcpClaude Desktop configuration example:
{
"mcpServers": {
"coincap-mcp": {
"command": "npx",
"args": [
"-y",
"QuantGeekDev/coincap-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.