← Index

OpenOSINT

io.github.OpenOSINT/openosint·v2.17.0·Git & Code Hosting
Quality Score
95
/100

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

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (uvx)
{
  "mcpServers": {
    "openosint": {
      "command": "uvx",
      "args": [
        "openosint"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<your-anthropic_api_key>",
        "HIBP_API_KEY": "<your-hibp_api_key>",
        "IPINFO_TOKEN": "<your-ipinfo_token>",
        "IP2LOCATION_API_KEY": "<your-ip2location_api_key>",
        "ABUSEIPDB_API_KEY": "<your-abuseipdb_api_key>"
      }
    }
  }
}
§02  Environment variables
ANTHROPIC_API_KEY
requiredsecret

Anthropic API key — required for the AI agent REPL

HIBP_API_KEY
secret

HaveIBeenPwned API key for breach detection (search_breach tool)

IPINFO_TOKEN
secret

ipinfo.io token for higher IP lookup rate limits (search_ip tool)

IP2LOCATION_API_KEY
secret

IP2Location API key for enhanced IP intelligence (search_ip2location tool)

ABUSEIPDB_API_KEY
secret

AbuseIPDB API key for IP abuse reputation checks (search_abuseipdb tool)

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
10
§04  Alternatives in Git & Code Hosting