
Coinpaprika Api
- 66 installs
- 3.2k repo stars
- Updated August 2, 2026
- davepoon/buildwithclaude
Access cryptocurrency prices, tickers, OHLCV, exchanges, and contract lookups for 12,000+ coins via the free CoinPaprika MCP server.
About
Accesses cryptocurrency market data for 12,000+ coins and 350+ exchanges through the CoinPaprika MCP server, no API key needed. A developer uses it to pull prices, tickers, OHLCV, and contract lookups into a Claude workflow.
- Free tier over an SSE MCP server or the CoinPaprika Claude marketplace plugin
- Covers prices, tickers, OHLCV, exchanges, and contract-address lookups
Coinpaprika Api by the numbers
- 66 all-time installs (skills.sh)
- Ranked #561 of 1,106 Finance & Trading skills by installs in the Skillselion catalog
- Data as of Aug 3, 2026 (Skillselion catalog sync)
npx skills add https://github.com/davepoon/buildwithclaude --skill coinpaprika-apiAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 66 |
|---|---|
| repo stars | ★ 3.2k |
| Last updated | August 2, 2026 |
| Repository | davepoon/buildwithclaude ↗ |
What it does
Access cryptocurrency prices, tickers, OHLCV, exchanges, and contract lookups for 12,000+ coins via the free CoinPaprika MCP server.
Files
CoinPaprika API
Access cryptocurrency market data for 12,000+ coins and 350+ exchanges via the CoinPaprika MCP server.
Setup
Add the MCP server to your Claude Code config:
{
"mcpServers": {
"coinpaprika": {
"url": "https://mcp.coinpaprika.com/sse"
}
}
}Or install the full plugin (includes agent + skill):
/plugin marketplace add coinpaprika/claude-marketplace
/plugin install coinpaprika@coinpaprika-pluginsAvailable MCP Tools (29)
getGlobal— Total market cap, BTC dominance, 24h volumegetTickers/getTickersById— Price, market cap, volume for coinsgetTickersHistoricalById— Historical price ticksgetCoins/getCoinById— Coin details, descriptions, links, teamsgetCoinEvents/getCoinExchanges/getCoinMarkets— Events, exchange listings, trading pairsgetCoinOHLCVHistorical/getCoinOHLCVLatest/getCoinOHLCVToday— Candlestick datagetExchanges/getExchangeByID/getExchangeMarkets— Exchange datagetPlatforms/getContracts/getTickerByContract/getHistoricalTickerByContract— Contract lookupssearch/resolveId— Find coins, exchanges, people, tagspriceConverter— Convert between currenciesgetTags/getTagById/getPeopleById— Categories and team infokeyInfo/getMappings/getChangelogIDs/status— Account and metadata
Coin ID Format
Pattern: {symbol}-{name} lowercase. Examples: btc-bitcoin, eth-ethereum, sol-solana.
Use search or resolveId if unsure of the correct ID.
Rate Limits
- Free tier: 20,000 calls/month, no API key needed
- Pro tier: higher limits via api-pro.coinpaprika.com
- Docs: https://docs.coinpaprika.com