Skip to main content
Glama

Moralis MCP Server

Official
by MoralisWeb3

getNFTMetadata

Retrieve detailed NFT metadata, including token ID, contract address, and optional data like media items and sale prices. Automatically indexes new NFT collections when requested.

Instructions

Get NFT data, including metadata (where available), for the given NFT token ID and contract address.

  • Requests for contract addresses not yet indexed will automatically start the indexing process for that NFT collection

Input Schema

NameRequiredDescriptionDefault
addressNoThe address of the NFT contract
formatNoThe format of the token ID
include_pricesNoShould NFT last sale prices be included in the result?
media_itemsNoShould preview media data be returned?
normalizeMetadataNoShould normalized metadata be returned?
token_idNoThe ID of the token

Input Schema (JSON Schema)

{ "properties": { "address": { "description": "The address of the NFT contract", "type": "string" }, "format": { "description": "The format of the token ID", "enum": [ "decimal", "hex" ], "type": "string" }, "include_prices": { "description": "Should NFT last sale prices be included in the result?", "type": "boolean" }, "media_items": { "description": "Should preview media data be returned?", "type": "boolean" }, "normalizeMetadata": { "description": "Should normalized metadata be returned?", "type": "boolean" }, "token_id": { "description": "The ID of the token", "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools from Moralis 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/MoralisWeb3/moralis-mcp-server'

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