Skip to main content
Glama

Stacks Clarity MCP Server

validate_stacks_address

Verify Stacks blockchain address format and network compatibility to ensure valid transactions and interactions with the blockchain.

Instructions

Validate a Stacks address format and check if it's correctly formatted for the specified network.

Input Schema

NameRequiredDescriptionDefault
addressYesAddress to validate
networkNoNetwork to validate against

Input Schema (JSON Schema)

{ "properties": { "address": { "description": "Address to validate", "type": "string" }, "network": { "description": "Network to validate against", "enum": [ "mainnet", "testnet" ], "type": "string" } }, "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