Web3 MCP Server

getGasPrice

Retrieve the current gas price for Ethereum, Base, Arbitrum, Optimism, BSC, Polygon, or Avalanche networks using the Web3 MCP Server for efficient blockchain transactions.

Instructions

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" }

Other Tools from Web3 MCP Server

Related Tools

ID: an8x6gmzdn