# CoinMarketCap — MCP server on mcp.ai > Connect your CoinMarketCap account and use 9 tools for analytics straight from your AI agent. Connect with your own API key. CoinMarketCap provides a comprehensive cryptocurrency market data API, offering real-time and historical data on cryptocurrencies and exchanges. By: mcp.ai · official Page: https://mcp.ai/coinmarketcap ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_coinmarketcap?ms=1787291400000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/coinmarketcap/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/coinmarketcap/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/coinmarketcap/skill.md Postman collection (v2.1): https://mcp.ai/coinmarketcap/postman.json ## Tools - coinmarketcap_cryptocurrency_listings_latest(aux?: string, tag?: string, sort?: string, limit?: integer, start?: integer, convert?: string, sort_dir?: string, price_max?: number, price_min?: number, convert_id?: string, market_cap_max?: number, market_cap_min?: number, volume_24h_max?: number, volume_24h_min?: number, cryptocurrency_type?: string, circulating_supply_max?: number, circulating_supply_min?: number, percent_change_24h_max?: number, percent_change_24h_min?: number) — Fetch the latest cryptocurrency market listings from CoinMarketCap. Returns a ranked list of active cryptocurrencies with real-time price, market cap, 24h volume, and percent changes. By default retur - coinmarketcap_cryptocurrency_map(id?: string, aux?: string, slug?: string, sort?: string, limit?: integer, start?: integer, symbol?: string, listing_status?: string) — Tool to retrieve a mapping of all cryptocurrencies, including their unique IDs, symbols, and names. Use when you need reference IDs for crypto assets. Response results are nested under a `data` key. - coinmarketcap_cryptocurrency_quotes_latest(id?: string, aux?: string, slug?: string, symbol?: string, convert?: string, convert_id?: string, skip_invalid?: boolean) — Tool to get the latest aggregated global market quotes for one or more cryptocurrencies. Exactly one of id, symbol, or slug must be provided; combining multiple identifier types or omitting all causes - coinmarketcap_get_cryptocurrency_info(id?: integer[], slug?: string[], symbol?: string[]) — Tool to fetch metadata (description, logo, URLs) for one or more cryptocurrencies. Use when you need static asset details like descriptions, logos, and related links. Exactly one of `id`, `slug`, or ` - coinmarketcap_get_exchange_info(id?: integer[], aux?: string, slug?: string[]) — Tool to get detailed metadata for one or more exchanges. Use when you need exchange logos, supported fiats, launch dates, and official links. - coinmarketcap_get_key_info() — Tool to retrieve your CoinMarketCap API key details, rate limits, and usage statistics. Use after setting your API key to inspect limits and usage. - coinmarketcap_global_metrics_quotes_latest(convert?: string, convert_id?: string) — Tool to obtain the latest global cryptocurrency market metrics (market cap, volume, dominance). Use when you need aggregated market-level data for analysis. - coinmarketcap_partner_map(slug?: string, limit?: integer, start?: integer, listing_status?: string) — Tool to retrieve a mapping of all CoinMarketCap partners with their unique IDs, names, and slugs. Use when you need to map partner names or slugs to numeric IDs. - coinmarketcap_tools_price_conversion(id?: integer, time?: string, amount: number, symbol?: string, convert?: string, convert_id?: string) — Tool to convert an amount from one cryptocurrency or fiat currency into another. Either `id` or `symbol` must be provided as the source currency identifier. Use when conversion rates are needed. Unsup ## Example prompts - "What can I do in CoinMarketCap?" - "Show me a summary of my CoinMarketCap account" ## Links Docs: https://mcp.ai/docs/mcps/coinmarketcap Website: https://mcp.ai/mcps/coinmarketcap