Untappd MCP Server

by jtucker

Integrations

  • Provides tools for searching beers, retrieving detailed beer information, and (though currently non-functional) accessing user check-ins through the Untappd API.

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

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.

-
security - not tested
F
license - not found
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

Ein Model Context Protocol-Server, der es Claude ermöglicht, die API der Untappd-Bierdatenbank abzufragen, um nach Bieren zu suchen und detaillierte Bierinformationen abzurufen.

  1. Entwicklung
    1. Installation
      1. Debuggen

    Related MCP Servers

    • A
      security
      F
      license
      A
      quality
      A Model Context Protocol server that enables searching and retrieving information from DevRev using its APIs with Claude.
      Last updated -
      2
      2
      Python
      • Apple
    • -
      security
      F
      license
      -
      quality
      A Model Context Protocol server that provides language models with access to personal Whoop fitness data, allowing queries for cycles, recovery, strain, and workout information from the Whoop API.
      Last updated -
      2
      Python
      • Apple
    • -
      security
      A
      license
      -
      quality
      A Model Context Protocol server that enables Claude to interact with the ConnectWise Manage API to perform operations like retrieving, creating, updating, and deleting tickets, companies, contacts, and other entities.
      Last updated -
      JavaScript
      MIT License
      • Apple
    • -
      security
      A
      license
      -
      quality
      A Model Context Protocol server that provides seamless interaction with Workato's API through custom AI tools, enabling management of recipes, connections, connectors, folders, and activity logs.
      Last updated -
      TypeScript
      MIT License
      • Apple
      • Linux

    View all related MCP servers

    ID: hwgov5waxd