Skip to main content
Glama

Untappd MCP Server

by jtucker

Untappd モデルコンテキストプロトコルサーバー

これは、Untappd API をクエリするためにnodeで書かれたシンプルな MCP サーバーです。残念ながら、新しい API キーの登録は受け付けていません。

現在、次の 3 つのツールのみをサポートしています。

  • search_beer : Untappdでビールを検索します
  • get_beer_info : 検索から返されたbeer_idを介して詳細なビール情報を取得します。
  • get_user_checkins :*現在は機能しません。*これはユーザーのチェックインを返します。

発達

依存関係をインストールします:

npm install

サーバーを構築します。

npm run build

自動リビルドを使用した開発の場合:

npm run watch

インストール

Claude Desktop で使用するには、サーバー設定を追加します。

MacOS の場合: ~/Library/Application Support/Claude/claude_desktop_config.json Windows の場合: %APPDATA%/Claude/claude_desktop_config.json

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

デバッグ

MCPサーバーはstdio経由で通信するため、デバッグが困難になる場合があります。パッケージスクリプトとして提供されているMCP Inspectorの使用をお勧めします。

npm run inspector

インスペクターは、ブラウザでデバッグ ツールにアクセスするための URL を提供します。

-
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.

Claude が Untappd ビール データベース API をクエリしてビールを検索し、詳細なビール情報を取得できるようにするモデル コンテキスト プロトコル サーバー。

  1. 発達
    1. インストール
      1. デバッグ

    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

    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