Skip to content
Gemini CLI

Cross-DEX Prices & Spreads for Gemini CLI

io.github.donnywin85/arb-dex-mcp

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

client:Gemini CLI transport:stdio runtime:npm

Install Cross-DEX Prices & Spreads in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "arb-dex-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "arb-dex-mcp"
      ],
      "env": {
        "RAPIDAPI_KEY": "<RAPIDAPI_KEY>",
        "ARB_DEX_TIMEOUT_MS": "<ARB_DEX_TIMEOUT_MS>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Cross-DEX Prices & Spreads in other clients