Skip to content
VS Code

gasfeepredictor mcp for VS Code

io.github.higherbeing/gasfeepredictor-mcp

Live Ethereum and L2 gas fees for AI agents: current gas, cheapest L2, ETH price, cost estimates.

client:VS Code transport:stdio runtime:npm

Install gasfeepredictor mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "gasfeepredictor-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "gasfeepredictor-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

gasfeepredictor mcp in other clients