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.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by CoinPaprika.
getCapabilitiesServer capabilities, workflow patterns, validation rules, and best practices. **Start here.
statusServer status and configuration
getGlobalGlobal market overview: total market cap, 24h volume, BTC dominance ('how is the market doing')
getCoinsList all coins (id, name, symbol, rank); no prices, use getTickers for prices
getCoinByIdCoin project details (description, team, links); no price, use getTickersById
getCoinEventsUpcoming events for a coin
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.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
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>