Skip to content
Grok

bsc dex spread for Grok

io.github.donnywin85/bsc-dex-spread

Cross-DEX price & spread for PancakeSwap v2+v3 on BSC via x402. Tool get_dex_spread(pair, fee?).

client:Grok transport:stdio runtime:npm

Install bsc dex spread in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "bsc-dex-spread": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "bsc-dex-spread-mcp"
      ],
      "env": {
        "EVM_PRIVATE_KEY": "<EVM_PRIVATE_KEY>",
        "GATEWAY_URL": "<GATEWAY_URL>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

bsc dex spread in other clients