{
    "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
    "name": "io.github.smbcloudXYZ/smbcloud-cli",
    "description": "Email infrastructure and authentication for developers: domains, inbox routes, auth apps, deploys.",
    "title": "smbCloud Mail & Auth",
    "repository": {
        "url": "https://github.com/smbcloudXYZ/smbcloud-cli",
        "source": "github",
        "id": "597171611"
    },
    "version": "0.5.0",
    "websiteUrl": "https://docs.smbcloud.xyz/developer/cli",
    "icons": [
        {
            "src": "https://smbcloud.xyz/logo.png",
            "mimeType": "image/png",
            "sizes": [
                "866x866"
            ]
        }
    ],
    "packages": [
        {
            "registryType": "npm",
            "registryBaseUrl": "https://registry.npmjs.org",
            "identifier": "@smbcloud/cli",
            "version": "0.5.0",
            "runtimeHint": "npx",
            "transport": {
                "type": "stdio"
            },
            "packageArguments": [
                {
                    "description": "Run the CLI as an MCP server over stdio instead of executing a one-shot command.",
                    "isRequired": true,
                    "type": "named",
                    "name": "--mcp"
                }
            ],
            "environmentVariables": [
                {
                    "description": "Mail app API key (smb_mail_...) used by the mail_send tool. Optional: every other tool uses the session from `smb login`.",
                    "format": "string",
                    "isSecret": true,
                    "name": "SMB_MAIL_API_KEY"
                }
            ]
        },
        {
            "registryType": "nuget",
            "registryBaseUrl": "https://api.nuget.org/v3/index.json",
            "identifier": "SmbCloud.Cli",
            "version": "0.5.0",
            "runtimeHint": "dnx",
            "transport": {
                "type": "stdio"
            },
            "packageArguments": [
                {
                    "description": "Run the CLI as an MCP server over stdio instead of executing a one-shot command.",
                    "isRequired": true,
                    "type": "named",
                    "name": "--mcp"
                }
            ],
            "environmentVariables": [
                {
                    "description": "Mail app API key (smb_mail_...) used by the mail_send tool. Optional: every other tool uses the session from `smb login`.",
                    "format": "string",
                    "isSecret": true,
                    "name": "SMB_MAIL_API_KEY"
                }
            ]
        }
    ],
    "_meta": {
        "io.modelcontextprotocol.registry/official": {
            "status": "active",
            "statusChangedAt": "2026-08-02T15:50:37.236492Z",
            "publishedAt": "2026-08-02T15:50:37.236492Z",
            "updatedAt": "2026-08-02T15:50:37.236492Z",
            "isLatest": true
        },
        "io.modelcontextprotocol.registry/publisher-provided": {
            "publishedAt": "2026-08-02T15:50:37+00:00",
            "updatedAt": "2026-08-02T15:50:37+00:00"
        }
    }
}