Ethereum Gas Tracker
x402/ethereum-gas-trackerReal-time Ethereum gas prices (safe / standard / fast tier) directly from Etherscan V2. Essential for AI trading bots, MEV agents, and dApps that need to time transactions for cost efficiency. Pay-per-call with USDC. [x402: $0.05/call on base, category=finance]
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"ethereum_gas_tracker": {
"url": "https://proxy.suverse.io/v1/data/ethereum-gas-tracker",
"transport": "http"
}
}
}