gasfeepredictor mcp for Cursor
io.github.higherbeing/gasfeepredictor-mcp
Live Ethereum and L2 gas fees for AI agents: current gas, cheapest L2, ETH price, cost estimates.
client:Cursor
transport:stdio
runtime:npm
Install gasfeepredictor mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"gasfeepredictor-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"gasfeepredictor-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs