An MCP server that interfaces with Untappd's mobile API to search beers, breweries, venues, and user data, and to post check-ins, toasts, and comments using your own account.
A Model Context Protocol server that allows Claude to query the Untappd beer database API for searching beers and retrieving detailed beer information.
Determine if a user has had a beer using cached check-in data. Provides times had, best rating, last date, and which sources matched without calling the API.
Fetch a venue's complete verified beer menu, walking through multiple menu sections to avoid under-reporting. Returns a flat list with beer details including name, brewery, style, ABV, price, and serving type.
Fetch and cache Untappd check-ins incrementally by paging backward. Run repeatedly until backfill is complete; for other users, only ~50 recent check-ins are synced.
Filter a list of beer IDs to return only beers you have not yet checked in, using cached data. Helps identify new beers on a venue menu, brewery lineup, or festival list.