{
    "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
    "name": "io.github.wyre-technology/datto-saas-protection-mcp",
    "description": "MCP server for Datto SaaS Protection \u2014 M365/GWS backups, restores, seats.",
    "title": "Datto SaaS Protection",
    "repository": {
        "url": "https://github.com/wyre-technology/datto-saas-protection-mcp",
        "source": "github"
    },
    "version": "2.1.1",
    "websiteUrl": "https://github.com/wyre-technology/datto-saas-protection-mcp",
    "packages": [
        {
            "registryType": "oci",
            "identifier": "ghcr.io/wyre-technology/datto-saas-protection-mcp",
            "transport": {
                "type": "stdio"
            },
            "environmentVariables": [
                {
                    "description": "Datto SaaS Protection (Backupify) API key",
                    "isRequired": true,
                    "format": "string",
                    "isSecret": true,
                    "name": "DATTO_SAAS_API_KEY"
                },
                {
                    "description": "Region: 'us' (default) or 'eu'",
                    "format": "string",
                    "default": "us",
                    "name": "DATTO_SAAS_REGION"
                },
                {
                    "description": "Transport mode for the server. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.",
                    "format": "string",
                    "default": "stdio",
                    "name": "MCP_TRANSPORT"
                },
                {
                    "description": "Credential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway.",
                    "format": "string",
                    "default": "env",
                    "name": "AUTH_MODE"
                },
                {
                    "description": "Log verbosity: debug, info, warn, error",
                    "format": "string",
                    "default": "info",
                    "name": "LOG_LEVEL"
                }
            ],
            "version": "v2.1.1",
            "registryBaseUrl": "https://ghcr.io"
        }
    ],
    "_meta": {
        "io.modelcontextprotocol.registry/official": {
            "status": "active",
            "statusChangedAt": "2026-07-29T17:32:39.362856Z",
            "publishedAt": "2026-07-29T17:32:39.362856Z",
            "updatedAt": "2026-07-29T17:32:39.362856Z",
            "isLatest": true
        },
        "io.modelcontextprotocol.registry/publisher-provided": {
            "publishedAt": "2026-07-29T17:32:39+00:00",
            "updatedAt": "2026-07-29T17:32:39+00:00"
        }
    }
}