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

Dexpaprika Api

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

Access DeFi data including token prices, liquidity pools, OHLCV, and transactions across 34+ blockchains via the free DexPaprika MCP server.

About

Accesses DeFi market data across 34+ blockchains, 30M+ liquidity pools, and 28M+ tokens through the DexPaprika MCP server, no API key needed. A developer uses it to pull pool, token, and OHLCV data into a Claude workflow.

  • Free SSE MCP server exposing 14 tools for networks, DEXes, pools, and tokens
  • Covers pool details, filters, OHLCV, and transaction data across chains

Dexpaprika Api by the numbers

  • 66 all-time installs (skills.sh)
  • Ranked #185 of 480 Web3 & Blockchain 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 dexpaprika-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 DeFi data including token prices, liquidity pools, OHLCV, and transactions across 34+ blockchains via the free DexPaprika MCP server.

Files

SKILL.mdMarkdownGitHub ↗

DexPaprika API

Access DeFi data across 34+ blockchains, 30M+ liquidity pools, and 28M+ tokens via the DexPaprika MCP server.

Setup

Add the MCP server to your Claude Code config:

{
  "mcpServers": {
    "dexpaprika": {
      "url": "https://mcp.dexpaprika.com/sse"
    }
  }
}

Or install the full plugin (includes agent + 4 skills):

/plugin marketplace add coinpaprika/claude-marketplace
/plugin install dexpaprika@coinpaprika-plugins

Available MCP Tools (14)

  • getCapabilities — Server capabilities, workflow examples, network synonyms
  • getNetworks — List 34+ supported blockchains
  • getStats — Platform-wide statistics
  • getNetworkDexes — DEXes on a network
  • getNetworkPools — Top pools (sortable by volume, price, txns)
  • getNetworkPoolsFilter — Filter pools by volume, txns, creation date
  • getDexPools — Pools for a specific DEX
  • getPoolDetails — Pool details (tokens, volume, liquidity)
  • getPoolOHLCV — Historical price candles (1m to 24h intervals)
  • getPoolTransactions — Recent swaps and trades
  • getTokenDetails — Token price, liquidity, metrics
  • getTokenPools — All pools containing a token
  • getTokenMultiPrices — Batch prices for up to 10 tokens
  • search — Search tokens, pools, DEXes across all networks

Common Network IDs

ethereum, solana, bsc, polygon, arbitrum, base, avalanche, optimism, sui, ton, tron

Rate Limits

  • Free: 10,000 requests/day, no API key needed
  • Docs: https://docs.dexpaprika.com
  • Streaming: https://streaming.dexpaprika.com (real-time SSE, ~1s updates)

Related skills

This week in AI coding

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

unsubscribe anytime.