Alchemy MCP Plugin

get_token_metadata

Get metadata for a token contract

Input Schema

NameRequiredDescriptionDefault
contractAddressYesThe contract address of the token

Input Schema (JSON Schema)

{ "properties": { "contractAddress": { "description": "The contract address of the token", "type": "string" } }, "required": [ "contractAddress" ], "type": "object" }