← Back to Plugins
MCP Server MCP

io.github.darrenjrobinson/untappd

github By github 👁 1 views ▲ 0 votes

MCP server exposing Untappd API tools for AI agents — full v4 read API coverage

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "untappd-mcp-server",
      "version": "2.0.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Untappd API Client ID",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "UNTAPPD_CLIENT_ID"
        },
        {
          "description": "Untappd API Client Secret",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "UNTAPPD_CLIENT_SECRET"
        },
        {
          "description": "Untappd OAuth access token — unlocks the friend feed tool, user-scoped rate limits, and richer /user data. Optional: can instead be obtained interactively via the authenticate_untappd tool or `npx untappd-mcp-server auth` (stored in ~/.untappd-mcp-server/token.json)",
          "format": "string",
          "isSecret": true,
          "name": "UNTAPPD_ACCESS_TOKEN"
        },
        {
          "description": "Default username for authenticated user tools",
          "format": "string",
          "name": "UNTAPPD_USERNAME"
        },
        {
          "description": "OAuth redirect URL for interactive authentication — must exactly match the Callback URL registered in your Untappd app settings; default http://localhost:8737/callback",
          "format": "string",
          "name": "UNTAPPD_REDIRECT_URL"
        },
        {
          "description": "Override path for the saved token file; default ~/.untappd-mcp-server/token.json",
          "format": "string",
          "name": "UNTAPPD_TOKEN_PATH"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...