Agent Skills
› davepoon/buildwithclaude
› dexpaprika-api
dexpaprika-api
GitHub通过MCP服务访问DexPaprika的DeFi数据,支持34+链和3000万+池。提供代币价格、流动性池详情、OHLCV历史数据及交易记录查询,无需API Key,免费且无速率限制压力,适合多链资产分析与监控。
Trigger Scenarios
查询特定代币或池子的实时价格与流动性
获取多链去中心化交易所的交易量与排名
分析代币的历史K线数据或近期交易记录
搜索跨网络的代币、池子或DEX信息
Install
npx skills add davepoon/buildwithclaude --skill dexpaprika-api -g -y
SKILL.md
Frontmatter
{
"name": "dexpaprika-api",
"category": "finance",
"description": "Access DeFi data from DexPaprika: token prices, liquidity pools, OHLCV, transactions across 34+ blockchains and 30M+ pools. Free, no API key needed. Install MCP: add https:\/\/mcp.dexpaprika.com\/sse as SSE server, or install plugin: \/plugin marketplace add coinpaprika\/claude-marketplace"
}
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 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)
Version History
- 502fc01 Current 2026-07-05 15:03


