coinpaprika-api
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
More from davepoon/buildwithclaude
file-organizer
Intelligently organizes your files and folders across your computer by understanding context, finding duplicates, suggesting better structures, and automating cleanup tasks. Reduces cognitive load and keeps your digital workspace tidy without manual effort.
212xlsx
Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2) Reading or analyzing data, (3) Modify existing spreadsheets while preserving formulas, (4) Data analysis and visualization in spreadsheets, or (5) Recalculating formulas
187content-research-writer
Assists in writing high-quality content by conducting research, adding citations, improving hooks, iterating on outlines, and providing real-time feedback on each section. Transforms your writing process from solo effort to collaborative partnership.
141docx
Comprehensive document creation, editing, and analysis with support for tracked changes, comments, formatting preservation, and text extraction. When Claude needs to work with professional documents (.docx files) for: (1) Creating new documents, (2) Modifying or editing content, (3) Working with tracked changes, (4) Adding comments, or any other document tasks
122auth-patterns
This skill should be used when the user asks about "authentication in Next.js", "NextAuth", "Auth.js", "middleware auth", "protected routes", "session management", "JWT", "login flow", or needs guidance on implementing authentication and authorization in Next.js applications.
104server-actions
This skill should be used when the user asks about "Server Actions", "form handling in Next.js", "mutations", "useFormState", "useFormStatus", "revalidatePath", "revalidateTag", or needs guidance on data mutations and form submissions in Next.js App Router.
100