Skip to content
Grok

Fee Optimizer MCP for Grok

io.github.gaokai258/fee-optimizer-mcp

Compare crypto exchange fees across 18 venues: VIP tiers, funding, spread, fiat rails, change feed.

client:Grok transport:stdio runtime:npm

Install Fee Optimizer MCP in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "fee-optimizer-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "fee-optimizer-mcp"
      ]
    }
  }
}

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

Fee Optimizer MCP in other clients