Compare gas costs across 8 L2 chains in real time. Returns gas price in Gwei, estimated swap cost in USD, cheapest/most expensive chain, and a recommendation. Queries all L2 RPCs in parallel.
| Name | Type | Required | Description |
|---|---|---|---|
| No parameters — just call it | |||
// MCP tool call
{
"name": "l2_gas_intelligence",
"arguments": {}
}
// Add to your MCP config — this tool is immediately available
{
"mcpServers": {
"toolbooth": { "url": "https://toolbooth.io/mcp" }
}
}