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.
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.
- 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
A CoinMarketCap API key — keyInfo reports its details and usage stats. MIT licensed.
One command plus a key — npx -y @smithery/cli install @shinzo-labs/coinmarketcap-mcp, then supply credentials
