A Model Context Protocol (MCP) server implementation for the CoinMarketCap API, providing standardized access to cryptocurrency market data, exchange information, and blockchain metrics.
Get mapping of all cryptocurrencies.
Get metadata for one or more cryptocurrencies.
Get latest market quote for 1-5000 cryptocurrencies.
Get latest market quote for 1 or more cryptocurrencies.
Get list of all cryptocurrency categories.
Get metadata about a cryptocurrency category.
Get mapping of all exchanges.
Get metadata for one or more exchanges.
Get list of all assets available on an exchange.
Get metadata for one or more decentralised exchanges.
Get latest market data for all DEXes.
Get list of all networks with unique IDs.
Get latest market data for all active DEX spot pairs.
Get latest market quotes for spot pairs.
Get latest OHLCV data for spot pairs.
Get historical OHLCV data for spot pairs.
Get latest trades for spot pairs.
Get latest global cryptocurrency metrics.
Get latest CoinMarketCap 100 Index value and constituents.
Get historical CoinMarketCap 100 Index values.
Convert an amount of one cryptocurrency or fiat currency into another.
Get Postman collection for the API.
Get mapping of all fiat currencies.
Get API key usage and status.
Get latest Fear & Greed Index.
Get historical Fear & Greed Index values.
Get list of all cryptocurrency airdrops.
Get metadata about a specific airdrop.
Get historical market quotes for any cryptocurrency.
Get historical market quotes for any cryptocurrency.
Get historical market quotes with advanced time-based intervals.
Get historical quotes for any exchange.
Get historical global cryptocurrency metrics.
Get list of most recently added cryptocurrencies.
Get biggest gainers and losers in a given time period.
Get top cryptocurrencies by search volume.
Get most visited cryptocurrencies.
Get latest OHLCV market data for any cryptocurrency.
Get historical OHLCV market data for any cryptocurrency.
Get price performance statistics for any cryptocurrency.
Get latest market pairs for any cryptocurrency.
Get latest market data for all exchanges.
Get latest market pairs for any exchange.
Get latest market quotes for one or more exchanges.
Get latest cryptocurrency news and content.
Get top cryptocurrency posts.
Get latest cryptocurrency posts.
Get comments for a specific post.
Get trending topics in the cryptocurrency community.
Get trending tokens in the cryptocurrency community.
Get latest statistics for one or more blockchains.
{
"mcpServers": {
"coinmarketcap": {
"command": "npx",
"args": [
"@shinzolabs/coinmarketcap-mcp"
],
"env": {
"COINMARKETCAP_API_KEY": "your-key-here",
"SUBSCRIPTION_LEVEL": "Basic"
}
}
}
}