Skip to main content
Glama

Untappd MCP Server

by jtucker

Сервер протокола контекста модели Untappd

Это простой сервер MCP, написанный на node для запроса API Untappd . К сожалению, они больше не принимают регистрации для новых ключей 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.

Сервер Model Context Protocol, позволяющий Клоду запрашивать API базы данных пива Untappd для поиска сортов пива и получения подробной информации о пиве.

  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