tock-mcp
Related Servers
Alternatives to tock-mcp
No user-submitted related servers found.
Related Servers
- AlicenseAqualityCmaintenanceEnables AI agents to search restaurants, check availability, and book reservations on OpenTable, including managing booking history and handling multi-factor authentication.950 npmMIT
- AlicenseAqualityDmaintenanceEnables AI agents to search restaurants, check availability, and book reservations on OpenTable, with persistent sessions and MFA handling.950 npm1MIT
- 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-
- FlicenseNot gradedqualityDmaintenanceEnables restaurant reservation management through SevenRooms API, allowing users to create reservations and query available time slots with guest details and party size information.-
- 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.-
- FlicenseNot gradedqualityNot gradedmaintenanceAn AI-native restaurant discovery service that enables searching and receiving natural language recommendations for over 2,200 restaurants across 15+ US cities. It provides tools for accessing detailed restaurant info, curated lists, and cuisine-specific searches through the Model Context Protocol.-
TDQS
Scored across 8 tools
Each tool has a clearly distinct purpose: listing metros, searching restaurants, fetching venue details, checking availability, managing reservations, profile retrieval, verification, and diagnostics. Even related tools like list_reservations and verify_reservation are cleanly separated by intent.
All tools share a consistent 'tock_' prefix and follow a verb_noun pattern (list_metros, search_restaurants, get_restaurant, get_availability, list_reservations, get_profile, verify_reservation). The only deviation is tock_healthcheck, which is a compound noun but still clear and consistent in style.
8 tools is well-scoped for a reservation browsing and verification MCP. Each tool covers a necessary operation without bloat, and the count aligns with typical high-quality servers.
The tool surface covers the full read-only lifecycle: discover metros, search restaurants, get details, check availability, manage user reservations, verify bookings, and retrieve profile. Booking is intentionally omitted, so there are no dead ends for the server's stated purpose.