Skip to main content
Glama

Stacks Clarity MCP Server

get_stacks_account_info

Retrieve Stacks blockchain account details including balance, transaction history, and token holdings to monitor wallet activity and verify account status.

Instructions

Get comprehensive information about a Stacks account including STX balance, nonce, tokens, and recent activity.

Input Schema

NameRequiredDescriptionDefault
addressYesStacks address (e.g., SP1H1733V5MZ3SZ9XRW9FKYGEZT0JDGEB8Y634C7R)
includeTokensNoInclude token balances in response
includeTransactionsNoInclude recent transactions in response

Input Schema (JSON Schema)

{ "properties": { "address": { "description": "Stacks address (e.g., SP1H1733V5MZ3SZ9XRW9FKYGEZT0JDGEB8Y634C7R)", "type": "string" }, "includeTokens": { "description": "Include token balances in response", "type": "boolean" }, "includeTransactions": { "description": "Include recent transactions in response", "type": "boolean" } }, "required": [ "address" ], "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