Skip to main content
Glama

Moralis MCP Server

Official
by MoralisWeb3

getContractNFTs

Retrieve NFT metadata and details for a specific contract address, with options to normalize data, include media, and fetch sale prices. Automatically initiates indexing for new contracts.

Instructions

Get NFTs for a given contract address, including metadata for all NFTs (where available).

  • Results are limited to 100 per page by default
  • 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
cursorNoThe cursor returned in the previous response (used for getting the next page).
formatNoThe format of the token ID
include_pricesNoShould NFT last sale prices be included in the result?
limitNoThe desired page size of the result.
media_itemsNoShould preview media data be returned?
normalizeMetadataNoShould normalized metadata be returned?
rangeNoThe desired subrange to query
totalRangesNoThe number of subranges to split the results into

Input Schema (JSON Schema)

{ "properties": { "address": { "description": "The address of the NFT contract", "type": "string" }, "cursor": { "description": "The cursor returned in the previous response (used for getting the next page).", "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" }, "limit": { "description": "The desired page size of the result.", "type": "integer" }, "media_items": { "description": "Should preview media data be returned?", "type": "boolean" }, "normalizeMetadata": { "description": "Should normalized metadata be returned?", "type": "boolean" }, "range": { "description": "The desired subrange to query", "type": "integer" }, "totalRanges": { "description": "The number of subranges to split the results into", "type": "integer" } }, "type": "object" }
Install Server

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