Buildwithclaude coinpaprika-api
Access cryptocurrency market data from CoinPaprika: prices, tickers, OHLCV, exchanges, contract lookups for 12,000+ coins and 350+ exchanges. Free tier, no API key needed. Install MCP: add https://mcp.coinpaprika.com/sse as SSE server, or install plugin: /plugin marketplace add coinpaprika/claude-marketplace
install
source · Clone the upstream repo
git clone https://github.com/davepoon/buildwithclaude
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/davepoon/buildwithclaude "$T" && mkdir -p ~/.claude/skills && cp -r "$T/plugins/all-skills/skills/coinpaprika-api" ~/.claude/skills/davepoon-buildwithclaude-coinpaprika-api && rm -rf "$T"
manifest:
plugins/all-skills/skills/coinpaprika-api/SKILL.mdsource content
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-plugins
Available MCP Tools (29)
— Total market cap, BTC dominance, 24h volumegetGlobal
/getTickers
— Price, market cap, volume for coinsgetTickersById
— Historical price ticksgetTickersHistoricalById
/getCoins
— Coin details, descriptions, links, teamsgetCoinById
/getCoinEvents
/getCoinExchanges
— Events, exchange listings, trading pairsgetCoinMarkets
/getCoinOHLCVHistorical
/getCoinOHLCVLatest
— Candlestick datagetCoinOHLCVToday
/getExchanges
/getExchangeByID
— Exchange datagetExchangeMarkets
/getPlatforms
/getContracts
/getTickerByContract
— Contract lookupsgetHistoricalTickerByContract
/search
— Find coins, exchanges, people, tagsresolveId
— Convert between currenciespriceConverter
/getTags
/getTagById
— Categories and team infogetPeopleById
/keyInfo
/getMappings
/getChangelogIDs
— Account and metadatastatus
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