A Model Context Protocol server
A Model Context Protocol server. That is what the mcp untappd server mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.
This is a simple MCP server written in node to query the Untappd API. Unfortunately they are no longer accepting registrations for new API keys.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
The server publishes 4 tools. What each one is for:
search_beer — This will search Untappd for a beerget_beer_info — This get's the detailed beer info via the beer_id returned from a searchget_user_checkins — currently does not work This will return a users checkin'sDebugging — Since MCP servers communicate over stdio, debugging can be challenging. We recommend using the [MCPPlenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. MCP Untappd Server's toolset — search_beer, get_beer_info, get_user_checkins and 1 more — is a fair guide to whether it matches your workflow. It is maintained by jtucker; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| search_beer | This will search Untappd for a beer |
| get_beer_info | This get's the detailed beer info via the beer_id returned from a search. |
| get_user_checkins | _currently does not work_ This will return a users checkin's. |
| Debugging | Since MCP servers communicate over stdio, debugging can be challenging. We recommend using the [MCP Inspector](https://github.com/modelcontextprotocol/inspector), which is available as a package script: |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.