Connector guide3-minute read4 MCP toolsEN · DE · IT

Cómo conectar OpenTable a Claude — via MCP

Search restaurants on OpenTable from any AI assistant. Find restaurants near a coordinate, read full restaurant detail (menu, hours, photos, reviews), check live table availability for a given party size and time window. 4 tools, no auth — reverse-engineered from the OpenTable mobile app.

HCBy HelpCode teamUpdated 3 min read Open source on GitHub

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

OpenTable

MCP connector

OpenTable

Search restaurants on OpenTable from any AI assistant. Find restaurants near a coordinate, read full restaurant detail (menu, hours, photos, reviews), check live table availability for a given party size and time window. 4 tools, no auth — reverse-engineered from the OpenTable mobile app.

Tools

4

Region

INTL

Category

Food & Drink

Authentication

Public API

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 OpenTable 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 restaurants on OpenTable from any AI assistant. Find restaurants near a coordinate, read full restaurant detail (menu, hours, photos, reviews), check live table availability for a given party size and time window. 4 tools, no auth — reverse-engineered from the OpenTable mobile app.

Prueba a pedir

Prompts de ejemplo para OpenTable

Haz clic en un prompt para copiarlo. Pégalo en Claude, ChatGPT, Cursor, Gemini, Copilot u OpenClaw para ejecutarlo contra este conector.

OpenTable · live vía MCP
Compartir
Opus 4.7

Claude es IA y puede equivocarse. Verifica siempre las respuestas.

💡 ¿Sin instalación? Usa cloud.anythingmcp.com directamente. Inicia sesión, pulsa Connectors → OpenTable, pega tus credenciales, genera una MCP API key — listo. Sin Docker, sin git clone, sin servidor local.

OpenTable + Claude

Search restaurants on OpenTable from any AI assistant. Find restaurants near a coordinate, read full restaurant detail (menu, hours, photos, reviews), check live table availability for a given party size and time window. 4 tools, no auth — reverse-engineered from the OpenTable mobile app.

Requisitos previos

Las instrucciones de configuración completas están incluidas en el conector (visibles en el store al seleccionarlo). Las variables de entorno requeridas:

(none — public API)

Paso 1 — Obtener credenciales

This connector wraps the OpenTable mobile app's internal API (mobile-api.opentable.co.uk).

Setup: nothing. The endpoints exposed here are the same the OpenTable iOS app uses for restaurant discovery; they do not require an API key or user login.

What it does NOT do: complete reservations. OpenTable's reservation-completion flow requires a logged-in session + payment-method-on-file + bot-detection checks that we deliberately don't automate. Use this connector to find the right restaurant and slot; book in the OpenTable app or web site.

Geo coordinate: latitude and longitude as floats. Use 48.0707,7.8674 for Freiburg, 41.3851,2.1734 for Barcelona, 40.7128,-74.0060 for NYC.

…(continued in the in-app connector instructions)

Paso 2 — Instalar el adapter

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

Paso 3 — Añade el connector OpenTable a Claude

Cinco clics en dos pestañas — recorremos cada pantalla. Necesitas la URL del servidor MCP del Paso 2 y tu login de AnythingMCP a mano.

1. Abre Customize → Connectors en Claude

En Claude ve a Customize → Connectors (claude.ai/customize/connectors) y haz clic en el botón + arriba a la derecha.

Panel Customize de Claude con botón más resaltado
En Claude · claude.ai/customize/connectors

Disponible en Claude Pro, Team, Enterprise.

2. Pega la URL del servidor MCP

Pega la URL del Paso 2 — https://cloud.anythingmcp.com/mcp/<tu-id>. Sin nombre, sin auth header, sin ajustes avanzados: solo la URL. Luego pulsa Add.

Diálogo Add custom connector con la URL pegada
En Claude · diálogo Add custom connector

Cada connector tiene su URL única — privada y revocable.

3. Pulsa Connect

El connector aparece con el icono de AnythingMCP. Claude muestra "You are not connected to AnythingMCP yet." Haz clic en Connect — Claude abre AnythingMCP en una nueva pestaña.

Vista detalle del connector en Claude con botón Connect resaltado
En Claude · vista detalle del connector

4. Autoriza a Claude en AnythingMCP

Inicia sesión con tus credenciales de AnythingMCP. Una vez por navegador; la sesión persiste.

Pantalla Sign In de AnythingMCP
En AnythingMCP · cloud.anythingmcp.com/oauth/authorize

Tu contraseña nunca llega a Claude — handshake OAuth estándar.

5. Todas las herramientas OpenTable aparecen en Claude

Claude auto-descubre todas las herramientas OpenTable. Por herramienta: permitir siempre, preguntar cada vez o nunca. Listo.

Panel Connectors de Claude con el connector conectado y herramientas listadas
En Claude · herramientas OpenTable descubiertas

Listo — empieza. Prueba: "Encuéntrame un restaurante cerca de Milán Centrale para mañana a las 20:00, 4 personas, cocina italiana menos de €40 por persona." Claude descubrirá las herramientas y las llamará por sí solo.

Herramientas disponibles

ToolWhat it does
opentable_search_restaurantsSearch OpenTable restaurants near a coordinate, with optional filters for party size, date/time, cuisine, and price
opentable_get_restaurantFull detail of one OpenTable restaurant — name, address, cuisine, hours, menu URL, photos, reviews summary, price band, dress code, parking,
opentable_check_availabilityCheck live table availability at one or more OpenTable restaurants for a given party size and date/time
opentable_autocompleteAutocomplete restaurant or location names

FAQ

¿Funciona con Claude Code igual que con Claude Desktop? Sí — apunta ambos a https://cloud.anythingmcp.com/mcp.

Siguientes pasos

¿Te ha sido útil esta guía?

Ready to ship

Your OpenTable agent is one click away.

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

Guías relacionadas

connectors

Cómo conectar OpenTable a ChatGPT — via MCP

Search restaurants on OpenTable from any AI assistant. Find restaurants near a coordinate, read full restaurant detail (menu, hours, photos, reviews), check live table availability for a given party size and time window. 4 tools, no auth — reverse-engineered from the OpenTable mobile app.

connectors

Cómo conectar OpenTable a Cursor — via MCP

Search restaurants on OpenTable from any AI assistant. Find restaurants near a coordinate, read full restaurant detail (menu, hours, photos, reviews), check live table availability for a given party size and time window. 4 tools, no auth — reverse-engineered from the OpenTable mobile app.

connectors

Cómo conectar OpenTable a Gemini — via MCP

Search restaurants on OpenTable from any AI assistant. Find restaurants near a coordinate, read full restaurant detail (menu, hours, photos, reviews), check live table availability for a given party size and time window. 4 tools, no auth — reverse-engineered from the OpenTable mobile app.

connectors

OpenTable a MCP — Pilota OpenTable desde cualquier agente IA

Search restaurants on OpenTable from any AI assistant. Find restaurants near a coordinate, read full restaurant detail (menu, hours, photos, reviews), check live table availability for a given party size and time window. 4 tools, no auth — reverse-engineered from the OpenTable mobile app.

connectors

Cómo conectar Asana a Claude — via MCP

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

connectors

Cómo conectar GitHub a Claude — via 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.