Skip to main content
Glama

Stacks Clarity MCP Server

generate_sip009_template

Create production-ready SIP-009 NFT smart contracts with security features, marketplace options, and metadata storage capabilities for Stacks blockchain development.

Instructions

Generate a complete, production-ready SIP-009 NFT contract template with all security features and optional marketplace functionality.

Input Schema

NameRequiredDescriptionDefault
baseUriYesThe base URI for metadata (e.g., 'https://api.mynft.com/metadata/' or 'ipfs://QmHash/')
collectionNameYesThe name of the NFT collection (e.g., 'My NFT Collection')
collectionSymbolYesThe collection symbol (e.g., 'MNC')
includeMarketplaceYesWhether to include basic marketplace functionality
includeMetadataStorageYesWhether to include on-chain metadata storage
maxSupplyNoOptional maximum supply limit

Input Schema (JSON Schema)

{ "properties": { "baseUri": { "description": "The base URI for metadata (e.g., 'https://api.mynft.com/metadata/' or 'ipfs://QmHash/')", "type": "string" }, "collectionName": { "description": "The name of the NFT collection (e.g., 'My NFT Collection')", "type": "string" }, "collectionSymbol": { "description": "The collection symbol (e.g., 'MNC')", "type": "string" }, "includeMarketplace": { "description": "Whether to include basic marketplace functionality", "type": "boolean" }, "includeMetadataStorage": { "description": "Whether to include on-chain metadata storage", "type": "boolean" }, "maxSupply": { "description": "Optional maximum supply limit", "type": "number" } }, "required": [ "collectionName", "collectionSymbol", "baseUri", "includeMarketplace", "includeMetadataStorage" ], "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