easyTable restaurant reservations for Claude β availability, and create/modify/cancel bookings
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
An MCP server for easyTable restaurant reservations. easyTable is a
restaurant table-booking system with a public per-restaurant widget at
https://book.easytable.com/book/?id=<restaurantId>.
Every request rides the user's own signed-in, Cloudflare-cleared
book.easytable.com browser tab via the
@fetchproxy/server bridge β the
site blocks server-side requests, and there is no login (the restaurant is
identified by its id).
This project was developed and is maintained by AI (Claude Code). Use at your own discretion.
| Tool | Kind |
|---|---|
easytable_list_types | read β bookable areas/types for a restaurant |
easytable_list_dates | read β bookable dates for an area + party size |
easytable_list_times | read β available time slots |
easytable_find_bookings | read β look up bookings by phone number |
easytable_create_booking | write (confirm-gated) β make a reservation |
easytable_modify_booking | write (confirm-gated) β change a reservation |
easytable_cancel_booking | write (confirm-gated) β cancel a reservation |
easytable_healthcheck | read β bridge connection status |
Writes are confirm-gated: without confirm: true they return a dry-run
preview and make no network call.
https://book.easytable.com/book/?id=<id>
and let it finish loading.create and modify additionally read the widget's Cloudflare Turnstile token
from the loaded confirm step, so a booking-widget tab must be open when you
confirm one.
See docs/EASYTABLE-API.md for the reverse-engineered request/response shapes
and CLAUDE.md for architecture notes.
MIT
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/easytable-mcp)<a href="https://allmcps.com/mcp/easytable-mcp"><img src="https://allmcps.com/api/badge/easytable-mcp?style=directory" alt="Easytable MCP on AllMCPs" /></a>