Untappd
Query the Untappd API for beer and brewery information.
Untappd Model Context Protocol Server
This is a simple MCP server written in node to query the Untappd API. Unfortunately they are no longer accepting registrations for new API keys.
Currently only supports 3 tools:
search_beer: This will search Untappd for a beerget_beer_info: This get's the detailed beer info via thebeer_idreturned from a search.get_user_checkins: currently does not work This will return a users checkin's.
Development
Install dependencies:
npm install
Build the server:
npm run build
For development with auto-rebuild:
npm run watch
Installation
To use with Claude Desktop, add the server config:
On MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
On Windows: %APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"untappd-server": {
"command": "/path/to/untappd-server/build/index.js"
}
}
}
Debugging
Since MCP servers communicate over stdio, debugging can be challenging. We recommend using the MCP Inspector, which is available as a package script:
npm run inspector
The Inspector will provide a URL to access debugging tools in your browser.
Related Servers
Perigon MCP Server
Official MCP server for the Perigon API, providing access to real-time news and media data.
Grep App
Search code across public GitHub repositories using the grep.app API.
TMDB MCP Server
Access movie information, search, and recommendations from The Movie Database (TMDB) API.
WebSearch-MCP
Self-hosted Websearch API
Tavily Search
Optimized web search for LLMs using the Tavily Search API.
Web3 Research MCP
A free and local tool for in-depth crypto research.
NS Travel Information MCP Server
Access real-time travel information for the Dutch railways (NS).
Unsplash MCP Server
Search and integrate images from Unsplash using its official API.
Higress AI-Search MCP Server
Provides an AI search tool to enhance AI model responses with real-time search results from various search engines using the Higress ai-search feature.
General MCP Server
An MCP server providing search capabilities for Reddit, YouTube, and Twitter.