jtucker_mcp-untappd-server
If you are the rightful owner of jtucker_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 facilitate interactions with the Untappd platform, although new API key registrations are currently closed.
The Untappd Model Context Protocol Server is a Node.js-based server that interfaces with the Untappd API, allowing users to perform specific queries related to beer information. Despite the limitation of not accepting new API key registrations, the server provides a streamlined way to access beer data for existing users. It supports a few key functionalities, such as searching for beers, retrieving detailed beer information, and attempting to access user check-ins. The server is designed for ease of development and debugging, with tools like the MCP Inspector available to assist developers in monitoring and troubleshooting the server's operations.
Features
- Node.js-based server for querying the Untappd API.
- Supports beer search and detailed beer information retrieval.
- Development-friendly with auto-rebuild and debugging tools.
- Integration with Claude Desktop for seamless usage.
- Limited functionality due to API key registration restrictions.
Tools
search_beer
Search Untappd for a beer.
get_beer_info
Retrieve detailed beer information using a beer_id.
get_user_checkins
Attempt to return a user's check-ins, currently non-functional.