CoinPaprika MCP Server
Official CoinPaprika MCP server providing real-time cryptocurrency market data for 12,000+ coins and 350+ exchanges. 30 tools for tickers, OHLCV candles, exchange data, search, price conversion, and contract lookup. Free tier with 10,000 requests/day, no API key required.
Installation
# NPM (local)
npx @coinpaprika/mcp
# Claude Code
claude mcp add coinpaprika -- npx @coinpaprika/mcp
# Hosted (zero setup)
claude mcp add coinpaprika --transport http https://mcp.coinpaprika.com/streamable-http
Tools (30)
Discovery & System
getCapabilities— Server capabilities and workflow patternsstatus— Server status and configurationgetGlobal— Global market overview (market cap, volume, BTC dominance)
Coins
getCoins— List all coinsgetCoinById— Coin details (description, team, links)getCoinEvents— Upcoming eventsgetCoinExchanges— Exchanges listing a coingetCoinMarkets— Markets/trading pairs
Tickers & Prices
getTickers— All tickers with price quotesgetTickersById— Ticker for a specific coingetCoinOHLCVLatest— OHLCV for last full daygetCoinOHLCVToday— OHLCV for todaypriceConverter— Convert between currencies
Exchanges
getExchanges— List all exchangesgetExchangeByID— Exchange detailsgetExchangeMarkets— Markets on a specific exchange
Search & Resolution
search— Search coins, exchanges, ICOs, people, tagsresolveId— Resolve fuzzy query to canonical IDs
Links
- GitHub: https://github.com/coinpaprika/coinpaprika-mcp
- Hosted MCP: https://mcp.coinpaprika.com
- API Docs: https://api.coinpaprika.com
- npm: https://www.npmjs.com/package/@coinpaprika/mcp