Skip to main content
Glama

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

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
      3
      • Apple
    • -
      security
      F
      license
      -
      quality
      A Model Context Protocol server that allows Claude to make API requests on your behalf, providing tools for testing various APIs including HTTP requests and OpenAI integrations without sharing your API keys in the chat.
      Last updated -
      • Linux
      • Apple
    • A
      security
      A
      license
      A
      quality
      A Model Context Protocol server that provides DuckDuckGo search functionality for Claude, enabling web search capabilities through a clean tool interface with rate limiting support.
      Last updated -
      1
      290
      58
      MIT License
      • Apple
    • A
      security
      A
      license
      A
      quality
      A Model Context Protocol server that enables Claude to perform advanced web research with intelligent search queuing, enhanced content extraction, and deep research capabilities.
      Last updated -
      3
      12
      1
      MIT License
      • Apple

    View all related MCP servers

    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