{
    "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
    "name": "io.github.OpenOSINT/openosint",
    "title": "OpenOSINT",
    "description": "AI-powered OSINT agent & MCP server. 16 tools: email, breach, IP, WHOIS, DNS, Shodan, GitHub & more.",
    "version": "2.18.0",
    "websiteUrl": "https://openosint.tech",
    "repository": {
        "url": "https://github.com/OpenOSINT/OpenOSINT",
        "source": "github"
    },
    "packages": [
        {
            "registryType": "pypi",
            "identifier": "openosint",
            "version": "2.18.0",
            "transport": {
                "type": "stdio"
            },
            "installInstructions": "pip install openosint",
            "environmentVariables": [
                {
                    "name": "ANTHROPIC_API_KEY",
                    "description": "Anthropic API key \u2014 required for the AI agent REPL",
                    "isRequired": true,
                    "isSecret": true,
                    "format": "string"
                },
                {
                    "name": "HIBP_API_KEY",
                    "description": "HaveIBeenPwned API key for breach detection (search_breach tool)",
                    "isRequired": false,
                    "isSecret": true,
                    "format": "string"
                },
                {
                    "name": "IPINFO_TOKEN",
                    "description": "ipinfo.io token for higher IP lookup rate limits (search_ip tool)",
                    "isRequired": false,
                    "isSecret": true,
                    "format": "string"
                },
                {
                    "name": "IP2LOCATION_API_KEY",
                    "description": "IP2Location API key for enhanced IP intelligence (search_ip2location tool)",
                    "isRequired": false,
                    "isSecret": true,
                    "format": "string"
                },
                {
                    "name": "ABUSEIPDB_API_KEY",
                    "description": "AbuseIPDB API key for IP abuse reputation checks (search_abuseipdb tool)",
                    "isRequired": false,
                    "isSecret": true,
                    "format": "string"
                }
            ]
        }
    ],
    "_meta": {
        "io.modelcontextprotocol.registry/publisher-provided": {
            "publishedAt": "2026-05-30T15:33:40+00:00",
            "updatedAt": "2026-06-02T08:37:14+00:00"
        },
        "io.modelcontextprotocol.registry/official": {
            "status": "active",
            "publishedAt": "2026-05-30T15:33:40+00:00",
            "updatedAt": "2026-06-02T08:37:14+00:00",
            "isLatest": false
        }
    }
}