
Untappd
Expose Untappd brewery, beer, and check-in API operations to your agent while building a social, map, or content feature.
Overview
Untappd MCP is a Build-phase MCP server for the integrations subphase that exposes Untappd API tools to AI coding agents over stdio.
What is this MCP server?
- Untappd API tools for AI agents via untappd-mcp-server v1.0.2
- Requires UNTAPPD_CLIENT_ID and UNTAPPD_CLIENT_SECRET (Untappd API app credentials)
- stdio transport npm package for standard MCP clients
- GitHub: darrenjrobinson/untappd-mcp-server
- Niche social API bridge for beer check-in and venue data features
- Package version 1.0.2
- npm identifier untappd-mcp-server
- Transport: stdio
What problem does it solve?
You are building an Untappd-powered feature but iterating on API calls from the agent means constant manual curl or SDK setup.
Who is it for?
Indie devs building beer-social, event, or local-discovery prototypes that officially integrate Untappd’s API.
Skip if: SaaS products with no Untappd dependency, or builders who need production analytics instead of API exploration.
What do I get? / Deliverables
With client credentials configured, your agent can call Untappd MCP tools while you implement search, check-in, or venue features in your app.
- MCP-registered Untappd API tool surface for the agent
- Credential-backed stdio server configuration
- Faster iteration on Untappd-backed features during build
Recommended MCP Servers
Journey fit
Untappd is a third-party API integration you add during product build, not a growth or launch distribution channel by itself. Integrations is canonical because the server wraps Untappd OAuth client credentials into MCP tools for agent-driven API exploration and feature wiring.
How it compares
Untappd REST API MCP wrapper, not a marketing or ASO skill.
Common Questions / FAQ
Who is io.github.darrenjrobinson/untappd for?
It is for developers building apps that use Untappd data who want their coding agent to call Untappd API operations through MCP during integration work.
When should I use io.github.darrenjrobinson/untappd?
Use it in the build phase while wiring backend or mobile integrations that depend on Untappd client credentials and REST endpoints.
How do I add io.github.darrenjrobinson/untappd to my agent?
Create an Untappd API app, set UNTAPPD_CLIENT_ID and UNTAPPD_CLIENT_SECRET, install untappd-mcp-server from npm, and add the stdio MCP entry to your agent configuration.