Skip to main content
Glama

MetaMask MCP

by Xiawpohr

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" }

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