Skip to main content
Glama
360,549 tools. Last updated 2026-08-01 13:57

"Untappd" matching MCP tools:

Matching MCP Servers

  • A
    license
    A
    quality
    B
    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.
    Last updated
    45
    826
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    A Model Context Protocol server that allows Claude to query the Untappd beer database API for searching beers and retrieving detailed beer information.
    Last updated
    GPL 3.0
  • Verify Untappd connectivity and credential validity with a lightweight authenticated request, reporting server version and available tools.
    MIT
  • 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.
    MIT
  • 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.
    MIT
  • Parse an untappd.com URL to extract the entity type, id, and the name of the next tool to call. Local, read-only, no network required.
    MIT
  • 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.
    MIT
  • Send a friend request to an Untappd user by providing their user ID. Set confirm=true to execute; without it, a preview is returned.
    MIT
  • Syncs a user's complete list of distinct beers with ratings and timestamps into the cache. Uses resumable offset-paged fetching for efficiency.
    MIT
  • 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.
    MIT
  • Retrieve and filter cached check-ins by brewery, style, venue, rating, or date range. Supports sorting and limits, using cache only without API calls.
    MIT