MCP Directory
Back

OpenOSINT

by OpenOSINT · Python · ★ 782

AI-powered OSINT agent with interactive REPL, MCP server, and CLI. 16 tools. Works with Claude, GPT-4, or local models. For authorized security research only.

#ai-agent#anthropic#claude#cli#cybersecurity#holehe#llm#maigret#mcp#mcp-server#model-context-protocol#osint#osint-tools#python#reconnaissance#security#sherlock#terminal#threat-intelligence

Install

pip install git+https://github.com/OpenOSINT/OpenOSINT.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": {
    "openosint": {
      "command": "uvx",
      "args": [
        "git+https://github.com/OpenOSINT/OpenOSINT.git"
      ]
    }
  }
}

From the README

mcp-name: io.github.OpenOSINT/openosint OpenOSINT OSINT agent for security researchers and analysts: 18 investigation tools behind a natural-language interface. Use it as a REPL, CLI, MCP server, or browser Web UI. The AI issues hard-stop tool calls; your code executes the real binary — hallucinated findings are structurally impossible. [](https://github.com/OpenOSINT/OpenOSINT/releases) [](https://pypi.org/project/openosint/) [](https://pypi.org/project/openosint/) [](LICENSE) [](https://github.com/OpenOSINT/OpenOSINT/stargazers) [](https://modelcontextprotocol.io/) [](https://re…
Read full README on GitHub →

Related ai & ml servers