mcp-untappd-server

mcp-untappd-server

3.1

If you are the rightful owner of mcp-untappd-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Untappd Model Context Protocol Server is a simple MCP server written in Node.js to query the Untappd API. It is designed to interact with the Untappd platform, although new API key registrations are currently not accepted.

The Untappd Model Context Protocol Server is a Node.js-based server that facilitates interaction with the Untappd API, a popular platform for beer enthusiasts. The server allows users to search for beers, retrieve detailed beer information, and attempt to access user check-ins, although the latter functionality is currently non-operational. The server is designed to be integrated with other platforms, such as Claude Desktop, and offers development tools for building and debugging. Despite the limitation on new API key registrations, the server provides a useful interface for existing users to interact with the Untappd API through a structured protocol.

Features

  • Node.js-based server for querying the Untappd API.
  • Supports beer search and detailed beer information retrieval.
  • Integration capability with platforms like Claude Desktop.
  • Development tools for building and debugging.
  • Limited by current API key registration restrictions.

Tools

  1. search_beer

    Search Untappd for a beer.

  2. get_beer_info

    Retrieve detailed beer information using the beer_id from a search.

  3. get_user_checkins

    Attempt to return a user's check-ins, currently non-functional.