davepoon/dexpaprika-api
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
npx skills add https://github.com/davepoon/buildwithclaude --skill dexpaprika-api
Access DeFi data across 34+ blockchains, 30M+ liquidity pools, and 28M+ tokens via the DexPaprika MCP server.
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
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 networksethereum, solana, bsc, polygon, arbitrum, base, avalanche, optimism, sui, ton, tron
Take davepoon/dexpaprika-api from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.