Agent Skills
› davepoon/buildwithclaude
› coinpaprika-api
coinpaprika-api
GitHub通过CoinPaprika MCP服务器获取加密货币市场数据,支持12000+币种和350+交易所。提供价格、OHLCV、交易对、合约查询及历史行情等工具,无需API Key即可使用免费额度。
Trigger Scenarios
查询加密货币实时或历史价格
获取特定币种或交易所的详细信息
查找代币合约地址或交易对
分析整体加密市场概况如总市值和交易量
Install
npx skills add davepoon/buildwithclaude --skill coinpaprika-api -g -y
SKILL.md
Frontmatter
{
"name": "coinpaprika-api",
"category": "finance",
"description": "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"
}
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)
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
Version History
- 502fc01 Current 2026-07-05 15:03


