MGO — Multi-chain Gas Optimizer
Server Details
Find the cheapest EVM chain across up to 9 networks with savings %. Pay-per-call via x402 on Base.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP · MCP 2025-06-18
- URL
- Repository
- dlrjsdl200-byte/mgo-mcp-server
- GitHub Stars
- 0
- Server Listing
- MGO — Multi-chain Gas Optimizer
TDQS
Scored across 4 tools
Each tool has a clearly distinct purpose: get_cheapest_chain gives a direct recommendation, get_gas_basic and get_gas_premium provide comparisons over different chain sets, and get_gas_demo offers free rate-limited data. No overlap in functionality.
Most tools follow the pattern get_gas_* (basic, demo, premium), but get_cheapest_chain breaks the pattern by omitting 'gas'. However, all names are clear and use snake_case with descriptive verbs.
Four tools is appropriate for a focused gas optimizer server: a direct recommendation, two comparison tiers (basic and premium), and a free demo. No excess or missing essential functionality.
The set covers the core need of finding the cheapest EVM chain with different coverage levels and pricing tiers. A gap might be the lack of historical gas data or per-chain detailed info, but for the stated purpose it's adequately complete.
Available Tools
4 toolsget_cheapest_chainBInspect
Get a direct recommendation for the cheapest EVM chain right now with savings %. Free, rate limited.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description discloses rate limiting and free access, which are behavioral traits. However, it does not explicitly state whether the tool is read-only or has any side effects, leaving some ambiguity given no annotations are provided.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is extremely concise, using two short sentences that directly state the tool's purpose and key constraints. Every word adds value without redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple tool with no parameters and no output schema, the description adequately covers what the tool does and what it returns (a recommendation and savings percentage). It could be more explicit about the output format, but it is sufficient for basic agent use.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
There are no parameters to document, and the schema coverage is complete. Per the rubric, a baseline of 3 is appropriate since there is no additional semantic detail to provide.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's function: recommending the cheapest EVM chain with savings percentage. It is specific to EVM chains and distinguishes itself from sibling tools that likely provide raw gas prices.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description lacks explicit guidance on when to use this tool versus the sibling get_gas_* tools. It only mentions 'Free, rate limited', which is a constraint but does not help an agent decide between alternatives.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_gas_basicAInspect
Find the cheapest EVM chain before sending a transaction. Compares live gas across Ethereum, Base, Arbitrum & Optimism and returns the cheapest chain with savings % (e.g. 'Use Base — saves 99.8% vs Ethereum'). Use before bridging, deploying a contract, or any tx where you can choose the chain. $0.001 USDC via x402 on Base, no API key.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description bears the full burden of explaining behavioral aspects. It does mention 'live gas' (indicating network calls) and 'no API key' (suggesting a free tier), but it does not clarify whether the tool has side effects, how it sources data, or how the $0.001 USDC cost is applied. This partial transparency is adequate but not thorough.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is compact but a bit dense, covering purpose, example output, usage scenarios, and cost information in three sentences. The cost detail ('$0.001 USDC via x402 on Base') feels tangential to the core function and could be seen as noise, but it does not hinder readability. Overall, it is well-structured and within reasonable length.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The description fully captures the tool's behavior and output. It explains that the tool returns the cheapest chain with savings percentage, provides an example, and specifies when to use it. Since there is no output schema and no parameters, no additional context is needed. The description is complete for an agent to correctly invoke and understand the result.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, so the schema coverage is inherently complete. The baseline score for no parameters is 4, and the description adds no unnecessary parameter details, which is appropriate. There is nothing to clarify about inputs.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's function: 'Find the cheapest EVM chain before sending a transaction. Compares live gas across Ethereum, Base, Arbitrum & Optimism and returns the cheapest chain with savings %'. It also provides a concrete example of the output. This makes the purpose unmistakable and distinct from the sibling tools (which likely offer different scopes or pricing tiers).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly advises when to use the tool: 'Use before bridging, deploying a contract, or any tx where you can choose the chain.' It also signals its basic/free nature with 'no API key' and mentions a cost ($0.001 USDC via x402 on Base), which helps users decide between this and premium alternatives.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_gas_demoAInspect
Get free real-time gas prices for 4 major EVM chains (Ethereum, Base, Arbitrum, Optimism). Rate limited 10/hr.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It discloses rate limiting and free access, but does not mention side effects, error behavior, or data source limitations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
One concise sentence with no filler or redundancy. Includes all essential information: action, resource, scope, cost, and rate limit.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple zero-parameter tool with no output schema, the description is complete: it states what is returned (gas prices), the supported chains, and a key constraint (rate limit). No critical context is missing.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Tool has no parameters and the schema is empty, so there is no parameter information to clarify. The description appropriately focuses on behavior rather than inputs.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Clearly states a specific verb ('Get'), a specific resource ('real-time gas prices'), and the exact scope (4 EVM chains: Ethereum, Base, Arbitrum, Optimism). The name also distinguishes it from sibling tools like get_cheapest_chain and get_gas_basic/premium.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Implies usage through 'free' and 'rate limited 10/hr', suggesting a demo or lightweight tier, but does not explicitly say when to use this tool versus the get_gas_basic, get_gas_premium, or get_cheapest_chain alternatives.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
4 tool updates
- First observed
get_cheapest_chain - First observed
get_gas_basic - First observed
get_gas_demo - First observed
get_gas_premium
Related MCP Connectors
Compare live gas across up to 9 EVM chains and get the cheapest one. x402 pay-per-call on Base.
Pay-per-call tools for autonomous agents, settled in USDC on Base via x402.
EVM gas, Chainlink prices, token-safety, swap quotes, ENS, OFAC & NFT via x402.
54 pay-per-call AI services over x402 (USDC on Base): compression, OCR, FX, inference.
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceLets AI agents fetch live gas prices across multiple EVM chains, compare USD transfer costs, and find the cheapest chain in a single call, with pay-per-call billing via x402.MIT
- FlicenseNot gradedqualityCmaintenanceAn x402-native API that compares real-time gas prices across up to 9 EVM chains and recommends the cheapest one, enabling users to optimize transaction costs for trading agents and DeFi bots.-
- AlicenseNot gradedqualityBmaintenanceGet the best swap quotes across Uniswap, SushiSwap, Aerodrome with pay-per-call via x402 (USDC on Base).MIT
- AlicenseNot gradedqualityBmaintenanceFinds best cross-chain bridge routes across 60+ chains and 18+ bridges, comparing fees and time, with pay-per-call via x402 USDC micropayments.MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.