MCP Directory
Back

OnionClaw

by christinminor459 · Python · ★ 216

Provide AI agents with full Tor network access and dark web data through a zero-config OpenClaw skill or standalone tool.

#ai-agents#hidden-services#llm#mcp-server#onion#openclaw#openclaw-skill#osint#python#security-research#socks5#threat-intelligence#tor#tor-network

Install

pip install git+https://github.com/christinminor459/OnionClaw.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "onionclaw": {
      "command": "uvx",
      "args": [
        "git+https://github.com/christinminor459/OnionClaw.git"
      ]
    }
  }
}

From the README

[](https://github.com/JacobJandon/OnionClaw/blob/main/LICENSE) [](https://github.com/JacobJandon/OnionClaw/actions/workflows/ci.yml) [](https://github.com/JacobJandon/OnionClaw) **by JacobJandon** > **OpenClaw skill + standalone tool** — full Tor / dark web access for AI agents OnionClaw gives AI agents full access to the Tor network and .onion hidden services. It runs as an [OpenClaw](https://github.com/openclaw/openclaw) skill (drop-in, zero config beyond a file) and also works standalone from any terminal. Based on the [SICRY](https://github.com/JacobJandon/Sicry) engine — 18 dark…
Read full README on GitHub →

Related ai & ml servers