Back to Apps

SICRY
by jacobjandon
AI agent access layer for the Tor network and .onion hidden services.
0 stars
Works in:Cursorzed
Exposes:Tools
What it does
Sicry provides AI agents with a secure gateway to the dark web, enabling them to access .onion sites and use hidden services for OSINT and security research. It bridges the gap between standard LLM tool use and the Tor network, allowing agents to conduct research on hidden services without manual proxy configuration.
Tools
sicry_search: Query 18 different dark web search engines simultaneously.sicry_fetch: Read content from any .onion or clearnet URL via Tor.sicry_ask: Generate structured OSINT reports from raw dark web content.sicry_renew_identity: Rotate the Tor circuit to get a new exit node.sicry_check_tor: Verify the Tor connection and retrieve the current exit IP.
Installation
{
"mcpServers": {
"sicry": {
"command": "python",
"args": ["/absolute/path/to/sicry.py", "serve"]
}
}
}
Supported hosts
- Claude Desktop
- Cursor
- Zed
Quick install
pip install mcp && python sicry.py serveInformation
- Pricing
- free
- Published
- 6/8/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
zed
settings.json context_servers entryCursor
mcp.json entry in ~/.cursor/Claude Desktop
{"mcpServers": {"sicry": {"command": "python", "args": ["/absolute/path/to/sicry.py", "serve"]}}}





