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 | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tumbochka/untappd-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server