ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use OpenTable Partner API with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. OpenTable partner APIs as an MCP: real-time table availability, booking policies, reservation feeds, guest CRM sync, POS data and diner reviews. official platf

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 6 capabilities

The complete OpenTable Partner API capability set.

These are the exact actions your AI can choose when you ask it to work with OpenTable Partner API.

Capability set01 / 02

01-03

3 capabilities in this set.

Part of 6 available through OpenTable Partner API.

  1. 01

    Get pos data

    Requires POS integration on the restaurant. Get POS data linked to reservations (orders, tickets, spend)

  2. 02

    Get availability

    Include_experiences=true adds special experiences; require_attributes filters table types. rid comes from your partner dashboard (e.g. 1038007). Get real-time table availability for a restaurant (slots per party size)

  3. 03

    Get booking policies

    Get booking policies of a restaurant for a specific time slot (rules, cancellation, deposit)

Capability set02 / 02

04-06

3 capabilities in this set.

Part of 6 available through OpenTable Partner API.

  1. 04

    List reservations

    Pagination via limit/offset. Partner/POS integration scope. List reservations for a restaurant in a scheduled-time window (live booking feed)

  2. 05

    List guests

    Email_optin=true returns only opt-in guests. Use updated_after for deltas instead of full pulls. List guest profiles synced from OpenTable (CRM sync, email opt-in filter)

  3. 06

    Get restaurant reviews

    Requires the Reviews product. Get restaurant review summary and latest reviews from the OpenTable network

One connector, every AI

OpenTable Partner API works with the most popular AI clients.

These are the most popular clients, each with a step-by-step guide: one link, set up once, with governance and visibility built in. And because everything runs on the MCP standard, the same connection also works in any other compatible client — nothing to rebuild.

Building your own app? The connector is yours to use.

You don't need a client to put OpenTable Partner API to work: the same hosted connection plugs into your own applications and agent code, with the same governance on every request. Build with it, chat with it — one connection for both.

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 6 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of OpenTable Partner API, so you can see the experience inside your AI.

It does not authenticate your account with OpenTable Partner API. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

OpenTable Partner API Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_ppnOO07qdPteNKAUY4msu2oHpFiQucWKD7J9eqaT/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — OpenTable Partner API capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "opentable-partner-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_ppnOO07qdPteNKAUY4msu2oHpFiQucWKD7J9eqaT/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

Guided setup for Claude? link.label

See all the AI clients this connector works with ↑

FAQ

Questions OpenTable Partner API owners ask.

  • 01

    How do I get OpenTable API credentials?

    Access is partner-gated: restaurants and POS/tech integrators join the OpenTable partner network (opentable.com/restaurant-solutions/api-partners). After approval, your app receives a Client ID + Client Secret; the OAuth client_credentials flow mints the Bearer token.

  • 02

    How does the guest CRM sync scale?

    Use updated_after with the timestamp of your last successful sync. the API returns only changed profiles (deltas), with limit/offset paging. This avoids full pulls and keeps your CRM in sync efficiently.