feat: add Coinmarketcap MCP#3578
Open
junct-bot wants to merge 1 commit intomodelcontextprotocol:mainfrom
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add Coinmarketcap MCP to the MCP Server Directory
Server: Coinmarketcap MCP
Endpoint:
https://coinmarketcap.mcp.junct.dev/mcpTransport: Streamable HTTP (stateless)
Auth: None
Description
CoinMarketCap
The CoinMarketCap API is a suite of high-performance RESTful JSON endpoints that are specifically designed to meet the mission-critical demands of application developers, data scientists, and enterprise business platforms.
This API reference includes all technical documentation developers need to integrate third-party applications and platforms. Additional answers to common questions can be found in the CoinMarketCap API FAQ.
Tools
get_v1_cryptocurrency_airdrop— Airdrop — Returns information about a single airdrop available on CoinMarketCap. Includes the crypto…get_v1_cryptocurrency_airdrops— Airdrops — Returns a list of past, present, or future airdrops which have run on CoinMarketCap.*…
get_v1_cryptocurrency_categories— Categories — Returns information about all coin categories available on CoinMarketCap. Includes a pa…get_v1_cryptocurrency_category— Category — Returns information about a single coin category available on CoinMarketCap. Includes a p…get_v1_cryptocurrency_info— Metadata — Returns all static metadata available for one or more cryptocurrencies. This information …get_v1_cryptocurrency_map— CoinMarketCap ID Map — Returns a mapping of all cryptocurrencies to unique CoinMarketCapids. Per …get_v1_exchange_info— Metadata — Returns all static metadata for one or more exchanges. This information includes details …get_v1_exchange_map— CoinMarketCap ID Map — Returns a paginated list of all active cryptocurrency exchanges by CoinMarket…get_v1_fiat_map— CoinMarketCap ID Map — Returns a mapping of all supported fiat currencies to unique CoinMarketCap id…get_v1_key_info— Key Info — Returns API key details and usage stats. This endpoint can be used to programmatically mo…get_v1_tools_priceconversion— Price Conversion — Convert an amount of one cryptocurrency or fiat currency into one or more differe…get_v1_blockchain_statistics_latest— Statistics Latest — Returns the latest blockchain statistics data for 1 or more blockchains. Bitcoin…get_v1_cryptocurrency_listings_historical— Listings Historical — Returns a ranked and sorted list of all cryptocurrencies for a historical UTC …get_v1_cryptocurrency_listings_latest— Listings Latest — Returns a paginated list of all active cryptocurrencies with latest market data. T…get_v1_cryptocurrency_listings_new— Listings New — Returns a paginated list of most recently added cryptocurrencies.**This endpoint…
get_v1_cryptocurrency_marketpairs_latest— Market Pairs Latest — Lists all active market pairs that CoinMarketCap tracks for a given cryptocurr…get_v1_cryptocurrency_ohlcv_historical— OHLCV Historical — Returns historical OHLCV (Open, High, Low, Close, Volume) data along with market …get_v1_cryptocurrency_ohlcv_latest— OHLCV Latest — Returns the latest OHLCV (Open, High, Low, Close, Volume) market values for one or mo…get_v1_cryptocurrency_priceperformancestats_latest— Price Performance Stats — Returns price performance statistics for one or more cryptocurrencies incl…get_v1_cryptocurrency_quotes_historical— Quotes Historical — Returns an interval of historic market quotes for any cryptocurrency based on ti…get_v1_cryptocurrency_quotes_latest— Quotes Latest — Returns the latest market quote for 1 or more cryptocurrencies. Use the "convert" op…get_v1_cryptocurrency_trending_gainerslosers— Trending Gainers & Losers — Returns a paginated list of all trending cryptocurrencies, determined an…get_v1_cryptocurrency_trending_latest— Trending Latest — Returns a paginated list of all trending cryptocurrency market data, determined an…get_v1_cryptocurrency_trending_mostvisited— Trending Most Visited — Returns a paginated list of all trending cryptocurrency market data, determi…get_v1_exchange_listings_latest— Listings Latest — Returns a paginated list of all cryptocurrency exchanges including the latest aggr…get_v1_exchange_marketpairs_latest— Market Pairs Latest — Returns all active market pairs that CoinMarketCap tracks for a given exchange…get_v1_exchange_quotes_historical— Quotes Historical — Returns an interval of historic quotes for any exchange based on time and interv…get_v1_exchange_quotes_latest— Quotes Latest — Returns the latest aggregate market data for 1 or more exchanges. Use the "convert" …get_v1_globalmetrics_quotes_historical— Quotes Historical — Returns an interval of historical global cryptocurrency market metrics based on …get_v1_globalmetrics_quotes_latest— Quotes Latest — Returns the latest global cryptocurrency market metrics. Use the "convert" option to…Connection
{ "mcpServers": { "coinmarketcap-mcp": { "url": "https://coinmarketcap.mcp.junct.dev/mcp", "transport": "streamable-http" } } }Registry entry (
servers.json){ "id": "coinmarketcap-mcp", "name": "Coinmarketcap MCP", "description": "Airdrop — Returns information about a single airdrop available on CoinMarketCap. Includes the cryptocurrency metadata. \n\n **This endpoint is available on the f", "repository": "https://github.com/junct-bot/coinmarketcap-mcp", "endpoint": "https://coinmarketcap.mcp.junct.dev/mcp", "transport": [ "streamable-http" ], "tags": [ "read", "cryptocurrency", "exchange", "fiat", "key", "tools", "oracle", "analytics" ], "version": "1.0.0", "author": "Junct", "llms_txt": "https://coinmarketcap.mcp.junct.dev/llms.txt", "created_at": "2026-03-14T17:21:02.679Z" }Generated by Junct — agent-readiness infrastructure for crypto/DeFi.