mcp-untappd-server
0
The Untappd Model Context Protocol Server is designed to interact with the Untappd API, facilitating functionalities like beer search and information retrieval. However, new API key registrations are currently closed, but existing data can still be accessed.
Untappd Model Context Protocol Server
A simple MCP server built with Node.js to interact with the Untappd API. It supports three tools: search for a beer, retrieve detailed beer information through a beer ID, and check user check-ins (currently not functional). Although new API key registrations are closed, this server facilitates interaction with existing Untappd data.
Features
- Query Untappd for beer searches.
- Obtain detailed beer information using a beer ID.
- User check-in retrieval (currently not operational).
Development
- Install dependencies using npm.
- Build and develop the server with auto-rebuild capabilities.
Installation
- Compatible with Claude Desktop integration.
Debugging
- Challenges due to communication over stdio can be alleviated using the MCP Inspector tool.