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.
Serveurs connexes
arXiv LaTeX
Fetches and processes arXiv papers using LaTeX source for accurate equation handling.
Memvid
Encodes text data into videos that can be quickly looked up with semantic search.
Google Search
Web search and webpage content extraction using the Google Custom Search API.
Ferengi Rules of Acquisition
Provides the Ferengi Rules of Acquisition with powerful search and retrieval capabilities.
MCP Servers Search
Search and discover available MCP servers from the official repository.
YouTube
Search YouTube videos and retrieve their transcripts using the YouTube API.
Ragie
An MCP server for accessing Ragie's knowledge base retrieval capabilities.
ContextMCP
A self-hosted MCP server that indexes documentation from various sources and serves it to AI Agents with semantic search.
OpenAI WebSearch
Provides web search functionality for AI assistants using the OpenAI API, enabling access to up-to-date information.
PortOne Global MCP Server
Search and read PortOne documentation, including API schemas and product guides.