Skip to content
CoinMarketCap MCP

CoinMarketCap MCP

Released
v1.0.0

Summary

CoinMarketCap's official MCP server — real-time prices and market caps for 10,000+ cryptocurrencies, technical indicators, on-chain metrics and crypto news.

Features

  • Quotes, market cap and rankings for 10,000+ cryptocurrencies
  • Server-side technical indicators: moving averages, MACD, RSI, pivot points
  • On-chain holder distribution and supply breakdown
  • Global dominance and the Fear & Greed Index
  • Crypto news plus semantic search over CMC documentation
  • Free Basic tier (30 req/min), or x402 pay-per-call in USDC with no API key

Installation

Set up this MCP server in your favorite AI agent — copy a ready-made configuration below.

Any MCP-compatible agent

Most agents (Claude, Cursor, Windsurf, VS Code, and more) read a standard mcpServers configuration.

  1. Open your agent's MCP configuration file.
  2. Merge the snippet below into it.
  3. Restart the agent — the "CoinMarketCap MCP" tools will be available.
{
  "mcpServers": {
    "coinmarketcap-mcp": {
      "command": "https://mcp.coinmarketcap.com/mcp"
    }
  }
}

Description

CoinMarketCap's own Model Context Protocol server, hosted at https://mcp.coinmarketcap.com/mcp over streamable HTTP. Nothing to install and no npx wrapper — point an MCP client at the URL and pass an API key.

What the twelve tools cover
  • Market data — quotes, market cap and rankings across 10,000+ cryptocurrencies.
  • Technical analysis — moving averages, MACD, RSI and pivot points, computed server-side so the model is not asked to do arithmetic on a price series.
  • On-chain metrics — holder distribution and supply breakdown.
  • Global overview — total market cap, BTC dominance and the Fear & Greed Index.
  • Narratives and macro — trending sectors and scheduled macro events.
  • News and semantic search across CoinMarketCap's crypto documentation.
Access

Authentication is an API key in the X-CMC-MCP-API-KEY header. The Basic plan is free and allows 30 calls per minute against 10,000 monthly credits, which is enough for interactive use from a single agent. Builder, Startup, Growth, Professional and Enterprise tiers raise the rate limit (from 60 calls/minute) and unlock endpoints such as OHLCV history and exchange pairs.

Unusually, the server also accepts x402 — pay-per-call in USDC at $0.01 per call with no API key at all, which suits an autonomous agent that has a wallet but no account.

Related MCP Servers

New

InfluxData's official MCP server for InfluxDB 3 — schema discovery, bounded SQL and InfluxQL queries, line-protocol writes and token administration across Core, Enterprise and Cloud.

New

Mixpanel's official hosted MCP server — 80+ tools for querying product analytics, building boards, managing cohorts and metrics, and reading session replays.

Browse all MCP servers →