Skip to main content
Glama

Stacks Clarity MCP Server

get_transaction_history

Retrieve detailed transaction history for any Stacks blockchain address with pagination controls to manage large datasets.

Instructions

Get detailed transaction history for a Stacks address with pagination support.

Input Schema

NameRequiredDescriptionDefault
addressYesStacks address to get transaction history for
limitNoNumber of transactions to retrieve (default: 20, max: 50)
offsetNoNumber of transactions to skip for pagination

Input Schema (JSON Schema)

{ "properties": { "address": { "description": "Stacks address to get transaction history for", "type": "string" }, "limit": { "description": "Number of transactions to retrieve (default: 20, max: 50)", "type": "number" }, "offset": { "description": "Number of transactions to skip for pagination", "type": "number" } }, "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