Analytics

CoinMarketCap MCP Server

Connect your account, then chat with AI to run tools.

Ask an AI agent for live crypto rankings, price quotes, sector breakdowns, and global market snapshots — connect your CoinMarketCap account once in MCPBundles.

Best forCrypto ResearchersPortfolio ManagersTrading DesksMarket Intelligence

Try this workflow

Morning market snapshot

Summarize today's crypto market: total market cap, 24-hour volume, Bitcoin dominance, and the top 20 coins by market cap with latest USD prices.

Managed
14 tools
Agent guide included

Opens MCPBundles Studio with this server selected. After sign-in, chat and run tools from the same thread.

Browse all tools

What you can do with CoinMarketCap

Built for

Crypto Researchers, Portfolio Managers, Trading Desks, Market Intelligence Teams

Example workflows

Morning market snapshot

Combines global metrics, rankings, and live quotes for a daily brief.

Try this

Summarize today's crypto market: total market cap, 24-hour volume, Bitcoin dominance, and the top 20 coins by market cap with latest USD prices.

Research one asset

Single-asset research from metadata through recent price movement.

Try this

Look up Solana on CoinMarketCap — profile details, latest price, and a one-week price history I can discuss in plain language.

Sector heat map

Sector discovery plus targeted quotes for thematic research.

Try this

List CoinMarketCap categories, open the DeFi sector, and quote the five largest coins in that sector with market cap and 24-hour change.

Exchange context

Exchange map and profile for venue due diligence.

Try this

Pull metadata for Binance from CoinMarketCap and summarize where it ranks among exchanges and what the profile says about the venue.

Context to know first

What is CoinMarketCap MCP?

It lets AI agents in Cursor, Claude, or ChatGPT read CoinMarketCap market data — rankings, live quotes, categories, exchange profiles, and global metrics — after you connect your CoinMarketCap account in MCPBundles.

Who is this for?

Researchers, traders, and analysts who want market snapshots, token lookups, and sector scans from chat instead of copying numbers between tabs.

Can an agent change my CoinMarketCap account?

No. The integration is read-only — rankings, quotes, and research data only. Nothing is bought, sold, listed, or edited upstream.

AI Skill
SKILL.md

Domain knowledge for CoinMarketCap — workflow patterns, data models, and gotchas for your AI agent.

CoinMarketCap

Real-time and historical cryptocurrency market data from the CoinMarketCap Pro API. Read-only — rankings, quotes, metadata, categories, exchanges, and aggregate market metrics.

Operational order

  1. Resolve ids — map symbols to CoinMarketCap numeric ids before quotes, metadata, or pairs when tickers may collide.
  2. Market snapshot — global metrics for total cap and BTC dominance; listings latest for top-N by market cap.
  3. Asset drill-down — latest quotes for price/volume; metadata for logos, URLs, and descriptions.
  4. Sector view — categories list, then single category for coins in a sector.
  5. Exchange context — exchange map, then exchange metadata by slug when the user names a venue.

Entity domains

Reference maps
  • Cryptocurrency map — symbol/name → numeric id (prefer id on all downstream calls).
  • Exchange map — exchange id and slug for metadata lookups.
  • Fiat map — supported convert currencies (USD, EUR, …).
Market reads
  • Listingslisting_type latest (current rankings), historical (requires date=YYYY-MM-DD), or new (recently listed). Aliases spot/market/current → latest — there is no /listings/spot route.
  • Quotesquote_type latest or historical; requires symbol or id. Historical needs count/interval or time_start/time_end.
  • Global metrics — total market cap, 24h volume, BTC dominance.
Metadata
  • Cryptocurrency info — static profile (logo, description, links) by id, symbol, or slug.
  • Exchange info — exchange profile by id or slug (e.g. binance).
  • Categories — sector list; open one category by id for its coin roster.
Plan-gated reads (higher CoinMarketCap API tiers)

Trending (latest, gainers/losers, most visited), market pairs, OHLCV candles, and price-performance stats may return plan errors on lower-tier keys. Prefer listings + quotes + map on basic plans.

Workflows

  • Top coins today: global metrics → listings latest (limit 25) → quotes latest for top symbols.
  • Single asset: crypto map (symbol filter) → crypto info → quotes latest → optional historical quotes for a chart window.
  • Sector scan: categories (limit 20) → category by id → quotes latest for top coins in that sector.
  • Exchange research: exchange map → exchange info by slug → market pairs for a base asset (when plan allows).

Gotchas

  • Prefer CoinMarketCap id over symbol — duplicate tickers exist; symbol-only calls default to the highest market-cap match.
  • Listings historical requires date=YYYY-MM-DD; quotes historical needs a time window or count.
  • Pagination uses 1-based start and limit (default 100 on map tools, not 1000).
  • Convert parameter accepts comma-separated fiat or crypto symbols; default denomination is USD.
  • Credits — each call consumes CoinMarketCap API plan credits; batch id lookups instead of repeated single-symbol map calls when possible.

