CoinMarketCap MCP enables AI models and agents to access real-time cryptocurrency data through the Model Context Protocol. Works with Claude, Cursor, ChatGPT, and any MCP-compatible client.
{
"mcpServers": {
"cmc-mcp": {
"url": "https://mcp.coinmarketcap.com/mcp",
"headers": {
"X-CMC-MCP-API-KEY": "xxxx"
}
}
}
}
// 12 tools · 10,000+ cryptocurrenciesThree simple steps to connect AI to crypto data
Sign up for a free CoinMarketCap API key. Choose from Basic (free), Hobbyist, Startup, Standard, Professional, or Enterprise plans based on your data needs.
# Sign up at pro.coinmarketcap.com # Copy your API key from the dashboard API_KEY=your-api-key-here
Add the CoinMarketCap MCP server URL to your AI client configuration. Works with Claude Desktop, Cursor, VS Code, and any MCP-compatible client.
{
"mcpServers": {
"cmc-mcp": {
"url": "https://mcp.coinmarketcap.com/mcp",
"headers": {
"X-CMC-MCP-API-KEY": "xxxx"
}
}
}
}{
"mcpServers": {
"cmc-mcp": {
"url": "https://mcp.coinmarketcap.com/mcp"
}
}
}Enter your API key to initialize the connection with your MCP client.
Start querying cryptocurrency data in natural language. Your AI agent will automatically call the right MCP tools to fetch real-time market data.
User: "What's the current price of BTC?"
AI Agent → get_crypto_quotes_latest(id: "1")
Response: {
"BTC": {
"price": 96348.45,
"volume_24h": 28439861524,
"market_cap": 1907489860314
}
}12 tools covering every aspect of the crypto market
Access latest prices, market cap, volume, and metadata for 10,000+ cryptocurrencies with flexible search.
get_crypto_quotes_latestsearch_cryptosget_crypto_infoGet comprehensive TA including moving averages (SMA/EMA), MACD, RSI, Fibonacci levels, and pivot points.
get_crypto_technical_analysisget_crypto_marketcap_technical_analysisAnalyze holder distribution, addresses by holding value and time, circulating supply breakdown, and transaction fees.
get_crypto_metricsTrack total market cap, BTC dominance, Fear & Greed Index, altcoin season gauge, leverage stats, and ETF flows.
get_global_metrics_latestget_global_crypto_derivatives_metricsDiscover top trending crypto narratives with market performance data and upcoming macro events that move markets.
trending_crypto_narrativesget_upcoming_macro_eventsGet the latest crypto news and perform semantic search across cryptocurrency concepts, whitepapers, and documentation.
get_crypto_latest_newssearch_crypto_infoAccess CoinMarketCap MCP tools without an API key. The x402 protocol enables AI agents to pay for each tool call directly with USDC — no sign-up, no subscription, just pay and query.
Skip the sign-up process entirely. Pay directly with crypto — no accounts, no API key management, no subscription overhead.
Only pay for what you use. Each MCP tool call costs 0.01 USDC, charged automatically via the x402 payment protocol.
AI agents handle the payment flow automatically. Your agent pays and receives data in one round-trip — no extra logic needed.
x402 uses the HTTP 402 status code as designed. Payment details are returned in standard HTTP headers, compatible with any HTTP client.
{
"mcpServers": {
"cmc-x402": {
"url": "https://mcp.coinmarketcap.com/x402/mcp"
}
}
}
// No API key needed · Pay 0.01 USDC per callEverything you need to know about CoinMarketCap MCP
Get your API key, configure your MCP client, and start querying crypto data in minutes.