CoinMarketCap MCP Server

CoinMarketCap MCP server provides cryptocurrency market data including rankings, price quotes, market pairs, and global market metrics from the leading crypto data aggregator.

May 4, 2025
MCP ServerFinance & TradingCoinMarketCap MCP Server
GitHub stars

Overview

The CoinMarketCap MCP Server integrates CoinMarketCap's trusted cryptocurrency data directly into AI assistants. As the most widely referenced crypto market data platform, CoinMarketCap tracks prices, volumes, and market capitalizations for thousands of cryptocurrencies across hundreds of exchanges. This server enables AI models to provide authoritative crypto market information on demand.

Community MCP Server:

Powered by the official CoinMarketCap API

Key Features

🏆

Cryptocurrency Rankings

Access the authoritative ranking of cryptocurrencies by market capitalization

💲

Price Quotes

Get real-time prices with market cap, volume, supply, and price change metrics

🔄

Market Pairs

View trading pairs, order book data, and exchange-specific market information

🌍

Global Metrics

Access total cryptocurrency market cap, 24h volume, BTC dominance, and global indicators

🆕

Latest Listings

Discover recently added cryptocurrencies and newly listed tokens on exchanges

📌

Categories

Browse coin categories (DeFi, Meme, AI, Gaming) and their top performers

Available Tools

Quick Reference

ToolPurpose
get_listingsGet latest cryptocurrency listings sorted by market cap
get_quotesGet price quotes for one or more cryptocurrencies
get_market_pairsView trading pairs for a specific cryptocurrency
get_global_metricsAccess aggregate cryptocurrency market statistics
get_categoriesBrowse cryptocurrency categories and their top coins

Detailed Usage

get_listings

Get the latest cryptocurrency listings sorted by market cap with price and volume data.

{
  "limit": 20,
  "convert": "USD",
  "sort": "market_cap"
}
get_quotes

Get detailed price quotes for specific cryptocurrencies with market cap and supply data.

{
  "symbol": "BTC,ETH,SOL",
  "convert": "USD"
}
get_market_pairs

View trading pairs and exchange data for any cryptocurrency.

{
  "symbol": "BTC",
  "limit": 10
}
get_global_metrics

Get aggregate cryptocurrency market statistics including total market cap and volume.

{
  "convert": "USD"
}

Installation

{
  "mcpServers": {
    "coinmarketcap": {
      "command": "npx",
      "args": ["-y", "coinmarketcap-mcp"],
      "env": {
        "CMC_API_KEY": "your_coinmarketcap_api_key"
      }
    }
  }
}

API Key Required:

Get a free API key from the CoinMarketCap API portal

Use Cases

Market Overview

Ask AI for a quick overview of the cryptocurrency market — top gainers, losers, and market trends.

Coin Research

Research any cryptocurrency's market metrics, trading pairs, and exchange availability.

Category Analysis

Explore cryptocurrency sectors like DeFi, Layer 1, Meme coins, and AI tokens.

Portfolio Valuation

Value a portfolio of cryptocurrencies using current market prices from CoinMarketCap.

Sources