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
Legal MCP Server
Court records, patent search, trademark lookup, and legal document research
PipeCD Docs
Search and retrieve official PipeCD documentation.
Expert Registry MCP Server
An MCP server for expert discovery, registration, and context injection, utilizing vector and graph databases.
Yandex Search
A web search server that uses the Yandex Search API.
Google Research
Perform advanced web research using Google Search, with intelligent content extraction and multi-source synthesis.
Secant Agent Research Pack
MCP-first paid web research for autonomous agents: search, page extraction, citations, and diff monitoring over x402/Base USDC.
Everything MCP Server
MCP server for Everything (voidtools) file search
hackernews
A simple MCP server that brings Hacker News into your AI workflows. It exposes a set of tools to fetch top stories, individual posts with comments, and the latest Ask HN / Show HN discussions — all in a clean, structured format that’s easy for agents
Ubersuggest
Perform AI-assisted SEO analysis using Neil Patel's Ubersuggest platform.
Local Flow
A minimal, local, GPU-accelerated RAG server for document ingestion and querying.