A simple Model Context Protocol (MCP) server for crawling Tor (.onion) sites and extracting their content.
You must have the Tor Expert Bundle installed and running.
👉 Download it here:
https://www.torproject.org/download/tor/
After installation, run: tor.exe
"mcpServers": {
"tor-crawler-server": {
"httpUrl": "http://localhost:3000/mcp",
"trust": true,
"timeout": 60000
}
}This project is licensed under the MIT License, see the LICENSE file for details.