MCP server for MGO - Multi-chain Gas Optimizer. Compare gas prices across 9 EVM chains via x402 on Base.
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"
]
}
}
}
Run in terminal:
claude mcp add mgo-mcp-server npx -y dlrjsdl200-byte/mgo-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"mgo-mcp-server": {
"command": "npx",
"args": [
"-y",
"dlrjsdl200-byte/mgo-mcp-server"
]
}
}
}