Skip to main content
Glama

MCP Ethers Wallet

getNFTMetadata

Retrieve metadata for specific NFTs by providing the contract address and token ID, enabling blockchain data access and integration with Ethereum networks via MCP Ethers Wallet.

Input Schema

NameRequiredDescriptionDefault
chainIdNo
contractAddressYes
providerNo
tokenIdYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "chainId": { "type": "number" }, "contractAddress": { "pattern": "^0x[a-fA-F0-9]{40}$", "type": "string" }, "provider": { "type": "string" }, "tokenId": { "type": [ "string", "number" ] } }, "required": [ "contractAddress", "tokenId" ], "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/crazyrabbitLTC/mcp-ethers-server'

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