Tools in this Server (14)

Coinmarketcap Get Categories

List cryptocurrency categories (DeFi, NFT, Layer 1, etc.) with aggregate market cap and volume. Paginate with start and limit. Use a category id from ...

Coinmarketcap Get Category

Fetch one cryptocurrency category by id, including coins in that sector. Requires the category id from the categories list. Optional start/limit pagin...

Coinmarketcap Get Crypto Info

Fetch static cryptocurrency metadata: name, logo, description, website, social links, and launch dates. Requires symbol, id, or slug. Prefer id when t...

Coinmarketcap Get Crypto Map

Map cryptocurrency names and symbols to CoinMarketCap numeric ids. Always prefer id over symbol when symbols may collide. Filter by symbol or paginate...

Coinmarketcap Get Exchange Info

Fetch static exchange metadata (name, logo, URLs, description) by CoinMarketCap exchange id or slug. Provide id or slug — slug=binance is the usual lo...

Coinmarketcap Get Exchange Map

List cryptocurrency exchanges with CoinMarketCap ids, names, and slugs. Use exchange id or slug before exchange metadata or pair lookups.

Coinmarketcap Get Fiat Map

List fiat currencies supported for convert parameters (USD, EUR, GBP, …). Reference before setting convert on listings, quotes, or global metrics.

Coinmarketcap Get Global Metrics

Fetch aggregate crypto market metrics: total market cap, 24h volume, BTC dominance, and active cryptocurrencies count. Optional convert for denominati...

Coinmarketcap Get Listings

Fetch ranked cryptocurrency listings from v1/cryptocurrency/listings/{latest|historical|new}. Use listing_type=latest for current market-cap rankings....

Coinmarketcap Get Market Pairs

List active trading pairs for a cryptocurrency across exchanges. Requires symbol, id, or slug for the base asset. Paginate with start/limit. Requires ...

Coinmarketcap Get Ohlcv

Fetch OHLCV candle data for charting. Requires symbol or id plus ohlcv_type (latest or historical). Historical accepts time_start/time_end or count. R...

Coinmarketcap Get Price Performance

Fetch price performance statistics (percent change, highs/lows) for an asset. Requires symbol or id. Optional time_period selects the comparison windo...

Coinmarketcap Get Quotes

Fetch CoinMarketCap price quotes for one or more assets. Requires symbol or id. quote_type=latest returns current price, volume, and market cap. quote...

Coinmarketcap Get Trending

Fetch CoinMarketCap trending data: currently trending coins, top gainers/losers, or most visited assets. trend_type=gainers_losers and most_visited ac...

Frequently Asked Questions

What is CoinMarketCap MCP?

It lets AI agents in Cursor, Claude, or ChatGPT read CoinMarketCap market data — rankings, live quotes, categories, exchange profiles, and global metrics — after you connect your CoinMarketCap account in MCPBundles.

Who is this for?

Researchers, traders, and analysts who want market snapshots, token lookups, and sector scans from chat instead of copying numbers between tabs.

Can an agent change my CoinMarketCap account?

No. The integration is read-only — rankings, quotes, and research data only. Nothing is bought, sold, listed, or edited upstream.

How do I connect?

Open the CoinMarketCap skill page in MCPBundles, add your connection, and paste the key from your CoinMarketCap account settings. Usage follows your CoinMarketCap plan limits.

How do I connect CoinMarketCap to my AI agent?

Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/coinmarketcap. Authentication is handled automatically.

How many tools does CoinMarketCap provide?

CoinMarketCap provides 14 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.

What authentication does CoinMarketCap require?

CoinMarketCap uses API Key. CoinMarketCap requires credentials. Connect via MCPBundles and authentication is handled automatically.

Setup Instructions

Connect CoinMarketCap to any MCP client in minutes

MCP URL
https://mcp.mcpbundles.com/bundle/coinmarketcap

One-click install:

The link prefills the Add custom connector dialog — you still review the values and click Add, then Connect to complete OAuth.

Or add manually

  1. Open claude.ai → Settings → Connectors.
  2. Click the + button and choose Add custom connector.
  3. Set Name to CoinMarketCap and paste the MCP URL into Remote MCP server URL.
  4. Click Add. CoinMarketCap will appear under Not connected — select it and click Connect to complete OAuth.
Name: CoinMarketCap
Remote MCP server URL: https://mcp.mcpbundles.com/bundle/coinmarketcap
Authentication: OAuth

Custom connectors at claude.ai require a paid Claude plan (Pro, Max, Team, or Enterprise).

Ready to use CoinMarketCap?

Sign in to connect your credentials and start running tools from the chat.