Skip to main content
Glama

MetaMask MCP

by Xiawpohr

get-token-balance

Retrieve the ERC-20 token balance for a specified blockchain address. Requires token and wallet address inputs for accurate querying via MetaMask MCP server.

Instructions

Get token balance of an address.

Input Schema

NameRequiredDescriptionDefault
addressYesAddress to get balance for.
tokenYesERC-20 token address to get balance for.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "address": { "description": "Address to get balance for.", "type": "string" }, "token": { "$ref": "#/properties/address", "description": "ERC-20 token address to get balance for." } }, "required": [ "address", "token" ], "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/Xiawpohr/metamask-mcp'

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