CoinMarketCapCoinMarketCap
PricingAPI StatusGet an API Key

© 2026 CoinMarketCap. All rights reserved.

xgithub
  • Guides
  • Pro API References
  • AI Tools
  • Changelog
  • FAQ
AI Integrations
IDE Setup
    CursorClaude CodeWindsurf
Skills
    Skills for AI Agents
    MCP Skills
    x402 Skills
    API Skills
Skills

Skills for AI Agents

Skills for AI Agents

A collection of skills that enable AI agents to access CoinMarketCap data for cryptocurrency market information, prices, technical analysis, news, and trends.

MCP Skills
Real-time crypto data via Model Context Protocol. Includes market reports and token research.
x402 Skills
Pay-per-request data access via USDC on Base. No API key required.
API Skills
Direct REST API integration for cryptocurrency, DEX, exchange, and market data.

MCP Skills (Real-time Data)

SkillDescription
CMC MCPFetches cryptocurrency market data using the CoinMarketCap MCP. Provides prices, technical analysis, news, holder metrics, trending narratives, and global market data.
Market ReportGenerates comprehensive daily/weekly market reports combining global metrics, fear/greed, trending narratives, derivatives data, and upcoming catalysts.
Crypto ResearchPerforms due diligence on any token with structured analysis of fundamentals, tokenomics, holder distribution, technicals, and risk factors.

x402 Skills (Pay-per-Request)

SkillDescription
CMC x402Access CMC data via x402 pay-per-request protocol. Pay $0.01 USDC per request on Base. No API key required.

API Skills (Direct Integration)

SkillDescriptionEndpoints
Cryptocurrency APICryptocurrency data APIs for listings, quotes, OHLCV, categories, trending, and market pairs.16 endpoints
DEX APIDEX APIs for on-chain token data, prices, pools, transactions, and security analysis.18 endpoints
Exchange APICentralized exchange APIs for exchange info, listings, volume, market pairs, and assets.7 endpoints
Market APIMarket-wide APIs for global metrics, fear/greed, CMC indices, community trends, content, and charts.19 endpoints

Installation

MCP Skills

Code
{ "mcpServers": { "cmc-mcp": { "url": "https://mcp.coinmarketcap.com/mcp", "headers": { "X-CMC-MCP-API-KEY": "your-api-key" } } } }

Get your API key from https://pro.coinmarketcap.com/login

x402 Skills

TerminalCode
npm install @x402/axios @x402/evm viem

Fund a wallet with USDC on Base (Chain ID: 8453).

API Skills

All API requests use the base URL https://pro-api.coinmarketcap.com with the X-CMC_PRO_API_KEY header.

Get your API key from https://pro.coinmarketcap.com/login

Source

These skills are open source and available on GitHub: coinmarketcap-official/skills-for-ai-agents-by-CoinMarketCap

WindsurfCMC MCP
On this page
  • MCP Skills (Real-time Data)
  • x402 Skills (Pay-per-Request)
  • API Skills (Direct Integration)
  • Installation
    • MCP Skills
    • x402 Skills
    • API Skills
  • Source
JSON