Skip to main content
Glama
jtucker

Untappd MCP Server

by jtucker

Untappd Model Context Protocol Server

Dies ist ein einfacher MCP-Server, der in node geschrieben wurde, um die Untappd-API abzufragen. Leider werden keine Registrierungen für neue API-Schlüssel mehr akzeptiert.

Derzeit werden nur 3 Tools unterstützt:

  • search_beer : Dies durchsucht Untappd nach einem Bier

  • get_beer_info : Ruft die detaillierten Bierinformationen über die von einer Suche zurückgegebene beer_id ab.

  • get_user_checkins : funktioniert derzeit nicht. Dies gibt die Check-ins eines Benutzers zurück.

Entwicklung

Installieren Sie Abhängigkeiten:

npm install

Erstellen Sie den Server:

npm run build

Für die Entwicklung mit automatischem Rebuild:

npm run watch

Related MCP server: Beatport MCP Server

Installation

Zur Verwendung mit Claude Desktop fügen Sie die Serverkonfiguration hinzu:

Unter MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json Unter Windows: %APPDATA%/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "untappd-server": {
      "command": "/path/to/untappd-server/build/index.js"
    }
  }
}

Debuggen

Da MCP-Server über stdio kommunizieren, kann das Debuggen eine Herausforderung darstellen. Wir empfehlen die Verwendung des MCP Inspector , der als Paketskript verfügbar ist:

npm run inspector

Der Inspector stellt eine URL für den Zugriff auf Debugging-Tools in Ihrem Browser bereit.

A
license - permissive license
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • BGG MCP provides access to the BoardGameGeek API through the Model Context Protocol, enabling retr…

  • A Model Context Protocol server for Wix AI tools

  • A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jtucker/mcp-untappd-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server