Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
davepoon avatar

Coinpaprika Api

  • 66 installs
  • 3.2k repo stars
  • Updated August 2, 2026
  • davepoon/buildwithclaude

Access cryptocurrency prices, tickers, OHLCV, exchanges, and contract lookups for 12,000+ coins via the free CoinPaprika MCP server.

About

Accesses cryptocurrency market data for 12,000+ coins and 350+ exchanges through the CoinPaprika MCP server, no API key needed. A developer uses it to pull prices, tickers, OHLCV, and contract lookups into a Claude workflow.

  • Free tier over an SSE MCP server or the CoinPaprika Claude marketplace plugin
  • Covers prices, tickers, OHLCV, exchanges, and contract-address lookups

Coinpaprika Api by the numbers

  • 66 all-time installs (skills.sh)
  • Ranked #561 of 1,106 Finance & Trading skills by installs in the Skillselion catalog
  • Data as of Aug 3, 2026 (Skillselion catalog sync)
npx skills add https://github.com/davepoon/buildwithclaude --skill coinpaprika-api

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs66
repo stars3.2k
Last updatedAugust 2, 2026
Repositorydavepoon/buildwithclaude

What it does

Access cryptocurrency prices, tickers, OHLCV, exchanges, and contract lookups for 12,000+ coins via the free CoinPaprika MCP server.

Files

SKILL.mdMarkdownGitHub ↗

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 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

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.