
Untappd MCP By UnClick
Let your coding agent search beers and breweries, pull details, and surface Untappd activity while you prototype food, travel, or lifestyle apps.
Overview
Untappd MCP by UnClick is a Build-phase MCP server that lets agents query Untappd for beer, brewery, and activity information.
What is this MCP server?
- Untappd beer and brewery search with detail lookups
- Activity-oriented data for social or discovery features
- stdio MCP via npx @unclick/untappd-mcp v0.1.0
- Standalone package in the UnClick GitHub repo (untappd-mcp subfolder)
- Published by UnClick with unclick.world branding
- Package @unclick/untappd-mcp v0.1.0
- Standalone subfolder: packages/standalone/untappd-mcp
Community signal: 4 GitHub stars.
What problem does it solve?
Builders waste time spelunking Untappd APIs manually when they only need search and detail calls inside an agent session.
Who is it for?
Lifestyle, travel, or venue apps where beer ratings and brewery metadata are a core or demo integration during development.
Skip if: Products with no beverage or brewery domain, or teams that require the full UnClick 60+ tool marketplace in one server.
What do I get? / Deliverables
Your agent can fetch Untappd search, brewery detail, and activity context through MCP tools while you build discovery or social features.
- MCP tools for Untappd beer and brewery search
- Detail and activity queries callable from the agent
- stdio transport wiring for local development
Recommended MCP Servers
Journey fit
Shelf under Build because the server exists to plug a external beer-social API into whatever product you are constructing. integrations is the right facet for a standalone Untappd MCP package from UnClick’s monorepo.
How it compares
Single-domain Untappd MCP integration, not the broad UnClick marketplace server or a planning skill.
Common Questions / FAQ
Who is Untappd MCP for?
Solo developers building apps or content that reference Untappd beer and brewery data who want MCP tools in Claude Code, Cursor, or similar agents.
When should I use Untappd MCP?
During Build integrations when you are prototyping search, detail pages, or activity feeds backed by Untappd.
How do I add Untappd MCP to my agent?
Add a stdio MCP server entry that runs npx @unclick/untappd-mcp and configure your client’s MCP settings per UnClick’s package metadata.