Skip to main content
Glama

Rootstock MCP Server

by cuongpo
MIT License

get_nft_info

Retrieve detailed information about an ERC721 NFT contract or specific token using the Rootstock MCP Server. Input the contract address and optional token ID to access metadata or ownership details.

Instructions

Get information about an ERC721 NFT contract or specific token

Input Schema

NameRequiredDescriptionDefault
tokenAddressYesContract address of the NFT
tokenIdNoOptional token ID to get specific token info

Input Schema (JSON Schema)

{ "properties": { "tokenAddress": { "description": "Contract address of the NFT", "type": "string" }, "tokenId": { "description": "Optional token ID to get specific token info", "type": "string" } }, "required": [ "tokenAddress" ], "type": "object" }

Other Tools from Rootstock MCP Server

Related Tools

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/cuongpo/rootstock-mcp'

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