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
What this skill does
# 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)
Related in analytics
test-reporting-analytics
IncludedAdvanced test reporting, quality dashboards, predictive analytics, trend analysis, and executive reporting for QE metrics. Use when communicating quality status, tracking trends, or making data-driven decisions.
resemble-detect
IncludedDeepfake detection and media safety — detect AI-generated audio, images, video, and text, trace synthesis sources, apply watermarks, verify speaker identity, and analyze media intelligence using Resemble AI
agent-analytics
IncludedAnalytics your AI agent can actually use. Track, analyze, run A/B experiments, and optimize across all your projects via CLI. Includes a growth playbook so your agent knows HOW to grow, not just what to track.
google-analytics-automation
IncludedAutomate Google Analytics tasks via Rube MCP (Composio): run reports, list accounts/properties, funnels, pivots, key events. Always search tools first for current schemas.
mixpanel-automation
IncludedAutomate Mixpanel tasks via Rube MCP (Composio): events, segmentation, funnels, cohorts, user profiles, JQL queries. Always search tools first for current schemas.
segment-automation
IncludedAutomate Segment tasks via Rube MCP (Composio): track events, identify users, manage groups, page views, aliases, batch operations. Always search tools first for current schemas.