Skip to main content
Glama

Moralis MCP Server

Official
by MoralisWeb3

solana_getnfts

Retrieve NFTs owned by a specific Solana address, including optional metadata and media items, while excluding spam and including fungible assets using the Moralis MCP Server.

Instructions

Gets NFTs owned by the given address

Input Schema

NameRequiredDescriptionDefault
addressYesThe address to query
excludeSpamNoShould exclude spam NFTs
includeFungibleAssetsNoShould include fungible assets (tokenStandard:1)
mediaItemsNoShould return media items
networkYesThe network to query
nftMetadataNoShould return the full NFT metadata

Input Schema (JSON Schema)

{ "properties": { "address": { "description": "The address to query", "type": "string" }, "excludeSpam": { "default": false, "description": "Should exclude spam NFTs", "type": "boolean" }, "includeFungibleAssets": { "default": false, "description": "Should include fungible assets (tokenStandard:1)", "type": "boolean" }, "mediaItems": { "default": false, "description": "Should return media items", "type": "boolean" }, "network": { "description": "The network to query", "enum": [ "mainnet", "devnet" ], "type": "string" }, "nftMetadata": { "default": false, "description": "Should return the full NFT metadata", "type": "boolean" } }, "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