{
    "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
    "name": "io.github.chrischall/untappd-mcp",
    "description": "Untappd MCP \u2014 search beers/breweries/venues, read check-ins & wishlists, post check-ins",
    "repository": {
        "url": "https://github.com/chrischall/untappd-mcp",
        "source": "github"
    },
    "version": "1.8.4",
    "packages": [
        {
            "registryType": "npm",
            "identifier": "untappd-mcp",
            "version": "1.8.4",
            "transport": {
                "type": "stdio"
            },
            "environmentVariables": [
                {
                    "description": "Your Untappd username or login email.",
                    "isRequired": true,
                    "format": "string",
                    "name": "UNTAPPD_USERNAME"
                },
                {
                    "description": "Your Untappd account password (used only for xauth login).",
                    "isRequired": true,
                    "format": "string",
                    "isSecret": true,
                    "name": "UNTAPPD_PASSWORD"
                },
                {
                    "description": "Untappd mobile app client id (obtained by intercepting the app; see README).",
                    "isRequired": true,
                    "format": "string",
                    "isSecret": true,
                    "name": "UNTAPPD_CLIENT_ID"
                },
                {
                    "description": "Untappd mobile app client secret.",
                    "isRequired": true,
                    "format": "string",
                    "isSecret": true,
                    "name": "UNTAPPD_CLIENT_SECRET"
                }
            ]
        }
    ],
    "_meta": {
        "io.modelcontextprotocol.registry/official": {
            "status": "active",
            "statusChangedAt": "2026-08-05T21:55:47.280235Z",
            "publishedAt": "2026-08-05T21:55:47.280235Z",
            "updatedAt": "2026-08-05T21:55:47.280235Z",
            "isLatest": true
        }
    }
}