MetaMask MCP

get-token

Retrieve detailed token information, including address and chain ID, using the MetaMask MCP server to securely interact with blockchain data without exposing private keys.

Instructions

Fetch the token information.

Input Schema

NameRequiredDescriptionDefault
addressYesAddress to get token for.
chainIdNoID of chain to use when fetching data.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "address": { "description": "Address to get token for.", "type": "string" }, "chainId": { "description": "ID of chain to use when fetching data.", "type": "number" } }, "required": [ "address" ], "type": "object" }
ID: cw2ldcetl4