Skip to main content
Glama

Stacks Clarity MCP Server

get_sip009_collection_info

Retrieve SIP-009 NFT collection details including total supply and last token ID by providing contract address, name, and network.

Instructions

Get information about a SIP-009 NFT collection including total supply and last token ID.

Input Schema

NameRequiredDescriptionDefault
contractAddressYesThe contract address
contractNameYesThe contract name of the SIP-009 NFT collection
networkYesThe Stacks network

Input Schema (JSON Schema)

{ "properties": { "contractAddress": { "description": "The contract address", "type": "string" }, "contractName": { "description": "The contract name of the SIP-009 NFT collection", "type": "string" }, "network": { "description": "The Stacks network", "enum": [ "mainnet", "testnet", "devnet" ], "type": "string" } }, "required": [ "contractAddress", "contractName", "network" ], "type": "object" }

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/exponentlabshq/stacks-clarity-mcp'

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