Skip to main content
Glama

tornado-cash-mcp

MIT License

query_latest_withdrawals

Retrieve recent Tornado Cash withdrawal records formatted as a table, including id, amount, timestamp, to, and blockNumber. Specify limits to control the number of results.

Instructions

Query the most recent withdrawals from Tornado Cash Subgraph and return results as a formatted table. Parameters: limits (int): The maximum number of withdrawal records to return. Must be positive. Default is 10. Returns: A string containing a tabulated representation of withdrawal records with columns: id, amount, timestamp, to, blockNumber.

Input Schema

NameRequiredDescriptionDefault
limitsNo

Input Schema (JSON Schema)

{ "properties": { "limits": { "default": 10, "title": "Limits", "type": "integer" } }, "title": "query_latest_withdrawalsArguments", "type": "object" }
Install Server

Other Tools from tornado-cash-mcp

Related Tools

    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/kukapay/tornado-cash-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server