← Back to browse

OpenOSINT

Indexed by io.github.SonoTommy

About

AI-powered OSINT agent & MCP server. 16 tools: email, breach, IP, WHOIS, DNS, Shodan, GitHub & more.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsANTHROPIC_API_KEY HIBP_API_KEY IPINFO_TOKEN IP2LOCATION_API_KEY ABUSEIPDB_API_KEY
Claude Code
claude mcp add --env ANTHROPIC_API_KEY= --env HIBP_API_KEY= --env IPINFO_TOKEN= --env IP2LOCATION_API_KEY= --env ABUSEIPDB_API_KEY= openosint -- uvx openosint
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"openosint","command":"uvx","args":["openosint"],"env":{"ANTHROPIC_API_KEY":"","HIBP_API_KEY":"","IPINFO_TOKEN":"","IP2LOCATION_API_KEY":"","ABUSEIPDB_API_KEY":""}}'
JSON
{
  "mcpServers": {
    "openosint": {
      "command": "uvx",
      "args": [
        "openosint"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "",
        "HIBP_API_KEY": "",
        "IPINFO_TOKEN": "",
        "IP2LOCATION_API_KEY": "",
        "ABUSEIPDB_API_KEY": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.