CoinMarketCapCoinMarketCap
PricingAPI StatusGet an API Key

© 2026 CoinMarketCap. All rights reserved.

xgithub
  • Overview
  • API Reference
  • AI Agent Hub
  • Changelog
  • FAQ
AI Integrations
    CoinMarketCap AI Agent Hubx402MCPCMC CLI
IDE Setup
    CursorClaude CodeWindsurf
Skills
    CoinMarketCap AI Agent Skills
    MCP Skills
    x402 Skills
    API Integration Skills
    CLI Skills
IDE Setup

CoinMarketCap MCP for Claude Code

Use the CoinMarketCap MCP server with Claude Code to access live crypto prices, market data, technical analysis, and more — directly from your terminal.

Prerequisites

  • Active Claude subscription (Pro, Max, or API access)
  • Claude Code installed (npm install -g @anthropic-ai/claude-code)

Setup

  1. Get your API key

    Sign up or log in at pro.coinmarketcap.com to get your API key.

  2. Add the CoinMarketCap MCP server

    Run the following command to register the MCP server:

    TerminalCode
    claude mcp add cmc-mcp \ --transport http \ --url https://mcp.coinmarketcap.com/mcp \ --header "X-CMC-MCP-API-KEY: your-api-key"

    Replace your-api-key with your actual CoinMarketCap API key.

  3. Verify the connection

    Start Claude Code and ask: "What tools do you have available?"

    TerminalCode
    claude

    You should see CoinMarketCap tools listed in the available tools.

Install Skills (optional)

Install CoinMarketCap skills for structured market analysis and token research workflows:

TerminalCode
npx skills add https://github.com/coinmarketcap-official/skills-for-ai-agents-by-CoinMarketCap

This adds skills for market reports, crypto research, and API integration.

What you can do

Once connected, ask Claude Code things like:

  • "What's the current price of Ethereum?"
  • "Give me a full market report"
  • "Research LINK — is it worth holding?"
  • "What's the Fear & Greed index right now?"
  • "Show me trending crypto narratives"
  • "Help me build a portfolio tracker using the CMC API"
CursorWindsurf
On this page
  • Prerequisites
  • Setup
  • Install Skills (optional)
  • What you can do