Skip to main content
Glama

web3-mcp-server

by EmanuelJr

fetch_token_balance

Retrieve token balances for specified wallet addresses on EVM-compatible chains. Input token address, chain ID, and wallet address to query accurate balance information.

Instructions

Get the balance of a token

Input Schema

NameRequiredDescriptionDefault
chainIdYes
tokenAddressYes
walletAddressYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "chainId": { "type": "number" }, "tokenAddress": { "pattern": "^0x", "type": "string" }, "walletAddress": { "pattern": "^0x", "type": "string" } }, "required": [ "tokenAddress", "chainId", "walletAddress" ], "type": "object" }
Install Server

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/EmanuelJr/web3-mcp-server'

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