Skip to main content
Glama

Stacks Clarity MCP Server

generate_sip010_transfer

Create SIP-010 token transfer transactions with required post-conditions for secure blockchain transfers. Generates transaction parameters ready for wallet signing on Stacks networks.

Instructions

Generate a SIP-010 fungible token transfer transaction with proper post-conditions. Returns the transaction parameters for wallet signing.

Input Schema

NameRequiredDescriptionDefault
amountYesThe amount to transfer (in base units, considering decimals)
contractAddressYesThe contract address (e.g., SP2PABAF9FTAJYNFZH93XENAJ8FVY99RRM50D2JG9)
contractNameYesThe contract name of the SIP-010 token
memoNoOptional memo (max 34 bytes)
networkYesThe Stacks network
recipientYesThe recipient's Stacks address
senderYesThe sender's Stacks address

Input Schema (JSON Schema)

{ "properties": { "amount": { "description": "The amount to transfer (in base units, considering decimals)", "type": "number" }, "contractAddress": { "description": "The contract address (e.g., SP2PABAF9FTAJYNFZH93XENAJ8FVY99RRM50D2JG9)", "type": "string" }, "contractName": { "description": "The contract name of the SIP-010 token", "type": "string" }, "memo": { "description": "Optional memo (max 34 bytes)", "type": "string" }, "network": { "description": "The Stacks network", "enum": [ "mainnet", "testnet", "devnet" ], "type": "string" }, "recipient": { "description": "The recipient's Stacks address", "type": "string" }, "sender": { "description": "The sender's Stacks address", "type": "string" } }, "required": [ "contractAddress", "contractName", "amount", "sender", "recipient", "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