Skip to main content
Glama

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

You must be authenticated.

Other Tools from Web3 MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/strangelove-ventures/web3-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server