Skip to main content
Glama

Blockchain MCP Server

by lienhage

get-balance

Check the balance of any address on EVM-compatible chains like Ethereum, Polygon, or BSC. Input chain and address details to retrieve real-time or historical wallet balances.

Instructions

Get the balance of an address on any EVM-compatible chain

Input Schema

NameRequiredDescriptionDefault
addressYesAddress to check balance for
blockTagNoBlock tag (latest, earliest, pending, or block number)latest
chainYesChain identifier. Available: ethereum, polygon, bsc, arbitrum, optimism, avalanche, fantom, sepolia

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "address": { "description": "Address to check balance for", "type": "string" }, "blockTag": { "default": "latest", "description": "Block tag (latest, earliest, pending, or block number)", "type": "string" }, "chain": { "description": "Chain identifier. Available: ethereum, polygon, bsc, arbitrum, optimism, avalanche, fantom, sepolia", "type": "string" } }, "required": [ "chain", "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/lienhage/blockchain-mcp'

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