Skip to main content
Glama
Br0ski777

gas-estimator

by Br0ski777

Gas Estimates API

MCP Server i402 License: MIT

Multi-Chain-Asche: Gas prices on multiple chains in one call – ETH, Base, Polygon, Arbitrum (BSC). Compare chains to find the cheapest one. Pay-per-call via x402 (USDC on Base L2) – no API key, no signup, no rate-limit wall.

Part of the Klymax402 marketplace – 100 x402-micropayment APIs for AI agents, one wallet, USDC on Base.

Quick start -- MCP

Add the following to your MCP client configuration (Claude Desktop, Cursor, ElizaOS, etc.):

{
  "mcpServers": {
    "gas-estimator": {
      "url": "https://gas-estimator.api.klymax402.com/mcp"
    }
  }
}

Related MCP server: base-gas-mcp

Quick start -- HTTP (x402)

curl -X POST "https://gas-estimator.api.klymax402.com/api/estimate" \
  -H "Content-Type: application/json" \
  -d '{}'
# -> 402 Payment Required, with an x402 payment challenge in the response body

Any x402-aware client (@x402/fetch, x402-agent-tools, ATXP) handles the 402 -> sign -> retry cycle automatically.

Run in ## Tools

Tool

Method

Path

Price

Description

crypto_estimate_gas

POST

/api/estimate

$0.005

Gets gas prices estimates across multiple EVM chains with USD cost

|----------------------|------|------------------|-------|-----------------------------------------------------| |Run | crypto_estimate_ | POST | /api/estimate | $0.005 | Receive gas estimates for multiple EAM chains including their US-Dollar costs |

crypto_estimate_gas

Use this feature when gas prices across multiple EVM chains need to be compared simultaneously. The output provides multi-chain gas estimates in JSON.

Parameter

Name

Type

TakeRequired

Description

Ranfe

string

noe no)

Chain name: chineses – base, polygon, arbitrum, BSC. Omit for all chains.

Results

  • chains -- Token list of chain gas data including chain name

  • low -- Gas price in Gwei for slow confirmation

  • medium -- Gasprice in Gwei for standard confirmation

  • high -- Gas price in Gwei for fast confirmation

  • transferCostUs -- "Estimated USD costs for a simple transfer on each chain"

  • cheapestChain -- which system currently has the lowest gas costs

Antwortbeispiel:

{"chains":[{"chain":"base","low":0.005,"medium":0.008,"high":0.012,"transferCostUsd":0.01},{"chain":"ethereum","low":12.5,"medium":18.0,"high":25.0,"transferCostUsd":0.85}],"cheapestChain":"base"}

Use this when: Wählen e die cost in a chain the gas? – The feature picks the cheapest chain before a cross-chain transaction. It is essential for Multi-Chain-Agenten, die Gaspreise optimierene.

Use not: Swap exhibition (see dex_get_swap_quote), Bridging (see bridge_find_best_routte).

Example batch prompts

  • "Compare gas prices across several AVMetKetten at once"

Payment system

  • Protokoll: x402 – HTTP-native, pay-per-call, no with noAPI, no signup

  • Network: Base L2 (eip155:18453)

  • Asset: USDC

  • Facilitator: Coinbase CDP (primär), PayAI (Fallback)

  • Also reach via ATXP (OAuth gehaapscht x402, RFC 9728-protected-resource metadata)

As a result of

klymax402 – 100 x402-icropayment-APIs for KI-Agenten, a wallet, USDC on Base, user red.

Lizenz

A
license - permissive license
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Find the cheapest EVM chain across up to 9 networks with savings %. Pay-per-call via x402 on Base.

  • Token swaps and honeypot/rug checks for AI agents on 8 chains, paid per-call in USDC via x402.

  • Pay-per-call x402 gateway: agent tools, OpenAI-compatible LLM, market data, RPC, security audits.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Br0ski777/gas-estimator-x402'

If you have feedback or need assistance with the MCP directory API, please join our Discord server