Skip to main content
Glama

Monad MCP

by bble

get-nft-count

Retrieve the number of NFTs held by a specific address on the Monad testnet using a provided NFT contract address, enabling blockchain interaction for asset tracking.

Instructions

查询 Monad 测试网地址持有的 NFT 数量

Input Schema

NameRequiredDescriptionDefault
addressYes需要查询的 Monad 测试网地址
nftContractYesNFT 合约地址

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "address": { "description": "需要查询的 Monad 测试网地址", "type": "string" }, "nftContract": { "description": "NFT 合约地址", "type": "string" } }, "required": [ "address", "nftContract" ], "type": "object" }

You must be authenticated.

Other Tools from Monad MCP

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/bble/monad-mcp'

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