llms.txt Content
# CoinPaprika MCP Server
> Free hosted Model Context Protocol (MCP) server for real-time cryptocurrency
> market data — 12,000+ coins, tickers, exchanges, OHLCV candles, and more.
> No API key required for the free tier.
CoinPaprika exposes 31 MCP tools covering coins, tickers, exchanges,
markets, OHLCV history, contracts, people, tags, and search. Point any MCP
client (Claude, Cursor, codex, or your own agent) at an endpoint below.
## Endpoints
- [SSE](https://mcp.coinpaprika.com/sse): recommended real-time transport
- [Streamable HTTP](https://mcp.coinpaprika.com/streamable-http): streaming transport
- [JSON-RPC](https://mcp.coinpaprika.com/json-rpc): stateless request/response
## Quick start (Claude Desktop / Cursor)
```json
{ "mcpServers": { "coinpaprika": { "url": "https://mcp.coinpaprika.com/sse" } } }
```
## Discovery
- [Markdown overview](https://mcp.coinpaprika.com/): this landing page as markdown
- [MCP discovery](https://mcp.coinpaprika.com/mcp.json)
- [Capabilities](https://mcp.coinpaprika.com/api/capabilities): tool list, network synonyms, workflows
- [Health](https://mcp.coinpaprika.com/health): version, tool count, transports
## Tools
getGlobal, getCoins, getCoinById, getCoinEvents, getCoinExchanges, getCoinMarkets, getTickers, getTickersById, getPeopleById, getTags, getTagById, getExchanges, getExchangeByID, getExchangeMarkets, getPlatforms, getContracts, getTickerByContract, priceConverter, search, status, getCoinOHLCVLatest, getCoinOHLCVToday, getCoinOHLCVHistorical, getTickersHistoricalById, getHistoricalTickerByContract, keyInfo, getMappings, getChangelogIDs, resolveId, getCapabilities, submitFeedback.
## API keys
The free tier needs no API key. A few Pro tools (historical OHLCV, mappings,
changelog IDs, key info) require a paid CoinPaprika plan and currently return
an upgrade stub on this hosted server. Bring-your-own-key support is coming
soon; until then, run the open-source server locally with your own key:
https://github.com/coinpap
OpenAPI Spec (preview)
{
"openapi": "3.1.0",
"x-mcp": {
"enabled": true
},
"info": {
"version": "1.7.10",
"title": "Coinpaprika API",
"license": {
"name": "MIT",
"url": "https://coinpaprika.com/terms-of-use"
},
"x-logo": {
"url": "https://coinpaprika.com/assets/img/API_logo_coinpage_1.svg",
"backgroundColor": "#FAFAFA"
},
"description": "Coinpaprika API delivers precise & frequently updated market data from the world of crypto: coin prices, volumes, marke