Skip to main content
Glama

Rootstock MCP Server

by cuongpo
MIT License

get_nft_info

Retrieve details about an ERC721 NFT contract or a specific token using the contract address and optional token ID. Integrates with the Rootstock MCP Server for blockchain interaction.

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

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