Model Context Protocol Server
โœ… Server Online

๐Ÿ”Œ SSE connection

Persistent Server-Sent Events stream for real-time MCP communication

https://mcp.dexpaprika.com/sse
๐Ÿ“ก Connect to SSE Stream

๐ŸŒŠ Streamable HTTP

MCP with streamable HTTP access

https://mcp.dexpaprika.com/streamable-http
๐Ÿ”„ Test with Inspector

โšก JSON-RPC

Pure JSON-RPC 2.0 - immediate request/response (no streaming)

https://mcp.dexpaprika.com/json-rpc
๐Ÿงช Test JSON-RPC

๐Ÿ“„ OpenAPI spec

Complete OpenAPI 3.0 specification for ChatGPT Actions and REST API integrations

https://mcp.dexpaprika.com/openapi
โšก View OpenAPI Spec

๐Ÿ“š Documentation

Complete API reference, examples, and integration guides

docs.dexpaprika.com
๐Ÿ“– View Documentation

๐Ÿš€ Integration guide

Learn how to integrate this MCP server with popular AI platforms, IDEs, and development frameworks.

๐Ÿ“‹ Available tools (11)

Access comprehensive DeFi and cryptocurrency data across multiple blockchain networks. Required parameters must be provided, optional parameters have defaults.

getNetworks
REQUIRED FIRST STEP: Get all supported blockchain networks. Always call this first. No parameters required.
getNetworkDexes
Get available DEXes on a specific network.
REQUIRED: network
OPTIONAL: page, limit, sort, order_by
getNetworkPools
PRIMARY POOL FUNCTION: Get top liquidity pools on a network.
REQUIRED: network
OPTIONAL: page, limit, sort, order_by
getDexPools
Get pools from a specific DEX on a network.
REQUIRED: network, dex
OPTIONAL: page, limit, sort, order_by
getPoolDetails
Get detailed information about a specific pool.
REQUIRED: network, pool_address
OPTIONAL: inversed
getPoolOHLCV
Get historical price data (OHLCV) for pool analysis.
REQUIRED: network, pool_address, start
OPTIONAL: end, limit, interval, inversed
getPoolTransactions
Get recent transactions for a specific pool.
REQUIRED: network, pool_address
OPTIONAL: page, limit, cursor
getTokenDetails
Get detailed information about a specific token.
REQUIRED: network, token_address
No optional parameters
getTokenPools
Get liquidity pools containing a specific token.
REQUIRED: network, token_address
OPTIONAL: page, limit, sort, order_by, reorder, address
search
Search across ALL networks for tokens, pools, and DEXes.
REQUIRED: query
No optional parameters
getStats
Get high-level statistics about the DexPaprika ecosystem.
No parameters required