DexPaprika MCP Server

DexPaprika MCP Server

By coinpaprika GitHub

DexPaprika MCP server allows access real-time and historical data on crypto tokens, DEX trading activity, and liquidity across multiple blockchains. It enables natural language queries for exploring market trends, token performance, and DeFi analytics through a standardized interface.

mcp cryptocurrency
Overview

What is DexPaprika MCP Server?

DexPaprika MCP Server is a Model Context Protocol (MCP) server that provides on-demand access to real-time and historical cryptocurrency data, including DEX trading activity and liquidity across multiple blockchains. It allows users to perform natural language queries to explore market trends and token performance.

How to use DexPaprika MCP Server?

To use the server, install it globally using npm or run it directly without installation. Start the server and access it via the provided local URL. Integration with AI assistants like Claude is also supported for seamless data fetching.

Key features of DexPaprika MCP Server?

  • Access to real-time and historical DEX data across multiple blockchains.
  • Natural language query support for market analysis.
  • No API keys required for usage.
  • Comprehensive endpoints for token and pool operations.

Use cases of DexPaprika MCP Server?

  1. Building token analysis tools to track price movements and liquidity.
  2. Comparing DEXes based on fee structures and trading volumes.
  3. Monitoring liquidity pool analytics and market trends.
  4. Creating portfolio trackers for real-time value tracking.
  5. Performing advanced technical analysis using historical data.

FAQ from DexPaprika MCP Server?

  • Is an API key required to use the server?

No, the server does not require API keys for access.

  • What programming language is used?

The server is built using JavaScript.

  • How can I integrate it with Claude?

Follow the integration instructions provided in the documentation to add it to your Claude Desktop configuration.

Content

DexPaprika MCP Server

A Model Context Protocol (MCP) server that provides on-demand access to DexPaprika's cryptocurrency and DEX data API. Built specifically for AI assistants like Claude to programmatically fetch real-time token, pool, and DEX data with zero configuration.

TL;DR

# Install globally
npm install -g dexpaprika-mcp

# Start the server
dexpaprika-mcp

# Or run directly without installation
npx dexpaprika-mcp

DexPaprika MCP connects Claude to live DEX data across multiple blockchains. No API keys required. Installation | Configuration | API Reference

What Can You Build?

  • Token Analysis Tools: Track price movements, liquidity depth changes, and volume patterns
  • DEX Comparisons: Analyze fee structures, volume, and available pools across different DEXes
  • Liquidity Pool Analytics: Monitor TVL changes, impermanent loss calculations, and price impact assessments
  • Market Analysis: Cross-chain token comparisons, volume trends, and trading activity metrics
  • Portfolio Trackers: Real-time value tracking, historical performance analysis, yield opportunities
  • Technical Analysis: Perform advanced technical analysis using historical OHLCV data, including trend identification, pattern recognition, and indicator calculations

Installation

Installing via Smithery

To install DexPaprika for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install @coinpaprika/dexpaprika-mcp --client claude

Manual Installation

# Install globally (recommended for regular use)
npm install -g dexpaprika-mcp

# Verify installation
dexpaprika-mcp --version

# Start the server
dexpaprika-mcp

The server runs on port 8010 by default. You'll see MCP server is running at http://localhost:8010 when successfully started.

Video Tutorial

Watch our step-by-step tutorial on setting up and using the DexPaprika MCP server:

DexPaprika MCP Tutorial

Claude Desktop Integration

Add the following to your Claude Desktop configuration file:

macOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json
Windows: %APPDATA%/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "dexpaprika": {
      "command": "npx",
      "args": ["dexpaprika-mcp"]
    }
  }
}

After restarting Claude Desktop, the DexPaprika tools will be available to Claude automatically.

Technical Capabilities

The MCP server exposes these specific endpoints Claude can access:

Network Operations

FunctionDescriptionExample
getNetworksRetrieves all supported blockchain networks and metadata{"id": "ethereum", "name": "Ethereum", "symbol": "ETH", ...}
getNetworkDexesLists DEXes available on a specific network{"dexes": [{"id": "uniswap_v3", "name": "Uniswap V3", ...}]}

Pool Operations

FunctionDescriptionRequired ParametersExample Usage
getTopPoolsGets top liquidity pools across all networkslimit, orderByFetch top 10 pools by 24h volume
getNetworkPoolsGets top pools on a specific networknetwork, limitGet Solana's highest liquidity pools
getDexPoolsGets top pools for a specific DEXnetwork, dexList pools on Uniswap V3
getPoolDetailsGets detailed pool metricsnetwork, poolAddressComplete metrics for USDC/ETH pool
getPoolOHLCVRetrieves time-series price data for various analytical purposes (technical analysis, ML models, backtesting)network, poolAddress, start, interval7-day hourly candles for SOL/USDC
getPoolTransactionsLists recent transactions in a poolnetwork, poolAddressLast 20 swaps in a specific pool

Token Operations

FunctionDescriptionRequired ParametersOutput Fields
getTokenDetailsGets comprehensive token datanetwork, tokenAddressprice_usd, volume_24h, liquidity_usd, etc.
getTokenPoolsLists pools containing a tokennetwork, tokenAddressReturns all pools with liquidity metrics
searchFinds tokens, pools, DEXes by name/idqueryMulti-entity search results

Example Usage

// With Claude, get details about a specific token:
const
No tools information available.

This is a basic MCP Server-Client Impl using SSE

mcp server-client
View Details

-

mcp model-context-protocol
View Details

Buttplug.io Model Context Protocol (MCP) Server

mcp buttplug
View Details

MCP web search using perplexity without any API KEYS

mcp puppeteer
View Details

free MCP server hosting using vercel

mcp mantle-network
View Details

MCPHubs is a website that showcases projects related to Anthropic's Model Context Protocol (MCP)

mcp mcp-server
View Details