dublen5269/Sicry
Enable AI agents to access Tor and .onion sites with a simple Python layer supporting built-in search engines and OSINT tools.
Platform-specific configuration:
{
"mcpServers": {
"Sicry": {
"command": "npx",
"args": [
"-y",
"Sicry"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://github.com/JacobJandon/Sicry/blob/main/LICENSE) [](https://github.com/JacobJandon/Sicry/actions/workflows/ci.yml)
by JacobJandon · github.com/JacobJandon/Sicry
One Python file. Drop it into any project and your AI agent gets full access to the Tor/.onion dark web — the same clean tool interface agents use for the regular internet, just now for hidden services.
Robin's complete search engine catalogue (18 engines) and OSINT pipeline are baked in directly. No Robin install needed. No extra processes. No config beyond a .env file.
pip install requests[socks] beautifulsoup4 python-dotenv stem
apt install tor && tor &
cp .env.example .env # add one API key (or use Ollama — no key needed)
python sicry.py check # → CONNECTED via Tor | exit IP: 185.220.101.5---
---
SICRY™ gives AI agents exactly 6 tools — the same 6 they already know how to use for the clearnet, just now running over Tor:
| SICRY™ tool | Clearnet equivalent | What it does | |---|---|---| | sicry_check_tor | health check | Verify Tor is active, get exit IP | | sicry_renew_identity |
Loading reviews...