Skip to main content

Why DexPaprika + AI?

DexPaprika provides free, real-time on-chain DEX data covering 36 blockchains, 33M+ tokens, and 36M+ 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.

Agent Skills

One command. Full API knowledge for Claude Code, Cursor, Cline, and 40+ agents.

REST API

Call the API directly from any agent framework or custom application.

Comparison table


Integration details

CLI

Install in one line and start querying:
Works on macOS and Linux. Windows binaries available on GitHub releases.
AI agents running in terminals can install the CLI and use --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:
The plugin bundles an MCP server — no separate configuration needed. Ask Claude about token prices, pool data, or DEX analytics and it uses the plugin automatically. Full setup guide →

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
Add to claude_desktop_config.json:
Go to Settings → Tools & Integrations → New MCP server, then add:
Or use the one-click install button in our docs.
Use the one-click install button in our docs, or manually configure the MCP server in Copilot Chat settings.
Full hosted MCP guide →

Self-hosted MCP Server

Run the MCP server on your own machine:
Or run without installing:
Then configure your AI tool to use the dexpaprika-mcp command. Full self-hosted MCP guide →

Agent Skills

Give your AI agent full knowledge of the DexPaprika API, CLI, and streaming service:
Works with Claude Code, Cursor, Cline, and 40+ other agents. The agent reads the skill files locally and makes API calls directly — no MCP server needed. Full skills guide —>

REST API

Any AI agent or framework can call the DexPaprika REST API directly. Base URL: https://api.dexpaprika.com See the REST API reference and the common patterns guide for standard workflows like price lookups, pool discovery, and historical data retrieval.

ChatGPT Actions

Create a custom GPT with DexPaprika data access using our OpenAPI spec:
  1. Create a custom GPT in ChatGPT
  2. Add an Action with the schema URL: https://mcp.dexpaprika.com/openapi
  3. Start asking crypto questions
Full ChatGPT Actions guide →

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:

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

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.
No. DexPaprika is free to use and public. No API key, no registration, no authentication needed for any integration method.
Yes. For example, you can use the MCP server in Cursor for interactive development and call the REST API from your application code.
The free API allows 10,000 requests per day. For unlimited access, see the Pro API.