Skip to main content
Glama
524,366 tools. Updated 2026-09-06 15:15

"Untappd" matching MCP tools:

  • Post a comment on an Untappd check-in. Preview the comment without publishing, then confirm to make it visible to others.
    MIT
  • 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.
    MIT
  • 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.
    MIT
  • Retrieve recent Untappd check-ins from friends you follow, newest first. Use max_id to page backward through older activity for a read-only feed.
    MIT

Matching MCP Servers

  • A
    license
    Not graded
    quality
    A
    maintenance
    MCP server for Untappd connectivity, enabling beer search with optional limit, offset, and sorting.
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    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.
    45
    362
    MIT
  • Verifies Untappd connectivity and credentials by making a lightweight authenticated request; reports success, server version, and exposed tools to confirm the live build.
    MIT
  • 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.
    MIT
  • 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.
    MIT
  • 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.
    MIT
  • 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.
    MIT
  • 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.
    MIT
  • 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.
    MIT
  • 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.
    MIT
  • 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.
    MIT
  • Pick the best untried beer from a tap list: rank candidate beers by global rating, filter by style, and exclude ones you've already had.
    MIT
  • Retrieve Untappd authentication status: confirms token configuration, source, file path, and tool unlock status. Optionally verify token validity with a single API call.
    MIT
  • Remove a beer from your Untappd wishlist by its beer ID. Preview the removal first, then set confirm to true to delete it from your account.
    MIT