Dexpaprika MCP Server

Real-time cryptocurrency and decentralized exchange data for AI assistants.

Data last scanned today · Reviewed today

2316 tools42JavaScriptMIT

Overview

DexPaprika MCP Server provides programmatic access to cryptocurrency, token, and pool data from the DexPaprika API. By integrating this server, AI agents can fetch live market metrics, liquidity pool information, and trading activity directly within their workflow environment without requiring personal API keys. The server features advanced tools such as server-side filtering for network pools and capabilities for technical analysis. Users can track price movements, monitor TVL changes, or perform cross-chain token comparisons by passing queries through the MCP interface.

Our verdict

With a security score of 23/100, this server is rated as high risk. The primary concern is the total lack of authentication; anyone with access to the configuration can execute these tools. Additionally, as a community-maintained project that has not been editorially reviewed, users should exercise caution in production environments where sensitive operations are performed.

  • Access to real-time DEX data without needing API keys
  • Includes tools for advanced filtering and market analysis
  • Small footprint with only three direct dependencies
  • Active development with recent commits
  • No authentication layer allows unauthorized access by default
  • Project is community-maintained and lacks official vendor support
  • Risk profile elevated by the absence of an editorial review

Setup

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

Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows), then restart Claude Desktop. Some servers require API keys or tokens as environment variables — check the project's README and add an "env" object if needed.

  • No read-only mode — running this grants full read/write access.

Tools

ToolDescriptionRisk
getCapabilitiesServer capabilities, workflow patterns, network synonyms, and best practices.low
getNetworksList every supported blockchain network (36+)low
getStatsHigh-level ecosystem stats (total networks, DEXes, pools, tokens)low
searchSearch tokens, pools, and DEXes across ALL networks by name, symbol, or addresslow
getNetworkDexesList DEXes on a specific networklow
getNetworkPoolsGet top liquidity pools on a networklow
getDexPoolsGet pools from a specific DEXlow
getNetworkPoolsFilterFilter pools by volume, transactions, creation timelow
getPoolDetailsDetailed pool info (price, volume, TVL, tokens)low
getPoolOHLCVHistorical OHLCV candle datalow

Compatibility

ClientLocalDockerRemoteRead-only
Claude Desktop
Cursor
VS Code
Windsurf
ChatGPT

Frequently asked questions

Do I need an API key to use this MCP server?

No, the DexPaprika MCP server requires no API keys for operation.

Is there an option to use this server without installing it locally?

Yes, you can use the hosted MCP server at mcp.dexpaprika.com, which requires zero local installation.

What is the default port for the local installation?

The server runs on port 8010 by default.

What changed regarding parameter naming in version 1.3.0?

Parameters have been updated to snake_case, such as changing poolAddress to pool_address and tokenAddress to token_address.

How are pagination results handled in the current version?

Pagination is now 1-indexed.

Badge

Dexpaprika MCP Server security score, rated on RepoAI

Maintain this server? Add the live badge to your README.