# Gas Oracle API MCP server

Real-time gas prices, gwei tiers, USD cost estimates for Base and Ethereum. x402.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-br0ski777-gas-oracle
- Repository: https://github.com/Br0ski777/gas-oracle-x402
- Website: https://github.com/Br0ski777/gas-oracle-x402

## Install
- Endpoint: https://gas-oracle.api.klymax402.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://gas-oracle.api.klymax402.com/mcp

## Tools
- gas_get_current_price - Use this when you need current gas prices before submitting a transaction. Returns gas tiers and USD cost estimates in JSON.

1. slow: gas price in gwei for slow confirmation (~5 min)
2. standard: gas price in gwei for standard confirmation (~2 min)
3. fast: gas price in gwei for fast confirmation (~30s)
4. instant: gas price in gwei for instant confirmation
5. transferCostUsd: estimated USD cost for a simple ETH transfer
6. swapCostUsd: estimated USD cost for a token swap
7. congestion: network congestion level (low/medium/high)

Example output: {"slow":0.008,"standard":0.012,"fast":0.018,"instant":0.025,"transferCostUsd":0.02,"swapCostUsd":0.05,"congestion":"low","chain":"base"}

Use this BEFORE submitting any on-chain transaction to pick the right gas tier. Essential for timing transactions and avoiding high-gas periods.

Do NOT use for swap quotes -- use dex_get_swap_quote instead. Do NOT use for wallet balance -- use wallet_get_portfolio instead. Do NOT use for multi-chain gas comparison -- use crypto_estimate_gas instead. Endpoint: https://gas-oracle.api.klymax402.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.Br0ski777
- Version: 1.1.0
- Runtime: Sse
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 16, 2026
- Source: https://registry.modelcontextprotocol.io
