Best for
- Security researchers and analysts
- SOC, threat-intelligence, and fraud investigation teams
- Developers who need MCP-based tool orchestration
- OSINT practitioners conducting lawful authorized investigations
The supplied materials describe OpenOSINT as an stdio MCP server exposing 18 OSINT investigation tools, with documented Claude Desktop and Claude Code usage. It offers broad coverage but depends on external binaries, third-party APIs, and sensitive investigation data, so authorization, compliance, credential security, and service costs should be reviewed before deployment.
OpenOSINT is an MIT-licensed AI-powered OSINT agent and MCP server with an interactive REPL, CLI, Web UI, and 18 investigation tools. It provides natural-language orchestration for email, username, breach, IP, WHOIS, DNS, Shodan, GitHub, malware-reputation, and related investigations, with Anthropic Claude, Ollama, and OpenAI-compatible backends. It is intended only for legal and authorized security research.
Install the Python package with pip install openosint. Configure Claude Desktop to launch python with the project’s openosint/mcp_server.py, then set API keys as needed. Some tools also require the external binaries holehe, sherlock, sublist3r, and phoneinfoga.
{"mcpServers":{"openosint":{"command":"python","args":["/absolute/path/to/OpenOSINT/openosint/mcp_server.py"]}}}