Claude Cursor Skill

coinpaprika-api

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 c

LLM Mart · 0 points · 2 views 0 listing impressions 0 install-command copies
Virus-scanned Reviewed automatically before listing.

Full trust report

Download davepoon-buildwithclaude-plugins_all-skills_skills_coinpaprika-api-a6c484b.zip · 1 KB
Part of davepoon/buildwithclaude — 187 skills

Install

skills CLI npx skills add https://github.com/davepoon/buildwithclaude/tree/main/plugins/all-skills/skills/coinpaprika-api
Claude Code claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install davepoon-buildwithclaude@llmmart
Git git clone https://github.com/davepoon/buildwithclaude.git

The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole davepoon/buildwithclaude collection as a plugin from our marketplace. Git is the plain clone.

Skill manifest

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

Files (buildwithclaude)
  • SKILL.md 2.1 KB
    ---
    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:
    
    ```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
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related