Web3 MCP Server

getEvmBalance

Retrieve the native token balance of an EVM address across supported networks such as Ethereum, Arbitrum, and Polygon using the Web3 MCP Server.

Instructions

Get native token balance for an EVM address on any supported network

Input Schema

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

Input Schema (JSON Schema)

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

Other Tools from Web3 MCP Server

Related Tools

ID: an8x6gmzdn