Restaurant discovery and autonomous reservations via OpenTable. Let your AI agent search dining options, check real-time availability, and book
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.
Part of Strider Labs — action execution for personal AI agents.
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.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
Status — ** ✅ Live in productionReliability — ** 85%+ task completion rateDiscovery — ** npm, Claude Plugins, , ClawHub, PulseMCPUser-controlled — ** Your agent only accesses your own OpenTable accountSession-based — ** We store your login session securely, not your passwordChange-aware — ** We detect OpenTable UI changes and alert immediatelyFingerprinting — ** We use realistic browser profiles to avoid bot detectionRate-limited — ** We respect OpenTable's infrastructure with appropriate delaysComponent — VersionNode.js — 18+Security — The Security tool exposed by this serverPlenty 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.
| Tool | What 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 |
| Component | Version |
| Node.js | 18+ |
| Security | The Security tool exposed by this server. |
{
"mcpServers": {
"opentable": {
"command": "npx",
"args": ["-y", "@striderlabs/mcp-opentable"]
}
}
}Configuration as documented by the project. Restart the client after saving.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
Industrial-strength web extraction — render, scrape, crawl and search entire sites into clean markdown.
The original Chromium automation reference server — simple, screenshot-driven browser control.
Give your coding agent the full DevTools toolbox: traces, network, console, heap snapshots and Lighthouse.
Puppeteer-powered browser control that drives pages from the accessibility tree instead of pixels.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.