mcpserver.lol
registry/tableall-mcp
Connection check verified live · 28h ago

tableall-mcp

Access Japan's finest Michelin-starred restaurants. Search, check availability, and browse menus.

Tools 10
GitHub stars
Installs / wk
Licence
Transport sse
Last checked 28h ago

Tools & capabilities

10 tools

Read from the running server on 28h ago.

check_availability read-only end_datenum_peoplestart_dateby_menu_itemrestaurant_iddaily_or_minutes
Check real-time availability for one specific restaurant within a date range. Returns all openings for that restaurant; it does not filter by time of day. Use when you already kno…
create_reservation email*phonecountrydislikesai_client*allergies +9
Create a direct reservation for a specific available opening (opening_id required). Use after check_availability has returned an opening and the user has chosen which opening_id t…
create_reservation_request dates*email*phonecommentcountrydislikes +15
Submit a reservation request for a selected restaurant, dates, time range, and party size. Use after check_availability or search_available_restaurants has been run and the user co…
get_cancellation_policies read-only course_idrestaurant_id*
Read-only: retrieve a restaurant's cancellation policy. This tool only reads policy data; it does not cancel or modify any reservation. Safe to call repeatedly. Use when the user…
get_reservation_request_status read-only session_id*access_token*
Check the status of a reservation request by session ID. Requires the access_token that was returned in the create_reservation_request response. You MUST have stored the access_to…
get_reservation_status read-only session_id*access_token*
Check the status of a reservation by session ID. Requires the access_token that was returned in the create_reservation response. You MUST have stored the access_token from the cre…
get_restaurant_details read-only restaurant_id*
Get the full profile of one specific restaurant: untrimmed description, booking_rules, booking_tips, address, operating_hours, seating, and starting price. Use when the user names…
get_restaurant_menu read-only restaurant_id*
Get the menu for a specific restaurant: an array of course names and their prices. Use when the user asks about a specific restaurant's menu, courses, or course pricing. This too…
search_available_restaurants read-only areagenrelimitoffsetend_date*num_people +2
Search across multiple restaurants for availability within a date range. Returns restaurants that have openings, filterable by prefecture, area, genre, and party size. Use when th…
search_restaurants read-only areagenreoffsetprefecture
Browse restaurants by region, cuisine, or area. Returns a directory-style list with name, location, Michelin stars, and starting price. Does not include real-time availability — fo…