Connector guide2-minute read4 MCP toolsEN · DE · IT

Как подключить Untappd к Gemini — через MCP

Search Untappd's beer database from any AI assistant. Find beers by name, brewery, or style; read beer detail with ratings; look up venues and check-ins. 4 tools, requires free Untappd API client_id + client_secret.

HCBy HelpCode teamUpdated 2 min read Open source on GitHub

No credit card · 7-day trial · Self-host alternative available

Untappd

MCP connector

Untappd

Search Untappd's beer database from any AI assistant. Find beers by name, brewery, or style; read beer detail with ratings; look up venues and check-ins. 4 tools, requires free Untappd API client_id + client_secret.

Tools

4

Region

INTL

Category

Food & Drink

Authentication

Public API

Required env vars

UNTAPPD_CLIENT_IDUNTAPPD_CLIENT_SECRET
Install in one click on Cloud

7-day free trial · No credit card

  • 7-day free trial
    No credit card required
  • GDPR & SOC 2 ready
    EU data residency, audit logs
  • Open-source on GitHub
    Source-available BSL-1.1
  • Works with ChatGPT, Claude, Gemini
    Any MCP-compatible client

Skip the install. Get this working in under 2 minutes.

Start a free trial on cloud.anythingmcp.com, add the Untappd in one click, then point your AI client (Claude, ChatGPT, Copilot or Cursor) at the generated MCP endpoint. No Docker, no git clone, zero engineering experience required.

Start free trial

Summary

Search Untappd's beer database from any AI assistant. Find beers by name, brewery, or style; read beer detail with ratings; look up venues and check-ins. 4 tools, requires free Untappd API client_id + client_secret.

Попробуй спросить

Примеры промптов для Untappd

Кликни по промпту — он скопируется. Вставь в Claude, ChatGPT, Cursor, Gemini, Copilot или OpenClaw и запусти через этот коннектор.

Untappd · live via MCP
Поделиться
Opus 4.7

Claude — это AI, он может ошибаться. Проверяйте ответы.

💡 Без установки? Используй cloud.anythingmcp.com напрямую. Войди, нажми Connectors → Untappd, вставь учётные данные, создай MCP API key — готово. Без Docker, без git clone, без локального сервера.

Untappd + Gemini

Search Untappd's beer database from any AI assistant. Find beers by name, brewery, or style; read beer detail with ratings; look up venues and check-ins. 4 tools, requires free Untappd API client_id + client_secret.

Предварительные требования

Полные инструкции по настройке встроены в коннектор (видны в магазине при выборе коннектора). Требуемые переменные окружения:

UNTAPPD_CLIENT_ID, UNTAPPD_CLIENT_SECRET

Шаг 1 — Получи учётные данные

This connector wraps Untappd's REST API (api.untappd.com/v4).

Setup: Untappd requires a free API client_id + client_secret. Apply for them at https://untappd.com/api/register. Approval is usually fast.

Provide:

  • UNTAPPD_CLIENT_ID — your app's client ID
  • UNTAPPD_CLIENT_SECRET — your app's client secret

What's exposed: public, unauthenticated endpoints (no user OAuth needed for basic search + lookup). For per-user data (your check-ins, your wishlist), you'd need OAuth — not included in this connector.

Rate limits: Untappd publishes 100 req/hour per client. The connector does not auto-retry on 429; respect the limit.

…(continued in the in-app connector instructions)

Шаг 2 — Установи адаптер

git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d

Шаг 3 — Добавь коннектор в Gemini

Gemini CLI читает MCP-серверы из ~/.gemini/settings.json (или %APPDATA%\gemini\settings.json в Windows). Добавь:

{
  "mcpServers": {
    "anythingmcp": {
      "httpUrl": "https://cloud.anythingmcp.com/mcp",
      "headers": { "Authorization": "Bearer YOUR_MCP_API_KEY" }
    }
  }
}
  1. Получи MCP API key в AnythingMCP → Profile → MCP API Keys → New Key.
  2. Сохрани файл и перезапусти gemini.
  3. Запусти /mcp в Gemini CLI — Untappd должен быть доступен.
  4. Vertex AI Studio: передайте https://cloud.anythingmcp.com/mcp в массив tools запроса с тем же Bearer-заголовком.

Доступные инструменты

ToolWhat it does
untappd_search_beerSearch Untappd for beers by free-text query (name, brewery, style)
untappd_get_beerFull detail of one beer by ID — brewery, style, ABV, IBU, ratings, recent check-ins, label
untappd_search_brewerySearch Untappd for breweries by free-text query
untappd_get_breweryFull detail of one brewery by ID — location, beer list, social stats

FAQ

Поддерживают ли Gemini 1.5 Pro или 2.x MCP? Да — Gemini CLI ≥ 0.4 и Vertex AI tools API принимают MCP-коннекторы httpUrl с Bearer-заголовком.

Следующие шаги

Это руководство помогло?

Ready to ship

Your Untappd agent is one click away.

Install the connector, paste the key, prompt Gemini. Free for 7 days, no credit card.

Похожие руководства

connectors

Как подключить Untappd к ChatGPT — через MCP

Search Untappd's beer database from any AI assistant. Find beers by name, brewery, or style; read beer detail with ratings; look up venues and check-ins. 4 tools, requires free Untappd API client_id + client_secret.

connectors

Как подключить Untappd к Claude — через MCP

Search Untappd's beer database from any AI assistant. Find beers by name, brewery, or style; read beer detail with ratings; look up venues and check-ins. 4 tools, requires free Untappd API client_id + client_secret.

connectors

Как подключить Untappd к Cursor — через MCP

Search Untappd's beer database from any AI assistant. Find beers by name, brewery, or style; read beer detail with ratings; look up venues and check-ins. 4 tools, requires free Untappd API client_id + client_secret.

connectors

Untappd в MCP — управляйте Untappd из любого AI-агента

Search Untappd's beer database from any AI assistant. Find beers by name, brewery, or style; read beer detail with ratings; look up venues and check-ins. 4 tools, requires free Untappd API client_id + client_secret.

connectors

Как подключить Asana к Gemini — через MCP

Asana REST API — tasks, projects, sections, milestones, users, teams. Triage assignment, change due dates, query workload, scan project status updates. PAT auth.

connectors

Как подключить GitHub к Gemini — через MCP

GitHub REST + GraphQL — repos, issues, PRs, actions, search, code review, security advisories. Read/write across the user, org, and enterprise scopes via a fine-grained PAT.