Skip to main content
Glama

EVM MCP Server

by JamesANZ

eth_getBalance

Check the balance of any Ethereum or EVM-compatible blockchain account by providing the wallet address and optional block number to query current or historical token holdings.

Instructions

Returns the balance of the account of given address

Input Schema

NameRequiredDescriptionDefault
addressYesAddress to check balance for
blockNumberNoBlock number or 'latest', 'earliest', 'pending'latest

Input Schema (JSON Schema)

{ "properties": { "address": { "description": "Address to check balance for", "type": "string" }, "blockNumber": { "default": "latest", "description": "Block number or 'latest', 'earliest', 'pending'", "type": "string" } }, "required": [ "address" ], "type": "object" }

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/JamesANZ/evm-mcp'

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