Skip to main content
Glama

Moralis MCP Server

Official
by MoralisWeb3

solana_getnftmetadata

Retrieve contract-level NFT metadata, including mint, standard, name, symbol, and Metaplex details, for Solana networks. Specify the network and address to query, with optional media item inclusion.

Instructions

Gets the contract level metadata (mint, standard, name, symbol, metaplex) for the given contract

Input Schema

NameRequiredDescriptionDefault
addressYesThe address to query
mediaItemsNoShould return media items
networkYesThe network to query

Input Schema (JSON Schema)

{ "properties": { "address": { "description": "The address to query", "type": "string" }, "mediaItems": { "default": true, "description": "Should return media items", "type": "boolean" }, "network": { "description": "The network to query", "enum": [ "mainnet", "devnet" ], "type": "string" } }, "required": [ "network", "address" ], "type": "object" }

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