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.
Servidores relacionados
MCP-MCP
A meta-server for discovering and provisioning other MCP servers from a large database.
Ubersuggest
Perform AI-assisted SEO analysis using Neil Patel's Ubersuggest platform.
Manticore Search
Provides access to Manticore Search, an open-source database for real-time, full-text search.
mxHERO Multi-Account Email Search
Search across multiple email accounts using mxHERO's vector search service.
Skiplagged Flights Search
Skiplagged MCP Server for flight search, hotel booking, and travel planning
Rememberizer MCP Server for Common Knowledge
Access personal and team knowledge repositories, including documents and Slack discussions.
Search MCP Server
A versatile search server supporting multiple search engines, including Brave, Metaso, and Bocha.
Perplexity MCP Server
Adds Perplexity AI as a tool provider for Claude Desktop.
Search Intent MCP
Analyzes user search keyword intent for SEO support using the AI Search Intent API.
Naver Directions
Provides directions, place search, and geocoding features using the Naver Maps API.