How to Use the Untappd MCP in Claude Code
Run beer data pipelines and reports headless with Claude Code's CLI power.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Untappd MCP to Claude Code
Create your Vinkius account to connect Untappd to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Automate user profile gathering using Untappd MCP Server
You need to run a nightly cron job that updates user stats. Connect your script, call `get_user_info`, and then loop through the results from `get_user_distinct_beers`. The output is piped directly into a database for logging. This is ideal for CI/CD pipelines where you need to process large amounts of historical data without needing any GUI. You're working entirely in the terminal, feeding scripts with raw JSON.
Run live beer trend analysis via Untappd MCP Server
The script needs real-time market intelligence. Run `get_trending_beers` to pull global macro and micro trends. You can then use the resulting beer IDs to call `get_beer_info` for every single one, compiling a full report. No need for a web interface; you just pipe the final structured data output into another tool or script. It keeps everything clean and headless.
Process social activity feeds using Untappd MCP Server
Your job is to monitor friend activity across multiple users. You can authenticate your agent, then use `get_user_activity` or fetch specific checks with `get_friend_activity`. The output gives you the full check-in feed required for auditing. This makes it easy to write background scripts that monitor social status changes—like checking if a user just added a beer to their wishlist using `get_user_wishlist`.
Set up Untappd MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seeuntappd-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Untappd transactions." It will automatically discover and invoke the available Untappd tools.
claude mcp add --transport http untappd-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Untappd MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Untappd MCP today
We host it, we monitor it, we maintain it. You just paste one token.