Untappd MCP
by tumbochka
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PUBLIC_BASE_URL | Yes | The final HTTPS origin of the deployment, used for OAuth redirects and public endpoints. | |
| UNTAPPD_CLIENT_ID | Yes | The Client ID for your registered Untappd application. | |
| MCP_ALLOWED_ORIGINS | Yes | Comma-separated list of browser client origins allowed to make requests. The server rejects requests with an Origin header not in this list. | |
| CONNECT_STATE_SECRET | Yes | Secret used to sign the OAuth `state` parameter for the Untappd connection flow. | |
| UNTAPPD_REDIRECT_URI | Yes | The exact redirect URI registered with Untappd for the OAuth callback. | |
| UNTAPPD_CLIENT_SECRET | Yes | The Client Secret for your registered Untappd application. Store this in Secret Manager. | |
| UNTAPPD_TOKEN_ENCRYPTION_KEY | Yes | A base64-encoded AES-256-GCM encryption key used to encrypt Untappd tokens at rest in Firestore. Generate with `openssl rand -base64 32`. | |
| GOOGLE_APPLICATION_CREDENTIALS | No | Path to the Firebase service-account key file for local development using Application Default Credentials. Not needed on Cloud Run when a service account is granted. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues