{
    "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
    "name": "io.github.stanfrbd/mcp-cyberbro",
    "description": "MCP server for Cyberbro IOC extraction, enrichment and reputation analysis.",
    "title": "Cyberbro MCP Server",
    "repository": {
        "url": "https://github.com/stanfrbd/mcp-cyberbro",
        "source": "github"
    },
    "version": "0.0.5",
    "packages": [
        {
            "registryType": "pypi",
            "identifier": "mcp-cyberbro",
            "version": "0.0.5",
            "transport": {
                "type": "stdio"
            },
            "environmentVariables": [
                {
                    "description": "Base URL of Cyberbro (for example http://localhost:5000)",
                    "isRequired": true,
                    "format": "string",
                    "name": "CYBERBRO_URL"
                },
                {
                    "description": "Cyberbro API prefix (default: api)",
                    "format": "string",
                    "name": "API_PREFIX"
                },
                {
                    "description": "Enable/disable SSL verification for Cyberbro API calls (true/false)",
                    "format": "string",
                    "name": "SSL_VERIFY"
                },
                {
                    "description": "Transport override: stdio, sse or streamable-http",
                    "format": "string",
                    "name": "MCP_TRANSPORT"
                },
                {
                    "description": "Host for HTTP transports",
                    "format": "string",
                    "name": "MCP_HOST"
                },
                {
                    "description": "Port for HTTP transports",
                    "format": "string",
                    "name": "MCP_PORT"
                },
                {
                    "description": "Mount path for SSE transport",
                    "format": "string",
                    "name": "MCP_MOUNT_PATH"
                },
                {
                    "description": "SSE endpoint path",
                    "format": "string",
                    "name": "MCP_SSE_PATH"
                },
                {
                    "description": "Streamable HTTP endpoint path",
                    "format": "string",
                    "name": "MCP_STREAMABLE_HTTP_PATH"
                }
            ]
        }
    ],
    "_meta": {
        "io.modelcontextprotocol.registry/official": {
            "status": "active",
            "statusChangedAt": "2026-08-04T14:20:03.702963Z",
            "publishedAt": "2026-08-04T14:20:03.702963Z",
            "updatedAt": "2026-08-04T14:20:03.702963Z",
            "isLatest": true
        }
    }
}