LogoSTMCP
Download
dexpaprika-mcp

DexPaprika MCP Server

DexPaprika MCP Server provides AI assistants like Claude with real-time cryptocurrency and DEX data API access for token analysis, pool analytics, and market insights across multiple blockchains without configuration.

Tools

1. getNetworks

Retrieves all supported blockchain networks and metadata.

2. getNetworkDexes

Lists DEXes available on a specific network.

3. getNetworkPools

Gets top pools on a specific network.

4. getDexPools

Gets top pools for a specific DEX.

5. getPoolDetails

Gets detailed pool metrics.

6. getPoolOHLCV

Retrieves time-series price data for various analytical purposes.

7. getPoolTransactions

Lists recent transactions in a pool.

8. getTokenDetails

Gets comprehensive token data.

9. getTokenPools

Lists pools containing a token.

Finds tokens, pools, DEXes by name/id.

Open Graph image for DexPaprika MCP Server

JSON Config

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

Information