Real-time crypto market data: prices, tickers, exchanges, OHLCV candles, and metadata.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
A Model Context Protocol (MCP) server that provides on-demand access to CoinPaprika's cryptocurrency market data API. Built specifically for AI assistants like Claude to programmatically fetch real-time prices, tickers, exchange data, OHLCV candles, and more with zero configuration.
CoinPaprika MCP connects Claude to live crypto market data for 12,000+ cryptocurrencies. The free tier needs no API key. Installation | Configuration | API Reference
Prefer zero setup? Use the hosted MCP server at mcp.coinpaprika.com: no installation, no API key to start, 31 tools (the 30 here plus
submitFeedback). See Hosted server for transport endpoints.
To install CoinPaprika MCP for Claude Desktop automatically via Smithery:
Add the following to your Claude Desktop configuration file:
macOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json
Windows: %APPDATA%/Claude/claude_desktop_config.json
If you prefer zero setup, point any MCP-compatible client directly at the hosted server at mcp.coinpaprika.com. The landing page provides setup instructions and documentation. The following transport endpoints are available:
| Transport | Endpoint | Use Case |
|---|---|---|
| Streamable HTTP | https://mcp.coinpaprika.com/streamable-http | Recommended for most clients |
| SSE | https://mcp.coinpaprika.com/sse | Legacy SSE transport |
| JSON-RPC | https://mcp.coinpaprika.com/json-rpc | Direct JSON-RPC |
Note: These are MCP protocol endpoints. They won't display anything in a browser. Visit mcp.coinpaprika.com for the landing page.
| Tool | Description |
|---|---|
getCapabilities | Server capabilities, workflow patterns, validation rules, and best practices. Start here. |
status | Server status and configuration |
getGlobal | Global market overview: total market cap, 24h volume, BTC dominance ('how is the market doing') |
| Tool | Description | Required Parameters |
|---|---|---|
getCoins | List all coins (id, name, symbol, rank); no prices, use getTickers for prices | none |
getCoinById | Coin project details (description, team, links); no price, use getTickersById | coinId |
getCoinEvents | Upcoming events for a coin | coinId |
getCoinExchanges | Exchanges listing a coin | coinId |
getCoinMarkets | Markets/exchanges trading a coin ('where to buy X', 'X price on Binance') | coinId |
| Tool | Description | Required Parameters |
|---|---|---|
getTickers | Current prices + market caps for top coins by market cap ('top 5 coins', market snapshot) | none |
getTickersById | Current price, market cap & 24h change of one coin ('BTC price', 'how much is ETH') | coinId |
getCoinOHLCVLatest | Latest full-day OHLC candle (not the live price) | coinId |
getCoinOHLCVToday | Today's in-progress OHLC candle | coinId |
priceConverter | Convert an amount between currencies ('0.5 BTC in USD') | baseCurrencyId, quoteCurrencyId |
| Tool | Description | Required Parameters |
|---|---|---|
getExchanges | List all exchanges | none |
getExchangeByID | Exchange details | exchangeId |
getExchangeMarkets | Markets on a specific exchange | exchangeId |
| Tool | Description | Required Parameters |
|---|---|---|
getTags | List all tags/categories | none |
getTagById | Tag details | tagId |
getPeopleById | Person/team member details | personId |
| Tool | Description | Required Parameters |
|---|---|---|
getPlatforms | List contract platforms | none |
getContracts | Contracts on a platform | platformId |
getTickerByContract | Token price by contract address (on-chain/DeFi tokens) | platformId, contractAddress |
| Tool | Description | Required Parameters |
|---|---|---|
search | Search coins/exchanges/people/tags by name; use FIRST to get an id | q |
resolveId | Resolve a name/symbol to canonical id; call FIRST before price tools | type, query |
These tools require a paid CoinPaprika API plan. Without an API key, they return guidance directing you to upgrade.
| Tool | Plan Required | Description |
|---|---|---|
getCoinOHLCVHistorical | Starter+ | Historical OHLCV candle data |
getTickersHistoricalById | Starter+ | Historical ticker snapshots |
getHistoricalTickerByContract | Starter+ | Historical ticker by contract |
getChangelogIDs | Starter+ | Changelog of coin ID changes |
keyInfo | Pro | Verify API key details |
getMappings | Business | Cross-platform ID mappings |
The free tier provides access to most tools without any API key. For paid-tier features (historical data, mappings, etc.), set the COINPAPRIKA_API_KEY environment variable:
Get an API key at coinpaprika.com/api/pricing.
meta.quota block with the monthly free-tier allowance and the number of calls this server process has made since it started. That count is process-local, not your account balance. The hosted server at mcp.coinpaprika.com returns no meta block at all, so do not write client code that depends on oneCommon Issues:
CP429_RATE_LIMIT errors, back off and retry. The free-tier quota is monthly, not daily, so a sustained 429 means the monthly allowance is spentsymbol-name format (e.g., btc-bitcoin, not bitcoin or BTC). Use search or resolveId to find correct IDsCP402_INSUFFICIENT_PLAN or CP403_FORBIDDEN mean the endpoint requires a paid plan. Set COINPAPRIKA_API_KEY environment variablelimit parameterSee CHANGELOG.md for detailed release notes.
This project is licensed under the MIT License - see the LICENSE file for details.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/coinpaprika)<a href="https://allmcps.com/mcp/coinpaprika"><img src="https://allmcps.com/api/badge/coinpaprika?style=directory" alt="CoinPaprika on AllMCPs" /></a>