A Model Context Protocol server that provides AI applications with access to CoinMarketCap's cryptocurrency data, including listings, quotes, and detailed coin information through standardized tools.
Fetches a paginated list of all active cryptocurrencies with the latest market data.
Retrieves detailed information about a specific cryptocurrency.
Fetches the latest market quotes for one or more cryptocurrencies.
{
"mcpServers": {
"coin_api": {
"command": "python",
"args": ["-m", "coin_api_mcp"]
},
"env": {
"COINMARKETCAP_API_KEY": "your_api_key_here"
}
}
}