Skip to content
Back to search
90
MCP v1.0.0 sse

Gas Oracle API

io.github.Br0ski777/gas-oracle

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

Uptime
66.7%
3 probes
Response
36ms
last probe
Tools
1
callable

Tools · 1

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…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "gas_oracle_api": {
      "url": "https://gas-oracle-x402-production.up.railway.app/mcp",
      "transport": "sse"
    }
  }
}