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
Scanned 9/12/2026
Install to Claude Code
npx -y skills add thedixitjain/the-mega-skill-library --skill coinpaprika-api --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Coinpaprika Api?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/thedixitjain-coinpaprika-api)More formats (shields.io, HTML) on the badges page.
---
name: coinpaprika-api
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"
category: backend-and-data
source_repo: davepoon/buildwithclaude
source_path: "plugins/all-skills/skills/coinpaprika-api/SKILL.md"
source_url: https://github.com/davepoon/buildwithclaude/blob/HEAD/plugins/all-skills/skills/coinpaprika-api/SKILL.md
---
# 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:
```json
{
"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 volume
- `getTickers` / `getTickersById` — Price, market cap, volume for coins
- `getTickersHistoricalById` — Historical price ticks
- `getCoins` / `getCoinById` — Coin details, descriptions, links, teams
- `getCoinEvents` / `getCoinExchanges` / `getCoinMarkets` — Events, exchange listings, trading pairs
- `getCoinOHLCVHistorical` / `getCoinOHLCVLatest` / `getCoinOHLCVToday` — Candlestick data
- `getExchanges` / `getExchangeByID` / `getExchangeMarkets` — Exchange data
- `getPlatforms` / `getContracts` / `getTickerByContract` / `getHistoricalTickerByContract` — Contract lookups
- `search` / `resolveId` — Find coins, exchanges, people, tags
- `priceConverter` — Convert between currencies
- `getTags` / `getTagById` / `getPeopleById` — Categories and team info
- `keyInfo` / `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
---
**Source:** [`davepoon/buildwithclaude`](https://github.com/davepoon/buildwithclaude) → `plugins/all-skills/skills/coinpaprika-api/SKILL.md`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!