Back to Browse

Easytable MCP Server

Developer ToolsLow Risk10.0Local
Free

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

About

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

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry. Trust signals: trusted author (54/55 approved).

11 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

file_system

Check that this permission is expected for this type of plugin.

env_vars

Check that this permission is expected for this type of plugin.

Shell Command Execution

Runs commands on your machine. Be cautious — only use if you trust this plugin.

What You'll Need

Set these up before or after installing:

Override the fetchproxy WebSocket port (default 37149).Optional

Environment variable: EASYTABLE_WS_PORT

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-chrischall-easytable-mcp": {
      "env": {
        "EASYTABLE_WS_PORT": "your-easytable-ws-port-here"
      },
      "args": [
        "-y",
        "easytable-mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub 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

Reviews

No reviews yet

Be the first to review this server!