mgo-mcp-server

dlrjsdl200-byte/mgo-mcp-server
★ 0 stars JavaScript Other Updated today
MCP server for MGO - Multi-chain Gas Optimizer. Compare gas prices across 9 EVM chains via x402 on Base.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mgo-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "dlrjsdl200-byte/mgo-mcp-server"
      ]
    }
  }
}