{
    "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
    "name": "io.github.chrischall/signupgenius-mcp",
    "description": "SignUpGenius for Claude \u2014 sign-ups, slot reports, and groups. Free accounts or Pro API key.",
    "repository": {
        "url": "https://github.com/chrischall/signupgenius-mcp",
        "source": "github"
    },
    "version": "1.1.6",
    "packages": [
        {
            "registryType": "npm",
            "identifier": "signupgenius-mcp",
            "version": "1.1.6",
            "transport": {
                "type": "stdio"
            },
            "environmentVariables": [
                {
                    "description": "SignUpGenius login email (recommended). Pair with SIGNUPGENIUS_PASSWORD for session mode \u2014 works on free accounts. No SSO/2FA.",
                    "format": "string",
                    "name": "SIGNUPGENIUS_EMAIL"
                },
                {
                    "description": "SignUpGenius password (recommended) \u2014 required iff SIGNUPGENIUS_EMAIL is set.",
                    "format": "string",
                    "isSecret": true,
                    "name": "SIGNUPGENIUS_PASSWORD"
                },
                {
                    "description": "SignUpGenius Pro API key (Pro Tools > API Management). Required only for slot REPORTS \u2014 Pro subscription needed.",
                    "format": "string",
                    "isSecret": true,
                    "name": "SIGNUPGENIUS_USER_KEY"
                },
                {
                    "description": "Friendly account name used in startup logs.",
                    "format": "string",
                    "name": "SIGNUPGENIUS_NAME"
                },
                {
                    "description": "Override the default JSON API base (v2/k for key mode, v3 for session mode).",
                    "format": "string",
                    "name": "SIGNUPGENIUS_BASE_URL"
                },
                {
                    "description": "Session mode only: override the host for legacy /SUGboxAPI.cfm calls. Defaults to https://www.signupgenius.com.",
                    "format": "string",
                    "name": "SIGNUPGENIUS_LEGACY_BASE_URL"
                },
                {
                    "description": "Session mode only: override the login-form host. Defaults to https://www.signupgenius.com.",
                    "format": "string",
                    "name": "SIGNUPGENIUS_LOGIN_URL"
                },
                {
                    "description": "Set to 1 to skip the fetchproxy browser-extension fallback (missing creds become a hard error \u2014 useful in headless CI).",
                    "format": "string",
                    "name": "SIGNUPGENIUS_DISABLE_FETCHPROXY"
                }
            ]
        }
    ],
    "_meta": {
        "io.modelcontextprotocol.registry/official": {
            "status": "active",
            "statusChangedAt": "2026-07-07T15:09:53.661763Z",
            "publishedAt": "2026-07-07T15:09:53.661763Z",
            "updatedAt": "2026-07-07T15:09:53.661763Z",
            "isLatest": false
        }
    }
}