Back to Discover

easytable-mcp

connector

chrischall

easyTable restaurant reservations for Claude — availability, and create/modify/cancel bookings

View on GitHub
0 starsSynced Aug 6, 2026

Install to Claude Code

/plugin marketplace add chrischall/easytable-mcp

README

easytable-mcp

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.

Tools

ToolKind
easytable_list_typesread — bookable areas/types for a restaurant
easytable_list_datesread — bookable dates for an area + party size
easytable_list_timesread — available time slots
easytable_find_bookingsread — look up bookings by phone number
easytable_create_bookingwrite (confirm-gated) — make a reservation
easytable_modify_bookingwrite (confirm-gated) — change a reservation
easytable_cancel_bookingwrite (confirm-gated) — cancel a reservation
easytable_healthcheckread — bridge connection status

Writes are confirm-gated: without confirm: true they return a dry-run preview and make no network call.

Setup

  1. Install the fetchproxy browser extension.
  2. Open a booking widget in Chrome: https://book.easytable.com/book/?id=<id> and let it finish loading.
  3. The first tool call prints a one-time pair code to approve in the extension.

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.

Development

npm install
npm run build
npm test

See docs/EASYTABLE-API.md for the reverse-engineered request/response shapes and CLAUDE.md for architecture notes.

License

MIT

Rendered live from chrischall/easytable-mcp's GitHub README — not stored, always reflects the source repo.

1 Install Method

NameDescriptionCategorySource
npm packageInstall via npm (stdio transport)mcp-servereasytable-mcp

0 Comments

Login required
Log in to post a comment or update on this repo.

No comments yet — be the first to share an update.