Tools: 14
Analytics

CoinMarketCap

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.

Use in your AI tool

You’ll sign in to MCPBundles when your client connects.

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

Chat in MCPBundles Studio

This server needs a sign-in. MCPBundles handles that setup once — then chat here with saved access and a log of what ran.

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

Live probe refreshed Sep 14, 2026 · Endpoint host mcp.mcpbundles.com

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 map to latest — there is no separate spot listing mode.
  • 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 discovered (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 this response before fetching a single category's coin roster.

  • 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 paginate coins within the category.

  • 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 the user might mean a low-cap token with a popular ticker.

  • 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 the full active map with start/limit.

  • 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 lookup when the user names an exchange.

  • 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 denomination (default USD).

  • Coinmarketcap Get Listings

    Fetch ranked cryptocurrency listings from v1/cryptocurrency/listings/{latest|historical|new}. Use listing_type=latest for current market-cap rankings. listing_type=historical requires date=YYYY-MM-DD. listing_type=new returns recently listed assets.

  • 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 a CoinMarketCap API plan that includes market-pairs endpoints.

  • 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. Requires a CoinMarketCap API plan that includes OHLCV endpoints.

  • 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 window. Requires a CoinMarketCap API plan that includes price-performance endpoints.

  • 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_type=historical returns a time series — set count/interval or time_start/time_end.

  • Coinmarketcap Get Trending

    Fetch CoinMarketCap trending data: currently trending coins, top gainers/losers, or most visited assets. trend_type=gainers_losers and most_visited accept time_period (1h, 24h, 7d, 30d). Requires a CoinMarketCap API plan that includes trending endpoints.

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

Ready to use CoinMarketCap?

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