Skip to main content
Glama

ChainFETCH MCP Server

Official
by chainfetch

get_nft_instance_info

Retrieve detailed information about specific NFT instances by providing token address and instance ID for blockchain analysis and data verification.

Instructions

Get NFT instance information

Input Schema

NameRequiredDescriptionDefault
tokenYesThe token address
instance_idYesThe instance ID

Input Schema (JSON Schema)

{ "properties": { "instance_id": { "description": "The instance ID", "type": "string" }, "token": { "description": "The token address", "type": "string" } }, "required": [ "token", "instance_id" ], "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/chainfetch/chainfetch-mcp-server'

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