This MCP server provides a bridge to the Untappd API, enabling AI assistants to search for beers, retrieve detailed beer information, and access user check-ins. Developed by jtucker, it offers three main tools: search_beer, get_beer_info, and get_user_checkins. The server is built with Node.js and TypeScript, and includes features for easy development and debugging. It's designed for use cases requiring beer-related data retrieval and analysis.
Aún no hay reseñas. ¡Sé el primero en reseñar!
Inicia sesión para unirte a la conversación
This will search Untappd for a beer.
This gets the detailed beer info via the `beer_id` returned from a search.
This will return a user's checkins. (currently does not work)