Labsco
MCP SERVER

CoinMarketCap MCP

by shinzo-labs

Pull CoinMarketCap's market data — latest quotes, listings filtered on market cap or volume, DEX spot pairs and OHLCV, the CMC 100 index and the Fear and Greed index — and convert between any of it in one call.

Cryptocurrency Market DataVerified
Summary
One key answers the centralised and on-chain sides of the same question.

The 26 tools follow CoinMarketCap's own API shape closely, so a filtered listing carries the same minimum market cap, volume and price-change knobs you would send by hand, and the id maps are exposed rather than hidden behind a lookup. Eight of the tools are DEX-side — pairs, networks, OHLCV and trades — which is either the reason to install it or dead weight, depending on whether you ever leave spot quotes. Everything here reads; nothing places an order.

What it is

A server over the CoinMarketCap API with 26 tools, covering centralised listings and quotes, decentralised exchange pairs, exchange metadata, global metrics and CMC's own indices.

What you get
  • Latest quotes by id, slug or symbol, and paginated listings filtered on price, market cap, volume, circulating supply or price change, sorted the way you ask
  • Static metadata — logo, description, website URLs — plus the id maps for cryptocurrencies, exchanges and fiat currencies that the other calls take as input
  • DEX coverage as a set of its own: exchange info and listings, the network list, spot pairs filtered by liquidity or network, latest and historical OHLCV, and up to the latest 100 trades on a pair
  • Exchange metadata and the token holdings an exchange reports
  • Market-wide reads: globalMetricsLatest, the CMC 100 index latest and historical, and the Fear and Greed index latest and historical
  • priceConversion between crypto and fiat amounts, optionally at a past time, and keyInfo for what the key has already spent
Requirements

A CoinMarketCap API key — keyInfo reports its details and usage stats. MIT licensed.

Setup effort

One command plus a key — npx -y @smithery/cli install @shinzo-labs/coinmarketcap-mcp, then supply credentials