Skip to main content
Glama

Stacks Clarity MCP Server

get_sip010_balance

Check SIP-010 token balance for any Stacks address across mainnet, testnet, or devnet networks. Returns balance in base units for accurate display calculations.

Instructions

Get the SIP-010 fungible token balance for a specific address. Returns the balance in base units (consider decimals for display).

Input Schema

NameRequiredDescriptionDefault
addressYesThe Stacks address to check balance for
contractAddressYesThe contract address
contractNameYesThe contract name of the SIP-010 token
networkYesThe Stacks network

Input Schema (JSON Schema)

{ "properties": { "address": { "description": "The Stacks address to check balance for", "type": "string" }, "contractAddress": { "description": "The contract address", "type": "string" }, "contractName": { "description": "The contract name of the SIP-010 token", "type": "string" }, "network": { "description": "The Stacks network", "enum": [ "mainnet", "testnet", "devnet" ], "type": "string" } }, "required": [ "contractAddress", "contractName", "address", "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