Skip to main content
Glama

Stacks Clarity MCP Server

generate_clarity_contract

Create Clarity smart contracts with SIP compliance, security best practices, and customizable features for Stacks blockchain development.

Instructions

Generate a complete Clarity contract with SIP compliance, security best practices, and comprehensive functionality.

Input Schema

NameRequiredDescriptionDefault
contractNameYesName of the contract to generate
contractTypeYesType of contract to generate
featuresNoAdditional features to include (e.g., ['minting', 'burning', 'metadata'])

Input Schema (JSON Schema)

{ "properties": { "contractName": { "description": "Name of the contract to generate", "type": "string" }, "contractType": { "description": "Type of contract to generate", "enum": [ "sip009-nft", "sip010-ft", "counter", "custom" ], "type": "string" }, "features": { "description": "Additional features to include (e.g., ['minting', 'burning', 'metadata'])", "items": { "type": "string" }, "type": "array" } }, "required": [ "contractName", "contractType" ], "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