Leaderboard/io.github.junct-bot/coinmarketcap-mcp
MCP ServerScored via MCP protocol probing: initialize handshake, tools/list conformance, and ping + tool invocation performance.

io.github.junct-bot/coinmarketcap-mcp

Crypto & Web3

Coinmarketcap MCP server — 30 tools for AI agent integration. Hosted by Junct.

35/100
Operational Score
Score Breakdown
Availability10/30
Conformance0/30
Performance25/40
Key Metrics
Uptime 30d
94.1%
P95 Latency
409.2ms
Conformance
Fail
Trend
What's Being Tested
Availability
HTTP health check to the service endpoint
Unreachable — Timeout:
ConformanceNot tested
MCP initialize handshake + tools/list
Performance
MCP ping + zero-arg tool invocation benchmarking
P95 latency: 409ms, task completion: 100%
Improvement Tips
  • -Improve uptime (currently 94.1%, target 99%+)
Skills
get_v1_cryptocurrency_airdrop

Airdrop — Returns information about a single airdrop available on CoinMarketCap. Includes the cryptocurrency metadata. **This endpoint is available on the following API plans:** - Hobbyist - Startup - Standard - Professional - Enterprise **Cache / Update frequency:** Data is updated only as needed, every 30 seconds. **Plan credit use:** 1 API call credit per request no matter query size. **CMC equivalent pages:** Our free airdrops page [coinmarketcap.com/airdrop/](https://coinmarketcap.com/airdrop/). Returns: { data: { $key: { id: string, project_name: string, description: string, status: stri PREREQUISITE: You MUST first call a listing/map endpoint to resolve asset identifiers (id, slug, symbol) before calling data endpoints.

get_v1_cryptocurrency_airdrops

[DISCOVERY] Airdrops — Returns a list of past, present, or future airdrops which have run on CoinMarketCap. **This endpoint is available on the following API plans:** - Hobbyist - Startup - Standard - Professional - Enterprise **Cache / Update frequency:** Data is updated only as needed, every 30 seconds. **Plan credit use:** 1 API call credit per request no matter query size. **CMC equivalent pages:** Our free airdrops page [coinmarketcap.com/airdrop/](https://coinmarketcap.com/airdrop/). Returns: { data: { id: string, project_name: string, description: string, status: string, coin: { id: unknown, name:

get_v1_cryptocurrency_categories

[DISCOVERY] Categories — Returns information about all coin categories available on CoinMarketCap. Includes a paginated list of cryptocurrency quotes and metadata from each category. **This endpoint is available on the following API plans:** - Free - Hobbyist - Startup - Standard - Professional - Enterprise **Cache / Update frequency:** Data is updated only as needed, every 30 seconds. **Plan credit use:** 1 API call credit per request + 1 call credit per 200 cryptocurrencies returned (rounded up) and 1 call credit per `convert` option beyond the first. **CMC equivalent pages:** Our free airdrops page [co

get_v1_cryptocurrency_category

Category — Returns information about a single coin category available on CoinMarketCap. Includes a paginated list of the cryptocurrency quotes and metadata for the category. **This endpoint is available on the following API plans:** - Free - Hobbyist - Startup - Standard - Professional - Enterprise **Cache / Update frequency:** Data is updated only as needed, every 30 seconds. **Plan credit use:** 1 API call credit per request + 1 call credit per 200 cryptocurrencies returned (rounded up) and 1 call credit per `convert` option beyond the first. **CMC equivalent pages:** Our Cryptocurrency Cate PREREQUISITE: You MUST first call a listing/map endpoint to resolve asset identifiers (id, slug, symbol) before calling data endpoints.

get_v1_cryptocurrency_info

[DISCOVERY] Metadata — Returns all static metadata available for one or more cryptocurrencies. This information includes details like logo, description, official website URL, social links, and links to a cryptocurrency's technical documentation. **This endpoint is available on the following API plans:** - Basic - Startup - Hobbyist - Standard - Professional - Enterprise **Cache / Update frequency:** Static data is updated only as needed, every 30 seconds. **Plan credit use:** 1 call credit per 100 cryptocurrencies returned (rounded up). **CMC equivalent pages:** Cryptocurrency detail page metadata like [c

get_v1_cryptocurrency_map

[DISCOVERY] CoinMarketCap ID Map — Returns a mapping of all cryptocurrencies to unique CoinMarketCap `id`s. Per our Best Practices we recommend utilizing CMC ID instead of cryptocurrency symbols to securely identify cryptocurrencies with our other endpoints and in your own application logic. Each cryptocurrency returned includes typical identifiers such as `name`, `symbol`, and `token_address` for flexible mapping to `id`. By default this endpoint returns cryptocurrencies that have actively tracked markets on supported exchanges. You may receive a map of all inactive cryptocurrencies by passing `listing_s

get_v1_exchange_info

[DISCOVERY] Metadata — Returns all static metadata for one or more exchanges. This information includes details like launch date, logo, official website URL, social links, and market fee documentation URL. **This endpoint is available on the following API plans:** - Basic - Hobbyist - Startup - Standard - Professional - Enterprise **Cache / Update frequency:** Static data is updated only as needed, every 30 seconds. **Plan credit use:** 1 call credit per 100 exchanges returned (rounded up). **CMC equivalent pages:** Exchange detail page metadata like [coinmarketcap.com/exchanges/binance/](https://coinmark

get_v1_exchange_map

[DISCOVERY] CoinMarketCap ID Map — Returns a paginated list of all active cryptocurrency exchanges by CoinMarketCap ID. We recommend using this convenience endpoint to lookup and utilize our unique exchange `id` across all endpoints as typical exchange identifiers may change over time. As a convenience you may pass a comma-separated list of exchanges by `slug` to filter this list to only those you require or the `aux` parameter to slim down the payload. By default this endpoint returns exchanges that have at least 1 actively tracked market. You may receive a map of all inactive cryptocurrencies by passing

get_v1_fiat_map

[DISCOVERY] CoinMarketCap ID Map — Returns a mapping of all supported fiat currencies to unique CoinMarketCap ids. Per our Best Practices we recommend utilizing CMC ID instead of currency symbols to securely identify assets with our other endpoints and in your own application logic. **This endpoint is available on the following API plans:** - Basic - Hobbyist - Startup - Standard - Professional - Enterprise **Cache / Update frequency:** Mapping data is updated only as needed, every 30 seconds. **Plan credit use:** 1 API call credit per request no matter query size. **CMC equivalent pages:** No equivalent,

get_v1_key_info

[DISCOVERY] Key Info — Returns API key details and usage stats. This endpoint can be used to programmatically monitor your key usage compared to the rate limit and daily/monthly credit limits available to your API plan. You may use the Developer Portal's account dashboard as an alternative to this endpoint. **This endpoint is available on the following API plans:** - Basic - Hobbyist - Startup - Standard - Professional - Enterprise **Cache / Update frequency:** No cache, this endpoint updates as requests are made with your key. **Plan credit use:** No API credit cost. Requests to this endpoint do contribu

get_v1_tools_priceconversion

Price Conversion — Convert an amount of one cryptocurrency or fiat currency into one or more different currencies utilizing the latest market rate for each currency. You may optionally pass a historical timestamp as `time` to convert values based on historical rates (as your API plan supports). **Technical Notes** - Latest market rate conversions are accurate to 1 minute of specificity. Historical conversions are accurate to 1 minute of specificity outside of non-USD fiat conversions which have 5 minute specificity. - You may reference a current list of all supported cryptocurrencies via the c

get_v1_blockchain_statistics_latest

Statistics Latest — Returns the latest blockchain statistics data for 1 or more blockchains. Bitcoin, Litecoin, and Ethereum are currently supported. Additional blockchains will be made available on a regular basis. **This endpoint is available on the following API plans:** - ~~Basic~~ - ~~Hobbyist~~ - ~~Startup~~ - ~~Standard~~ - ~~Professional~~ - Enterprise **Cache / Update frequency:** Every 15 seconds. **Plan credit use:** 1 call credit per request. **CMC equivalent pages:** Our blockchain explorer pages like [blockchain.coinmarketcap.com/](https://blockchain.coinmarketcap.com/). Returns:

get_v1_cryptocurrency_listings_historical

Listings Historical — Returns a ranked and sorted list of all cryptocurrencies for a historical UTC date. **Technical Notes** - This endpoint is identical in format to our [/cryptocurrency/listings/latest](#operation/getV1CryptocurrencyListingsLatest) endpoint but is used to retrieve historical daily ranking snapshots from the end of each UTC day. - Daily snapshots reflect market data at the end of each UTC day and may be requested as far back as 2013-04-28 (as supported by your plan's historical limits). - The required "date" parameter can be passed as a Unix timestamp or ISO 8601 date but on

get_v1_cryptocurrency_listings_latest

Listings Latest — Returns a paginated list of all active cryptocurrencies with latest market data. The default "market_cap" sort returns cryptocurrency in order of CoinMarketCap's market cap rank (as outlined in our methodology) but you may configure this call to order by another market ranking field. Use the "convert" option to return market values in multiple fiat and cryptocurrency conversions in the same call. You may sort against any of the following: **market_cap**: CoinMarketCap's market cap rank as outlined in our methodology. **market_cap_strict**: A strict market cap sort (latest tra

get_v1_cryptocurrency_listings_new

Listings New — Returns a paginated list of most recently added cryptocurrencies. **This endpoint is available on the following API plans:** - Startup - Standard - Professional - Enterprise **Cache / Update frequency:** Every 60 seconds. **Plan credit use:** 1 call credit per 200 cryptocurrencies returned (rounded up) and 1 call credit per `convert` option beyond the first. **CMC equivalent pages:** Our "new" cryptocurrency page [coinmarketcap.com/new/](https://coinmarketcap.com/new) ***NOTE:** Use this endpoint if you need a sorted and paginated list of all recently added cryptocurrencies.* Re

get_v1_cryptocurrency_marketpairs_latest

Market Pairs Latest — Lists all active market pairs that CoinMarketCap tracks for a given cryptocurrency or fiat currency. All markets with this currency as the pair base *or* pair quote will be returned. The latest price and volume information is returned for each market. Use the "convert" option to return market values in multiple fiat and cryptocurrency conversions in the same call. **This endpoint is available on the following API plans:** - ~~Basic~~ - ~~Hobbyist~~ - ~~Startup~~ - Standard - Professional - Enterprise **Cache / Update frequency:** Every 1 minute. **Plan credit use:** 1 cal

get_v1_cryptocurrency_ohlcv_historical

OHLCV Historical — Returns historical OHLCV (Open, High, Low, Close, Volume) data along with market cap for any cryptocurrency using time interval parameters. Currently daily and hourly OHLCV periods are supported. Volume is only supported with daily periods at this time. **Technical Notes** - Only the date portion of the timestamp is used for daily OHLCV so it's recommended to send an ISO date format like "2018-09-19" without time for this "time_period". - One OHLCV quote will be returned for every "time_period" between your "time_start" (exclusive) and "time_end" (inclusive). - If a "time_st

get_v1_cryptocurrency_ohlcv_latest

OHLCV Latest — Returns the latest OHLCV (Open, High, Low, Close, Volume) market values for one or more cryptocurrencies for the current UTC day. Since the current UTC day is still active these values are updated frequently. You can find the final calculated OHLCV values for the last completed UTC day along with all historic days using /cryptocurrency/ohlcv/historical. **This endpoint is available on the following API plans:** - ~~Basic~~ - ~~Hobbyist~~ - Startup - Standard - Professional - Enterprise **Cache / Update frequency:** Every 5 minutes. Additional OHLCV intervals and 1 minute updates

get_v1_cryptocurrency_priceperformancestats_latest

Price Performance Stats — Returns price performance statistics for one or more cryptocurrencies including launch price ROI and all-time high / all-time low. Stats are returned for an `all_time` period by default. UTC `yesterday` and a number of *rolling time periods* may be requested using the `time_period` parameter. Utilize the `convert` parameter to translate values into multiple fiats or cryptocurrencies using historical rates. **This endpoint is available on the following API plans:** - ~~Basic~~ - ~~Hobbyist~~ - Startup - Standard - Professional - Enterprise **Cache / Update frequency:**

get_v1_cryptocurrency_quotes_historical

Quotes Historical — Returns an interval of historic market quotes for any cryptocurrency based on time and interval parameters. **Technical Notes** - A historic quote for every "interval" period between your "time_start" and "time_end" will be returned. - If a "time_start" is not supplied, the "interval" will be applied in reverse from "time_end". - If "time_end" is not supplied, it defaults to the current time. - At each "interval" period, the historic quote that is closest in time to the requested time will be returned. - If no historic quotes are available in a given "interval" period up un

get_v1_cryptocurrency_quotes_latest

Quotes Latest — Returns the latest market quote for 1 or more cryptocurrencies. Use the "convert" option to return market values in multiple fiat and cryptocurrency conversions in the same call. **This endpoint is available on the following API plans:** - Basic - Startup - Hobbyist - Standard - Professional - Enterprise **Cache / Update frequency:** Every 60 seconds. **Plan credit use:** 1 call credit per 100 cryptocurrencies returned (rounded up) and 1 call credit per `convert` option beyond the first. **CMC equivalent pages:** Latest market data pages for specific cryptocurrencies like [coin

get_v1_cryptocurrency_trending_gainerslosers

[DISCOVERY] Trending Gainers & Losers — Returns a paginated list of all trending cryptocurrencies, determined and sorted by the largest price gains or losses. You may sort against any of the following: **percent_change_24h**: 24 hour trading price percentage change for each currency. **This endpoint is available on the following API plans:** - Startup - Standard - Professional - Enterprise **Cache / Update frequency:** Every 10 minutes. **Plan credit use:** 1 call credit per 200 cryptocurrencies returned (rounded up) and 1 call credit per `convert` option beyond the first. **CMC equivalent pages:** Our cr

get_v1_cryptocurrency_trending_latest

Trending Latest — Returns a paginated list of all trending cryptocurrency market data, determined and sorted by CoinMarketCap search volume. **This endpoint is available on the following API plans:** - Startup - Standard - Professional - Enterprise **Cache / Update frequency:** Every 10 minutes. **Plan credit use:** 1 call credit per 200 cryptocurrencies returned (rounded up) and 1 call credit per `convert` option beyond the first. **CMC equivalent pages:** Our cryptocurrency Trending page [coinmarketcap.com/trending-cryptocurrencies/](https://coinmarketcap.com/trending-cryptocurrencies/). Ret

get_v1_cryptocurrency_trending_mostvisited

Trending Most Visited — Returns a paginated list of all trending cryptocurrency market data, determined and sorted by traffic to coin detail pages. **This endpoint is available on the following API plans:** - Startup - Standard - Professional - Enterprise **Cache / Update frequency:** Every 10 minutes. **Plan credit use:** 1 call credit per 200 cryptocurrencies returned (rounded up) and 1 call credit per `convert` option beyond the first. **CMC equivalent pages:** The CoinMarketCap “Most Visited” trending list. [coinmarketcap.com/most-viewed-pages/](https://coinmarketcap.com/most-viewed-pages/

get_v1_exchange_listings_latest

Listings Latest — Returns a paginated list of all cryptocurrency exchanges including the latest aggregate market data for each exchange. Use the "convert" option to return market values in multiple fiat and cryptocurrency conversions in the same call. **This endpoint is available on the following API plans:** - ~~Basic~~ - ~~Hobbyist~~ - ~~Startup~~ - Standard - Professional - Enterprise **Cache / Update frequency:** Every 1 minute. **Plan credit use:** 1 call credit per 100 exchanges returned (rounded up) and 1 call credit per `convert` option beyond the first. **CMC equivalent pages:** Our l

get_v1_exchange_marketpairs_latest

Market Pairs Latest — Returns all active market pairs that CoinMarketCap tracks for a given exchange. The latest price and volume information is returned for each market. Use the "convert" option to return market values in multiple fiat and cryptocurrency conversions in the same call.' **This endpoint is available on the following API plans:** - ~~Basic~~ - ~~Hobbyist~~ - ~~Startup~~ - Standard - Professional - Enterprise **Cache / Update frequency:** Every 60 seconds. **Plan credit use:** 1 call credit per 100 market pairs returned (rounded up) and 1 call credit per `convert` option beyond th

get_v1_exchange_quotes_historical

Quotes Historical — Returns an interval of historic quotes for any exchange based on time and interval parameters. **Technical Notes** - A historic quote for every "interval" period between your "time_start" and "time_end" will be returned. - If a "time_start" is not supplied, the "interval" will be applied in reverse from "time_end". - If "time_end" is not supplied, it defaults to the current time. - At each "interval" period, the historic quote that is closest in time to the requested time will be returned. - If no historic quotes are available in a given "interval" period up until the next

get_v1_exchange_quotes_latest

Quotes Latest — Returns the latest aggregate market data for 1 or more exchanges. Use the "convert" option to return market values in multiple fiat and cryptocurrency conversions in the same call. **This endpoint is available on the following API plans:** - ~~Basic~~ - ~~Hobbyist~~ - ~~Startup~~ - Standard - Professional - Enterprise **Cache / Update frequency:** Every 60 seconds. **Plan credit use:** 1 call credit per 100 exchanges returned (rounded up) and 1 call credit per `convert` option beyond the first. **CMC equivalent pages:** Latest market data summary for specific exchanges like [co

get_v1_globalmetrics_quotes_historical

Quotes Historical — Returns an interval of historical global cryptocurrency market metrics based on time and interval parameters. **Technical Notes** - A historic quote for every "interval" period between your "time_start" and "time_end" will be returned. - If a "time_start" is not supplied, the "interval" will be applied in reverse from "time_end". - If "time_end" is not supplied, it defaults to the current time. - At each "interval" period, the historic quote that is closest in time to the requested time will be returned. - If no historic quotes are available in a given "interval" period up

get_v1_globalmetrics_quotes_latest

Quotes Latest — Returns the latest global cryptocurrency market metrics. Use the "convert" option to return market values in multiple fiat and cryptocurrency conversions in the same call. **This endpoint is available on the following API plans:** - Basic - Hobbyist - Startup - Standard - Professional - Enterprise **Cache / Update frequency:** Every 5 minute. **Plan credit use:** 1 call credit per call and 1 call credit per `convert` option beyond the first. **CMC equivalent pages:** The latest aggregate global market stats ticker across all CMC pages like [coinmarketcap.com](https://coinmarket

Recent Probe Results
TimestampStatusLatencyConformance
Apr 3, 2026timeout0msFail
Apr 3, 2026timeout0msFail
Apr 3, 2026timeout0msFail
Apr 3, 2026timeout0msFail
Apr 3, 2026timeout0msFail
Apr 3, 2026timeout0msFail
Apr 3, 2026timeout0msFail
Apr 3, 2026timeout0msFail
Apr 3, 2026timeout0msFail
Apr 3, 2026timeout0msFail
Source Registries
mcp-registry
First Seen
Mar 25, 2026
Last Seen
Apr 1, 2026
Last Probed
Apr 3, 2026