Why DexPaprika + AI?
DexPaprika provides free, real-time on-chain DEX data covering 33 blockchains, 26M+ tokens, and 28M+ pools. No API key. No authentication. AI agents and AI-assisted IDEs can query token prices, pool data, historical OHLCV, swap transactions, and more — either through MCP (Model Context Protocol) or direct REST API calls. This page helps you pick the right integration for your setup.Choose your integration
CLI
One install command. Query pools, tokens, prices, and stream live data from the terminal.
Claude Code Plugin
Two commands. Zero config. Built-in MCP server access inside Claude Code.
Hosted MCP Server
Add a URL to Claude Desktop, Cursor, or VS Code. No installation needed.
Self-hosted MCP Server
Run the MCP server locally via npm/npx for full control.
REST API + skill.md
Call the API directly from any agent framework. Install our skill.md for context.
Comparison table
| CLI | Claude Code Plugin | Hosted MCP | Self-hosted MCP | REST API | |
|---|---|---|---|---|---|
| Setup time | 10 seconds | 30 seconds | 1-2 minutes | 10-15 minutes | 0 (just call endpoints) |
| Install required | One curl command | Plugin marketplace | No | npm/npx | No |
| Works with | Any terminal, any agent | Claude Code | Claude Desktop, Cursor, VS Code | Claude Desktop, Cursor | Any HTTP client or agent |
| Maintenance | Re-run installer to update | Auto-updates | Zero (we handle it) | You update npm package | None |
| Data access | All endpoints + streaming | All endpoints via MCP | All endpoints via MCP | All endpoints via MCP | All endpoints directly |
| Streaming prices | Yes (built-in stream command) | No (use REST streaming) | No (use REST streaming) | No (use REST streaming) | Yes via SSE streaming |
| Best for | Terminal agents, scripting, data pipelines | Claude Code users | Quick AI IDE setup | Custom/private environments | Agent frameworks, custom apps |
Integration details
CLI
Install in one line and start querying:--output json --raw for machine-readable output. The CLI covers every REST API endpoint plus live SSE streaming.
Full CLI guide —>
Claude Code Plugin
The fastest path if you use Claude Code. Two commands and you’re done:Hosted MCP Server
Add one URL to your AI tool’s config. Works with Claude Desktop, Cursor, and VS Code. SSE endpoint (recommended):https://mcp.dexpaprika.com/sse
Claude Desktop
Claude Desktop
Add to
claude_desktop_config.json:Cursor IDE
Cursor IDE
Go to Settings → Tools & Integrations → New MCP server, then add:Or use the one-click install button in our docs.
VS Code
VS Code
Use the one-click install button in our docs, or manually configure the MCP server in Copilot Chat settings.
Self-hosted MCP Server
Run the MCP server on your own machine:dexpaprika-mcp command.
Full self-hosted MCP guide →
REST API for AI agents
Any AI agent or framework can call the DexPaprika REST API directly. Base URL:https://api.dexpaprika.com
For agent frameworks that support skills/context files, install the DexPaprika skill:
ChatGPT Actions
Create a custom GPT with DexPaprika data access using our OpenAPI spec:- Create a custom GPT in ChatGPT
- Add an Action with the schema URL:
https://mcp.dexpaprika.com/openapi - Start asking crypto questions
IDE integrations
Cursor IDE
One-click MCP install + docs indexing for Cursor
VS Code
Copilot Chat MCP integration for VS Code
What data can AI agents access?
All DexPaprika data is available through every integration method:| Capability | Description |
|---|---|
| Token prices | Real-time USD prices for any token on any supported network |
| Batch prices | Up to 10 token prices in a single request |
| Pool data | Liquidity, volume, fees, token pairs for any pool |
| Pool filtering | Find pools by volume range, transaction count, or creation date |
| OHLCV history | Historical candlestick data with 9 interval options (1m to 24h) |
| Transactions | Recent swaps, adds, and removes for any pool |
| DEX listings | All DEXes on a network with pool counts |
| Search | Find tokens, pools, and DEXes by name, symbol, or address |
| Network info | All 33 supported blockchain networks |
| Live streaming | Real-time price updates via SSE (REST API only, up to 2,000 tokens) |
Example: what you can ask an AI with DexPaprika access
Once connected, try prompts like:- “What’s the current price of SOL?”
- “Show me the top 10 pools on Ethereum by volume”
- “Find newly created pools on Base with over $50k daily volume”
- “Get 30-day OHLCV data for the USDC/ETH pool on Uniswap V3”
- “Compare WETH prices across Ethereum, Arbitrum, and Base”
- “Which DEX has the most pools on Solana?”
- “Stream live prices for WETH and WBTC on Ethereum”
Next steps
Knowledge Base
Learn core concepts: pools, DEXes, OHLCV, and how DexPaprika data works
Tutorials
Step-by-step guides for common tasks
REST API Reference
Complete endpoint documentation with interactive playground
Streaming API
Real-time price updates via Server-Sent Events
FAQs
Which integration should I use?
Which integration should I use?
For terminal-based work and scripting, start with the CLI. If you use Claude Code, the plugin is the fastest path. For Claude Desktop, Cursor, or VS Code, use the hosted MCP server. For custom agents and applications, use the REST API directly.
Do I need an API key?
Do I need an API key?
No. DexPaprika is completely free and public. No API key, no registration, no authentication needed for any integration method.
Can I use multiple integrations at once?
Can I use multiple integrations at once?
Yes. For example, you can use the MCP server in Cursor for interactive development and call the REST API from your application code.
What about rate limits?
What about rate limits?
The free API allows 10,000 requests per day. For unlimited access, see the Pro API.