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.
İlgili Sunucular
MCP Advisor
A discovery and recommendation service for exploring MCP servers using natural language queries.
Custom Elasticsearch
A simple MCP server for Elasticsearch, designed for cloud environments where your public key is already authorized.
MCP Deep Research
Performs deep web searches for information using the Tavily API.
BGPT MCP API
Search scientific papers from any MCP tool. Raw experimental data from full-text papers — methods, results, quality scores. 50 free searches, then $0.01/result.
Ollama Deep Researcher
Conducts deep research using local Ollama LLMs, leveraging Tavily and Perplexity for comprehensive search capabilities.
Serper MCP Server
Access Google Search results using the Serper API.
Local Flow
A minimal, local, GPU-accelerated RAG server for document ingestion and querying.
HeadHunter
An MCP server for the HeadHunter API, focusing on job seeker functionalities.
RAG Documentation MCP Server
Retrieve and process documentation using vector search to provide relevant context for AI assistants.
Local RAG Backend
A local RAG backend powered by Docker Compose, supporting various document formats for search.