CoinMarketCap MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| cryptoCategoriesC | Returns information about all coin categories available on CoinMarketCap. |
| cryptoCategoryC | Returns information about a single coin category on CoinMarketCap. |
| cryptoCurrencyMapC | Returns a mapping of all cryptocurrencies to unique CoinMarketCap IDs. |
| getCryptoMetadataC | Returns all static metadata for one or more cryptocurrencies including logo, description, and website URLs. |
| allCryptocurrencyListingsC | Returns a paginated list of all active cryptocurrencies with latest market data. |
| cryptoQuotesLatestD | Returns the latest market quote for one or more cryptocurrencies. |
| dexInfoC | Returns all static metadata for one or more decentralised exchanges. |
| dexListingsLatestC | Returns a paginated list of all decentralised cryptocurrency exchanges including the latest aggregate market data. |
| dexNetworksListC | Returns a list of all networks to unique CoinMarketCap ids. |
| dexSpotPairsLatestC | Returns a paginated list of all active dex spot pairs with latest market data. |
| dexPairsQuotesLatestC | Returns the latest market quote for 1 or more spot pairs. |
| dexPairsOhlcvLatestC | Returns the latest OHLCV market values for one or more spot pairs for the current UTC day. |
| dexPairsOhlcvHistoricalC | Returns historical OHLCV data along with market cap for any spot pairs using time interval parameters. |
| dexPairsTradeLatestC | Returns up to the latest 100 trades for 1 spot pair. |
| exchangeAssetsC | Returns the assets/token holdings of an exchange. |
| exchangeInfoC | Returns metadata for one or more exchanges. |
| exchangeMapC | Returns a mapping of all exchanges to unique CoinMarketCap IDs. |
| globalMetricsLatestC | Returns the latest global cryptocurrency market metrics. |
| cmc100IndexHistoricalC | Returns an interval of historic CoinMarketCap 100 Index values based on the interval parameter. |
| cmc100IndexLatestA | Returns the lastest CoinMarketCap 100 Index value, constituents, and constituent weights. |
| fearAndGreedLatestA | Returns the latest CMC Crypto Fear and Greed Index value. |
| fearAndGreedHistoricalB | Returns historical CMC Crypto Fear and Greed Index values. |
| fiatMapC | Returns a mapping of all supported fiat currencies to unique CoinMarketCap IDs. |
| getPostmanCollectionA | Returns a Postman collection for the CoinMarketCap API. |
| priceConversionB | Convert an amount of one cryptocurrency or fiat currency into one or more different currencies. |
| keyInfoA | Returns API key details and usage stats. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 26 tools
Each tool targets a distinct resource or operation (e.g., listings vs quotes vs metadata, DEX-specific endpoints grouped by purpose). No two tools appear to serve the same purpose, even within similar domains like DEX pairs.
Most tools follow camelCase and start with a lowercase letter. However, there is a mix of verb styles (e.g., 'getCryptoMetadata' vs 'cryptoQuotesLatest') and some tools are short noun phrases ('keyInfo'). Overall, the pattern is clear but not perfectly uniform.
26 tools is on the higher side but appropriate for a comprehensive market data API covering cryptocurrencies, exchanges, DEX, and indices. The inclusion of utility tools (keyInfo, getPostmanCollection) is justified.
The set covers most major areas: listings, quotes, metadata, categories, conversions, global metrics, exchange info, and DEX data. A notable gap is the lack of historical OHLCV for centralized exchanges, but DEX historical data is present. Otherwise, it's well-rounded.