Gas Oracle API
io.github.Br0ski777/gas-oracleReal-time gas prices, gwei tiers, USD cost estimates for Base and Ethereum. x402.
Tools · 1
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…
Similar MCP servers embedding-nearest
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"
}
}
}