MetaMask MCP

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" }
ID: cw2ldcetl4