plugins/all-skills/skills/dexpaprika-api/SKILL.md
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 skillsauth add davepoon/buildwithclaude dexpaprika-apiInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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
development
Show drill-me learning progress — topics studied, cards due for review, weakest concepts, and what to study next. Use when the user asks what's due, how their learning is going, or for their drill-me status.
development
Teach the user a topic as an adaptive tutor — retrieval practice, spaced repetition with decay, and persistent memory in ~/.drill-me/. Use when the user wants to learn or be drilled on something, says "drill me on X", "teach me X", or wants to study a topic, a codebase, or a document.
development
Turn any codebase into evidence-grounded Markdown docs plus a machine-readable index.json. Every claim cites its source; never invents deployment steps.
tools
Assesses the current state of the startup project and recommends what to focus on next. Use when there is a need or a question from the user to understand what the next steps are or what to focus on next.