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.
Máy chủ liên quan
Volcengine Knowledge Base MCP
Provides knowledge base search and dialogue completion using the Volcengine Knowledge Base service. Requires external credential configuration.
Perplexity
Intelligent search, reasoning, and research capabilities powered by Perplexity's AI models.
TripGo
Find transport-related locations, departures, and routes using the TripGo API.
idea-reality-mcp
Pre-build reality check for AI agents. Scans GitHub, HN, npm, PyPI & Product Hunt — returns a 0-100 signal.
Perplexity AI
An MCP server to interact with Perplexity AI's language models for search and conversational AI.
Jina AI Search
Perform semantic, image, and cross-modal searches using Jina AI's neural search capabilities.
Entscheidsuche
Search Swiss legal decisions using the entscheidsuche.ch API.
Local Research MCP Server
A private, local research assistant that searches the web and scrapes content using DuckDuckGo.
Langgraph Deep Search MCP Server
A deep search server powered by LangGraph and the Google Gemini API.
Legislative Yuan API
Search for bills, documents, and meeting records from Taiwan's Legislative Yuan API.