Skip to main content
Glama
tumbochka

Untappd MCP

by tumbochka

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PUBLIC_BASE_URLYesThe final HTTPS origin of the deployment, used for OAuth redirects and public endpoints.
UNTAPPD_CLIENT_IDYesThe Client ID for your registered Untappd application.
MCP_ALLOWED_ORIGINSYesComma-separated list of browser client origins allowed to make requests. The server rejects requests with an Origin header not in this list.
CONNECT_STATE_SECRETYesSecret used to sign the OAuth `state` parameter for the Untappd connection flow.
UNTAPPD_REDIRECT_URIYesThe exact redirect URI registered with Untappd for the OAuth callback.
UNTAPPD_CLIENT_SECRETYesThe Client Secret for your registered Untappd application. Store this in Secret Manager.
UNTAPPD_TOKEN_ENCRYPTION_KEYYesA base64-encoded AES-256-GCM encryption key used to encrypt Untappd tokens at rest in Firestore. Generate with `openssl rand -base64 32`.
GOOGLE_APPLICATION_CREDENTIALSNoPath 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

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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