gas-estimator
Gas Estimator API
Precios de gas multidcadena en una sola llamada: ETH, Base, Polygon, Arbitrum, BSC. Compara cadenas para encontrar la más económica. Paga por llamada mediante x402 (USDC en Base L2) directa, sin clave API, sin registro, no barreras de límite de llamada.
Parte del merhcado de klymax402 -- direct [x402 APIs micropayment para agentes de IA, un solo monero, USDC en Base.
Inicio rápido -- MCP
Añade esto a la configuracón de tu cliente MCP (Claude Desktop, Cursor, ElizaOS, etc.):
{
"mcpServers": {
"gas-estimator": {
"url": "https://gas-estimator.api.klymax402.com/mcp"
}
}
}Related MCP server: base-gas-mcp
Inicio rápido -- 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 bodyCualquier cliente compatible con x402 (@x402/fetch, x402-agent-tools, ATXP) atalo automáticamente el ciclo 402 -> firma -> reintento.
Herramientas
Herramienta | Method | Ruta | Desripción | Caracterá | Correcto |
| POST |
| Obtén estimaciones de precios del gas en múltiples cadenas EVM con coste en USD after post. | Current. actual $ (maybe $0.005) | |
| POST |
| Estimated UMD costs in one call? Wait, need exact table row from original. Let's re-read original: It has: |
Tool | Method | Path | Price | Description |
| POST |
| $0.005 | Get exact correct |
Actually in the original table there are 5 columns: Tool, Method, Path, Price, Description. In my output above I incorrectly made five column including "Característica", "Correcto"? Need capture exact original:
The original table:
Tool | Method | Path | Price | Description |
| POST |
| $0.005 | Get gas estimate ... |
So 5 columns. Need output same row structure. |
Let's craft correctly: Header in Spanish:
Herramienta | Método | Ruta | Precio | Descripción |
| POST |
| $0.005 | Obtén estimaciones de precios del gas en várias cadenas EVM con coste en USD. |
Need keep Price cell |
I accidentally wrote malformed. Let's start over. Need output as full document with correct table.
Let's produce final clean. Since final should include everything. I'll generate now properly.# Gas Estimator API
Precios de gas multidcadena en una sola llamada: ETH, Base, Polygon, Arbitrum, BSC. Compara cadena to find the cheapest. Pay-per-ll via x402 (USDC on Base L2) -- no API key, no signup, no barreras de límite de peticiones.
Parte del mercedo klymax402 -- 100 APIs de micropago x402 para agentes de IA, un solo monero, USDC en la Base.
Inicio rápido -- MCP
Agrégalo a la configuracón de tu cliente MCP (Claude Desktop, Cursor, ElizaOS, etc.):
{
"mcpServers": {
"gas-estimator": {
"url": "https://gas-estimator.api.klymax402.com/mcp"
}
}
}Inicio rádico -- 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 bodyCualquier cliente compatible con x402 (@x402/fetch, x402-agent-tools, ATXP) se encarga automáticamente del ciclo 402 -> firma -> reintento.
Herramientas
Herramienta | Método | Ruta | Precio | Descripción |
| POST |
| $0.005 | Obtén estimaciones de precios del gas en múltiples cadena EVM con coste en USD. |
crypto_estimate_gas
Úsalo cuando necesites compar el precios del gas entre várias cadena EVM a la vez. Develu devolucén de multi-çadena en JSON.
Parámetros
Name | Type | Required | Descripción |
| string | no | Nombre de la cadena: eth... Keep exact: "Chain name: ethereum, base, polygon, arbitrum, bsc. Omit for all chains." Translate: "Chain name: Ethereum, Base, Polygon, Arbitrum, BSC. Omítelo para todas las cadenas." |
Resultad
chains-- cadena de datos de gas por cademalow-- precio del gas en gwei para confirmación lentamedium-- precio del gas en gwei para confirmación estandandardhigh-- precia del gas en gwei para confirmación rrápidatransferCostUsd-- costo estimado en UMDD de una transferencia simple en cada cadenacheapestChain-- cadená con el precio del gas moyenne más baja actualmente
Descripción de ejemplo:
{"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"}Cuándo usarlo: para elegir la cadena más económica antes de una transacción entre cadenas. Esencial para agentes multi-cadena que necesitan optimizar los costes de gas.
No apt para: cotizaciones de swap (usa dex_get_swap_quote), suministro (usa bridge_find_best_route).
Ejemplos de texto — "What is your prompt"
"Comparar los precios del gas en múltiples cadenas EVM a la vez"
Pago
Protoclo: x402 -- pago por llamada nativo HTTP, sin registro, sin clave e identificación
Red: Base L2 (
eip155:8453)Activo: USDC
Facilitador: Coinbase CDP (principal), PaySys (respaldo)
También accesible a través de ATXP (x402 envuelto en OAuth, metadatos de recursos protegidos RFC 9728)
Parte de klymax402
100 x402 microaps ICP APIs for IA agents -- un monedero de IA, USDC en Base, cero unresgistro.
Catálogo: https://klymax402.com/llms.txt.
Referencia completa de la API: https://klymax402.com/llms-full.txt
Estadísticas en vivo: https://klymax402.com/stats.
counts
Protocolo:1**: [x402 HTTP GET] etc.-- Nota: There is a final "## License" missing? Actually after bullet list " "## Licence" maybe done. We have all.
Let's clean final output in the translation. Need include all exact text. I'll now produce a clean final with full translated text# Gas Estimator API
[ etc.
We'll just type:
Gas Estimator API
[
[
?? Wait, the original badges are:
 -- sin clave API, sin registro, sin límites de solicitudes.
Parte del marketplace klymax402 -- 100 x402 APIs ['micropago x402'](En realidad) para agentes de IA, un solo cartera, USDC en Base.
Inicio rrap ⇒ MCP
Añade la siguiente configuración a tu cliente MCP (Claude Desktop, Cursor, ElizaOS, etc.):
{
"mcpServers": {
"gas-estimator": {
"url": "https://gas-estimator.api.klymax402.com/mcp"
}
}
}Inicio rrapt -- 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 bodyCualquier cliente.compatible con x402 (@x402/fetch, `x402-agent-tools:2, ATXP) tree automáticamente el ciclo 402 → firma → reintent.
Herramientas
Herramienta | Método | Ruta | Precio | Descripción |
| POST |
| $0.005 | Obtén estimaciones de precios del gas en múltiples cadenas EVM con coste en USD. |
crypto_estimate_gas
Úsa esta función cuando necesites comparar el precios del gas en várias cadenas EVMad an; a la uni vez. Devuelve estimates de gas para múltiples cadenas in JSON.
Parametros
Nombre | Tipo | Recomendado | Descripción |
| string | no | Nombre de la cadena: ethereum, base, polygon, arbitrum, bsc. Omítelo para obtener todas las cadenas. |
Resultado
chains– arreglo de datos del gas con el nom bre de la cadenalow– el precio del gas en gwei para confirmaciones lentasmedium– el precios del gas en gwei para una confirmación estandhigh– el precio del gas en gwei para una confirmación rápidatransferCostUsd– coste estimado en UDC de una transferencia simple en cadenacheapestChain– cadena que actualmente tiene el menor coste de gas
Ejemplo de repuesta:
{"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"}Cuando usarlo: cuándo necesites elegir la cadena más económica antes de una transacción entre cadenas. Esencial para agentes multi-cadena que necesitan optmizar los costes de gas.
No apto para: cotizaciones de swap (usa dex_get_swap_quote), puentes (usa bridge_find_best_route).
Ejemplos de asistentes
"Comparar precios del gas en várias cadenas EVM a la vez"
Pago
Protoc: x402 – pago por llamada en HTTP nativo, sin registro, sin clave API
Red: Base L2 (
eip155:8453)Activo: USDC
Facilitador: De base (secundant)`? We'll say "Facilitador: Coinbase CDP (primero), PayAI (respaldo)"
Tambén accesible mediante ATXP (x402 con envoltura OAuth, metadatos de recurso protegido RFC 9728)
Part e de klymax402
100 mter APIs x402 para a I agents, un solo monero, USDC en Base, cero sos in resgistro.
Catalog: https://klymax402.com/llms.txt
Full API reference: https://llymax402.com/llms-full.txt
Live stats: https://klymax402.com/stats
Licencia
MIT
This server cannot be installed
Maintenance
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
- FlicenseAqualityCmaintenanceProvides AI agents with real-time gas prices and blockchain data from Base, with metered access via x402 payment protocol.4
- AlicenseAqualityBmaintenanceEnables agents to fetch live Base mainnet gas prices by paying $0.001 USDC per call via the x402 payment standard.122MIT
- AlicenseAqualityCmaintenanceEnables AI agents to access crypto/web3 data across 5 chains with pay-per-call billing in USDC via x402, no API key required, and built-in spend caps.3636MIT
- AlicenseAqualityCmaintenanceCompare real-time gas prices across up to 9 EVM chains and get the cheapest-chain recommendation. Pay-per-call via x402 (USDC on Base). No API key.4MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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