Connects to GitHub for repository access, with the MCP server hosted in a GitHub repository at kukapay/tornado-cash-mcp.
Tornado Cash MCP
An MCP server that tracks Tornado Cash deposits and withdrawals to reveal hidden asset trails and wallet interactions.
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
- Clone the repository:
- install dependencies using
uv
: - Installing to Claude Desktop: Install the server as a Claude Desktop application:Configuration file as a reference:Replace
/path/to/tornado-cash-mcp
with your actual installation path, andthe_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:
Example output:
Query Latest Withdrawals
Example prompt:
Example output:
License
This project is licensed under the MIT License. See LICENSE for details.
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.
Related Resources
Related MCP Servers
- -securityAlicense-qualityA 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 -PythonMIT License
- -securityAlicense-qualityA mcp server for tracking cryptocurrency whale transactions.Last updated -29PythonMIT License
- AsecurityAlicenseAqualityAn MCP server that tracks the latest trending tokens on CoinGecko.Last updated -13PythonMIT License
- -securityFlicense-qualityThis 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