coinpaprika-api

Solid

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

API & Backend 3,047 stars 377 forks Updated today MIT

Install

View on GitHub

Quality Score: 94/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
86
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill 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: ```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...

Details

Author
davepoon
Repository
davepoon/buildwithclaude
Created
10 months ago
Last Updated
today
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category