dexpaprika-api
DexPaprika API provides real-time and historical DeFi data from 34+ blockchains, 30M+ liquidity pools, and 28M+ tokens through 14 MCP tools. Use it to query token prices, pool details, OHLCV candles, recent transactions, and DEX information across major networks like Ethereum, Solana, and Polygon without requiring an API key, with a free tier offering 10,000 daily requests.
git clone --depth 1 https://github.com/davepoon/buildwithclaude /tmp/dexpaprika-api && cp -r /tmp/dexpaprika-api/plugins/all-skills/skills/dexpaprika-api ~/.claude/skills/dexpaprika-apiSKILL.md
# 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:
```json
{
"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)Scans the codebase for dead code, tech debt, outdated dependencies, and code quality issues. Delegates to the Centinela (QA) agent.
Creates a complete product feature specification with acceptance criteria, scope, dependencies, and risks. Delegates to the Prometeo (PM) agent.
Implements a feature from its specification. Reads the spec, designs architecture, writes code and tests. Delegates to the Forja (Dev) agent.
Pre-release verification checklist. Validates features, tests, docs, security, and quality gates before shipping. Delegates to the Centinela (QA) agent.
Addresses and fixes findings from a QA code review. Reads the review report, fixes critical and warning issues, and prepares for re-verification. Delegates to the Forja (Dev) agent.
Deep security audit covering OWASP Top 10, authentication, authorization, data protection, dependency vulnerabilities, and secrets scanning. Delegates to the Centinela (QA) agent.
Initialize uc-taskmanager for the current project. Creates works/ directory and configures Bash permissions in .claude/settings.local.json. Use when the user says "uctm init", "initialize uctm", "uctm 초기화", or "초기화".