Ethereum RPC MCP Server

eth_getBalance

Check the current balance of any Ethereum address using the Ethereum RPC MCP Server. Input the address and optional block parameter to retrieve precise account data.

Instructions

Retrieves the balance of a given Ethereum address

Input Schema

NameRequiredDescriptionDefault
addressYesThe Ethereum address to check balance
blockParameterNoBlock parameter (default: "latest")latest

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "address": { "description": "The Ethereum address to check balance", "pattern": "^0x[a-fA-F0-9]{40}$", "type": "string" }, "blockParameter": { "default": "latest", "description": "Block parameter (default: \"latest\")", "type": "string" } }, "required": [ "address" ], "type": "object" }

You must be authenticated.

Other Tools from Ethereum RPC MCP Server

Related Tools

ID: qpjvkozof7