npm chain-ops-mgostreamable-httpMITupdated 1mo ago
MCP (Model Context Protocol) server for MGO - Multi-chain Gas Optimizer.
O que dá para fazer com MGO — Multi chain Gas Optimizer?
MGO MCP Server
MCP (Model Context Protocol) server for MGO - Multi-chain Gas Optimizer.
Compare real-time gas prices across up to 9 EVM chains and get cheapest chain recommendations for AI agents.
Install via Smithery
npx @smithery/cli install @dlrjsdl200-byte/mgo-mcp-server --client claude
Tools
| Tool | Description | Cost |
|---|---|---|
get_gas_demo |
4-chain gas prices (free, rate limited 10/hr) | Free |
get_cheapest_chain |
Direct cheapest chain + savings % | Free |
get_gas_basic |
4-chain comparison with recommendation | $0.001 USDC |
get_gas_premium |
9-chain full comparison | $0.002 USDC |
Chains Covered
Basic (4 chains): Ethereum, Base, Arbitrum, Optimism
Premium (9 chains): + BNB Chain, Polygon, Avalanche, zkSync Era, Hyperliquid
Payment
Paid endpoints use x402 protocol on Base network (USDC). No API key — pay per call with any EVM wallet.
Links
- API: https://api.mgo.chain-ops.xyz
- Dashboard: https://mgo.chain-ops.xyz
- Homepage: https://chain-ops.xyz
Instalação
Adicione MGO — Multi chain Gas Optimizer ao seu cliente. Escolha o que você usa.
{
"servers": {
"chain-ops-mgo": {
"type": "http",
"url": "https://x402-gas-api.vercel.app/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
claude mcp add chain-ops-mgo -- npx -y chain-ops-mgocodex mcp add chain-ops-mgo -- npx -y chain-ops-mgoamp mcp add chain-ops-mgo -- npx -y chain-ops-mgo{
"mcpServers": {
"chain-ops-mgo": {
"command": "npx",
"args": [
"-y",
"chain-ops-mgo"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"chain-ops-mgo": {
"command": "npx",
"args": [
"-y",
"chain-ops-mgo"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"mcpServers": {
"chain-ops-mgo": {
"command": "npx",
"args": [
"-y",
"chain-ops-mgo"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"chain-ops-mgo": {
"command": "npx",
"args": [
"-y",
"chain-ops-mgo"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"chain-ops-mgo": {
"command": "npx",
"args": [
"-y",
"chain-ops-mgo"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"chain-ops-mgo": {
"type": "local",
"command": "npx",
"args": [
"-y",
"chain-ops-mgo"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"chain-ops-mgo": {
"command": {
"path": "npx",
"args": [
"-y",
"chain-ops-mgo"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y chain-ops-mgoRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
4 ferramentas
MGO — Multi chain Gas Optimizer expõe 4 ferramentas a um agente conectado.
- get_gas_demo
- 4-chain gas prices (free, rate limited 10/hr)
- get_cheapest_chain
- Direct cheapest chain + savings %
- get_gas_basic
- 4-chain comparison with recommendation
- get_gas_premium
- 9-chain full comparison
Pontuação
64 / 100
Boa
- Documentação14/25
- Manutenção16/25
- Confiança13/20
- Capacidade6/15
- Instalação15/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 37 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 4 tool(s) documented
- Provides prompt templates
- Provides resources
- 18 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Histórico de versões
| Versões | Publicada |
|---|---|
| 1.0.0Mais recente | 15 de jul. de 2026 |