Skip to main content
Glama

Monad MCP Server

by lispking

query-mon-nft

Retrieve detailed NFT information from the Monad testnet by providing the contract address and token ID, enabling seamless integration with AI models for blockchain interactions.

Instructions

Query NFT information on Monad testnet

Input Schema

NameRequiredDescriptionDefault
contractAddressYesNFT contract address
tokenIdYesToken ID of the NFT

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "contractAddress": { "description": "NFT contract address", "type": "string" }, "tokenId": { "description": "Token ID of the NFT", "type": "string" } }, "required": [ "contractAddress", "tokenId" ], "type": "object" }

Other Tools from Monad 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/lispking/monad-mcp-server'

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