Gas Oracle API for VS Code
io.github.br0ski777/gas-oracle
Real-time gas prices, gwei tiers, USD cost estimates for Base and Ethereum. x402.
client:VS Code
transport:sse
Install Gas Oracle API in VS Code
.vscode/mcp.json
{
"servers": {
"gas-oracle": {
"type": "sse",
"url": "https://gas-oracle.api.klymax402.com/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs