Skip to main content
Glama

Blockscout MCP Server

Official

nft_tokens_by_address

Retrieve and analyze NFT tokens owned by a specific blockchain address, including collection details and individual token metadata, for a comprehensive view of digital collectibles.

Instructions

Retrieve NFT tokens (ERC-721, ERC-404, ERC-1155) owned by an address, grouped by collection. Provides collection details (type, address, name, symbol, total supply, holder count) and individual token instance data (ID, name, description, external URL, metadata attributes). Essential for a detailed overview of an address's digital collectibles and their associated collection data.

Input Schema

NameRequiredDescriptionDefault
addressYesNFT owner address
chain_idYesThe ID of the blockchain

Input Schema (JSON Schema)

{ "properties": { "address": { "description": "NFT owner address", "title": "Address", "type": "string" }, "chain_id": { "description": "The ID of the blockchain", "title": "Chain Id", "type": "string" } }, "required": [ "chain_id", "address" ], "title": "nft_tokens_by_addressArguments", "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/blockscout/mcp-server'

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