Resolve a Foursquare venue ID into an Untappd venue to fetch its info and activity. Converts Foursquare identifiers from check-ins into Untappd venue IDs for further queries.
Retrieve detailed beer information by Untappd beer ID: description, style, ABV, IBU, brewery, rating, and total check-ins. Use full view to include recent activity.
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.
Verifies Untappd connectivity and credentials by making a lightweight authenticated request; reports success, server version, and exposed tools to confirm the live build.
Check if a user has checked in a beer using cached Untappd data only, without API calls. Returns match status, times had, best rating, last date, and source freshness to identify incomplete data.
Retrieve a venue's complete verified beer menu by walking through all menu sections, returning a flat list of beers with details. If more pages remain, provides a resume offset for continuation.
Resolve any Untappd URL into its entity type and ID, then get the recommended tool for follow-up. Works locally with no network request and no data changes.
Syncs a user's Untappd check-ins into a local cache incrementally, paging through history while preserving progress. Use repeatedly until all check-ins are cached; supports forced re-sync if needed.
Send a friend request to another Untappd user by UID. Preview the action first without confirm; set confirm: true to actually send and notify the recipient.
Fetch a user's complete distinct-beer list with ratings and dates, paging resumably until fully cached. Keeps has-had lookups fast and avoids repeated full scans.
Filter beer IDs to show only ones you have not had, using cached Untappd data with no API call. Also returns had counts and cache freshness for incomplete-coverage warnings.
Query cached check-ins by brewery, style, venue, minimum rating, or date range, with sorting and limit—all from local cache, no API call. Sync first to populate.
Retrieve Untappd authentication status: confirms token configuration, source, file path, and tool unlock status. Optionally verify token validity with a single API call.