opentable-mcp
Related Servers
Alternatives to opentable-mcp
No user-submitted related servers found.
Related Servers
- AlicenseAqualityDmaintenanceEnables AI agents to search restaurants, check availability, and book reservations on OpenTable, with persistent sessions and MFA handling.9451MIT
- AlicenseAqualityCmaintenanceEnables AI agents to search restaurants, check availability, and book reservations on OpenTable, including managing booking history and handling multi-factor authentication.945MIT
- FlicenseBqualityFmaintenanceEnables users to search, check availability, and book restaurant reservations across Resy and OpenTable platforms. It supports direct booking for Resy and includes an automated reservation 'sniper' for securing high-demand slots the moment they become available.124-
- AlicenseAqualityAmaintenanceManage Resy reservations via natural language: search restaurants, book tables, and manage reservations, favorites, and Priority Notify.151,1101MIT
- FlicenseNot gradedqualityCmaintenanceEnables AI agents and clients to check table availability and book restaurant reservations for a given date, time, and party size, returning either a confirmed booking or the nearest alternative slots. It also supports idempotent retries so replayed requests return the original reservation rather than double-booking a table.-
- AlicenseNot gradedqualityBmaintenanceEnables managing restaurant reservations over Streamable HTTP, with tools for booking, checking availability, cancelling, resources for reservation data, and prompts for drafting confirmations.MIT
TDQS
Scored across 14 tools
Each tool targets a distinct resource and action: profile, favorites, restaurant search/details, slots, previews, booking actions, and health checks. The preview/book and modify_preview/modify pairs are clearly separated by descriptions and token flow, so an agent should not confuse them.
The tool names are almost uniformly `opentable_verb_noun` and easy to predict, with clear patterns like add/remove/list for favorites and book/modify/cancel for reservations. The minor exception is `opentable_healthcheck`, which is a noun rather than a verb-noun action, and `book`, `modify`, and `cancel` omit explicit objects.
Fourteen tools is well within a reasonable scope and each tool earns its place in the OpenTable domain. The count covers search, restaurant details, favorites, availability, booking, modification, cancellation, and diagnostics without feeling bloated.
The reservation lifecycle is fully covered: list, preview, book, modify, and cancel, with previews handling required tokens and edge cases. Favorites have list/add/remove, restaurants have search/detail, and profile retrieval plus healthcheck round out the surface with no obvious dead ends.