Skip to main content
Glama

tornado-cash-mcp

MIT License

query_latest_deposits

Retrieve formatted records of recent Tornado Cash deposits using query parameters. View details like amount, timestamp, and sender address for transaction analysis.

Instructions

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

Input Schema

NameRequiredDescriptionDefault
limitsNo

Input Schema (JSON Schema)

{ "properties": { "limits": { "default": 10, "title": "Limits", "type": "integer" } }, "title": "query_latest_depositsArguments", "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