Skip to main content
Glama

tornado-cash-mcp

Tornado Cash MCP

An MCP server that tracks Tornado Cash deposits and withdrawals to reveal hidden asset trails and wallet interactions.

GitHub License Python Version Status

Features

  • Query Latest Deposits: Retrieve the most recent deposit events with details including sender address (from), amount, block number, timestamp, and commitment.
  • Query Latest Withdrawals: Fetch the latest withdrawal events with details including recipient address (to), amount, block number, and timestamp.

Prerequisites

  • Python 3.10+
  • uv (recommended package manager)
  • A valid The Graph API key for accessing the Tornado Cash Subgraph

Installation

  1. Clone the repository:
    git clone https://github.com/kukapay/tornado-cash-mcp.git cd tornado-cash-mcp
  2. install dependencies using uv:
    uv sync
  3. Installing to Claude Desktop: Install the server as a Claude Desktop application:
    uv run mcp install main.py --name "tornado-cash-mcp"
    Configuration file as a reference:
    { "mcpServers": { "Tornado Cash": { "command": "uv", "args": [ "--directory", "/path/to/tornado-cash-mcp", "run", "main.py" ], "env": { "THEGRAPH_API_KEY": "the_graph_api_key"} } } }
    Replace /path/to/tornado-cash-mcp with your actual installation path, and the_graph_api_key with your API key from The Graph.

Tools

Use the MCP Inspector UI or integrate with a compatible client (e.g., Claude Desktop) to call the tools.

Query Latest Deposits

Example prompt:

"Show me the latest 3 deposits from Tornado Cash."

Example output:

+------------+---------------+--------------+---------------------+--------------+ | from | amount | blockNumber | time | commitment | +============+===============+==============+=====================+==============+ | 0xdef... | 0.1 | 12345678 | 2023-10-12 15:30:00 | 0xabc... | | 0xdee... | 1 | 12345677 | 2023-10-12 15:28:20 | 0xabd... | | 0xdef... | 10 | 12345676 | 2023-10-12 15:26:40 | 0xabe... | +------------+---------------+--------------+---------------------+--------------+

Query Latest Withdrawals

Example prompt:

"Get the most recent 2 withdrawals from Tornado Cash."

Example output:

+------------+---------------+--------------+---------------------+ | to | amount | blockNumber | time | +============+===============+==============+=====================+ | 0x789... | 1 | 12345679 | 2023-10-13 14:40:00 | | 0x78a... | 100 | 12345678 | 2023-10-13 14:38:20 | +------------+---------------+--------------+---------------------+

License

This project is licensed under the MIT License. See LICENSE for details.

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

An MCP server that tracks Tornado Cash deposits and withdrawals to reveal hidden asset trails and wallet interactions.

  1. Features
    1. Prerequisites
      1. Installation
        1. Tools
          1. Query Latest Deposits
          2. Query Latest Withdrawals
        2. License

          Related MCP Servers

          • -
            security
            A
            license
            -
            quality
            A Python-based MCP server that integrates the TapTools API, enabling AI models to fetch Cardano blockchain data, including tokens, NFTs, market stats, and wallet info, through standardized tools.
            Last updated -
            Python
            MIT License
          • -
            security
            A
            license
            -
            quality
            A mcp server for tracking cryptocurrency whale transactions.
            Last updated -
            29
            Python
            MIT License
            • Apple
            • Linux
          • A
            security
            A
            license
            A
            quality
            An MCP server that tracks the latest trending tokens on CoinGecko.
            Last updated -
            1
            3
            Python
            MIT License
          • -
            security
            F
            license
            -
            quality
            This is an MCP Server for Trello that enables interaction with Trello's API through natural language, allowing management of boards, cards, lists, and other Trello resources.
            Last updated -
            Python
            • Linux
            • Apple

          View all related MCP servers

          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