Home › Finance › Cross-DEX Prices & Spreads

Cross-DEX Prices & Spreads

Live cross-DEX pool prices, liquidity and spreads on 6 EVM chains, read from on-chain pool state.

TypeScript Cloud
★ 0 stars Last pushed 2026-08-21 License: MIT

Topics: Finance & Fintech

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.0.1)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "arb-dex-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "RAPIDAPI_KEY": "<YOUR_VALUE>",
        "ARB_DEX_TIMEOUT_MS": "<YOUR_VALUE>"
      }
    }
  }
}
  • RAPIDAPI_KEY secret — Your own RapidAPI key for the Multi-Chain DEX Prices & Liquidity API (https://rapidapi.com/donnydev/api/multi-chain-dex-prices-liquidity). The free-tier subscription is enough to start. Required for live pool prices and fresh sweeps; without it get_chains, get_pairs and get_spreads fall back to a free hourly public snapshot and say so in the payload.
  • ARB_DEX_TIMEOUT_MS — Optional request timeout in milliseconds. Defaults to 45000 β€” a full-chain live scan is a real on-chain sweep and can take ~30s.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry