Multi-Chain Gas Estimator — ETH, Base, Polygon, Arb
https://server.smithery.ai/axel-belfort/gas-estimator/mcp
● healthy
Multi-chain gas price API for AI agents. Compare gas prices across Ethereum, Base, Polygon, Arbitrum, and BSC in a single call. Find the cheapest chain for your transaction. Tools: crypto_estimate_gas. Use this when choosing between chains for deployment, bridging decisions, or cross-chain cost optimization. IMPORTANT: For Ethereum-only gas, use gas_get_current_price for more detail. Returns gas prices for all chains in one response. No API key required — x402 micropayment $0.002/call on Base L2.
Transport
streamable-http
Auth
smithery_api_key
Cost
—
How to connect
MCP endpoint (streamable-http)
https://server.smithery.ai/axel-belfort/gas-estimator/mcp
JSON-RPC initialize probe
curl -X POST https://server.smithery.ai/axel-belfort/gas-estimator/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Listed at (smithery)
https://github.com/Br0ski777/gas-estimator-x402