
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-apiAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 66 |
|---|---|
| repo stars | ★ 3.2k |
| Last updated | August 2, 2026 |
| Repository | davepoon/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
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-pluginsAvailable MCP Tools (14)
getCapabilities— Server capabilities, workflow examples, network synonymsgetNetworks— List 34+ supported blockchainsgetStats— Platform-wide statisticsgetNetworkDexes— DEXes on a networkgetNetworkPools— Top pools (sortable by volume, price, txns)getNetworkPoolsFilter— Filter pools by volume, txns, creation dategetDexPools— Pools for a specific DEXgetPoolDetails— Pool details (tokens, volume, liquidity)getPoolOHLCV— Historical price candles (1m to 24h intervals)getPoolTransactions— Recent swaps and tradesgetTokenDetails— Token price, liquidity, metricsgetTokenPools— All pools containing a tokengetTokenMultiPrices— Batch prices for up to 10 tokenssearch— 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)