Web3 MCP Server

getGasPrice

Get current gas price for any supported EVM network

Input Schema

NameRequiredDescriptionDefault
networkYesNetwork name (ethereum, base, arbitrum, optimism, bsc, polygon, avalanche)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "network": { "description": "Network name (ethereum, base, arbitrum, optimism, bsc, polygon, avalanche)", "type": "string" } }, "required": [ "network" ], "type": "object" }