MCP Opentable MCP Server

Restaurant discovery and autonomous reservations via OpenTable. Let your AI agent search dining options, check real-time availability, and book

Remote serverstreamable-http

What is the MCP Opentable MCP server?

If you already use MCP Opentable, the mcp opentable mcp server is the piece that lets your assistant work with it directly. Restaurant discovery and autonomous reservations via OpenTable. Let your AI agent search dining options, check real-time availability, and book tables. Persistent session management for travel agents and personal AI assistants.

What the server does

Part of Strider Labs — action execution for personal AI agents.

  • 🔍 Search restaurants by cuisine, location, and rating
  • Check availability for specific times and party sizes
  • 📅 Make reservations with one-click confirmation
  • 📝 View booking history and manage reservations
  • 🏷️ Filter by price, cuisine, and dining style
  • 🔐 Persistent sessions - stay logged in across restarts

Installation

Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • Status — ** ✅ Live in production
  • Reliability — ** 85%+ task completion rate
  • Discovery — ** npm, Claude Plugins, , ClawHub, PulseMCP
  • `` — ** [Strider Labs OpenTable](
  • User-controlled — ** Your agent only accesses your own OpenTable account
  • Session-based — ** We store your login session securely, not your password
  • Change-aware — ** We detect OpenTable UI changes and alert immediately
  • Fingerprinting — ** We use realistic browser profiles to avoid bot detection
  • Rate-limited — ** We respect OpenTable's infrastructure with appropriate delays
  • Component — Version
  • Node.js — 18+
  • Security — The Security tool exposed by this server

Worth knowing first

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • With 12 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch MCP Opentable.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Where it fits

Plenty of browser automation servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. MCP Opentable's toolset — Status, Reliability, Discovery and 9 more — is a fair guide to whether it matches your workflow. It is maintained by markswendsen-code; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Available tools

ToolWhat it does
Status** ✅ Live in production
Reliability** 85%+ task completion rate
Discovery** npm, Claude Plugins, mcpservers.org, ClawHub, PulseMCP
mcpservers.org** [Strider Labs OpenTable](https://mcpservers.org/servers/strider-labs-opentable)
User-controlled** Your agent only accesses your own OpenTable account
Session-based** We store your login session securely, not your password
Change-aware** We detect OpenTable UI changes and alert immediately
Fingerprinting** We use realistic browser profiles to avoid bot detection
Rate-limited** We respect OpenTable's infrastructure with appropriate delays
ComponentVersion
Node.js18+
SecurityThe Security tool exposed by this server.

How to install the MCP Opentable MCP server

{
  "mcpServers": {
    "opentable": {
      "command": "npx",
      "args": ["-y", "@striderlabs/mcp-opentable"]
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use MCP Opentable to Status.
  • Use MCP Opentable to Reliability.
  • Use MCP Opentable to Discovery.

Frequently asked questions

It connects MCP Opentable to MCP-compatible AI assistants such as Claude and Cursor, exposing 12 tools (Status, Reliability, Discovery, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with MCP Opentable directly.