easytable

easytable is a skill for Claude Code, Codex from chrischall/easytable-mcp. It costs 69 tokens per session (567 once invoked), scanned A, original, MIT.

A tool for checking restaurant availability and managing reservations made through easyTable booking widgets.

In plain words
What is it for?
Use it to find bookable areas, dates, and times; make a reservation; look up an existing booking; or change or cancel one.
Why use it?
It avoids searching the restaurant's booking page by hand and supports changes or cancellations using the booking phone number.

Skill for Claude CodeCodex

Part of the easytable-mcp plugin — 2 skills, 2 MCP servers shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/chrischall/easytable-mcp/easytable
Any agent
npx skills add chrischall/easytable-mcp --skill easytable
Clone the repo
git clone --depth 1 https://github.com/chrischall/easytable-mcp

Made for: Claude Code, Codex.

Or install easytable-mcp, the plugin that ships this one along with the rest of its 2 skills, 2 MCP servers.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for easytable

README.md
[![agentmods](https://agentmods.dev/badge/skills/chrischall/easytable-mcp/easytable.svg)](https://agentmods.dev/skills/chrischall/easytable-mcp/easytable)
Your own site
<a href="https://agentmods.dev/skills/chrischall/easytable-mcp/easytable"><img src="https://agentmods.dev/badge/skills/chrischall/easytable-mcp/easytable.svg" alt="Measured on agentmods" height="20"></a>
Per session 69 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 567 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00069 $0.00567
Opus 5 $0.00034 $0.00283
Sonnet 5 $0.00014 $0.00113
Haiku 4.5 $0.00007 $0.00057

Measured 3d ago against content hash 44aec703857d, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

easytable scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/easytable/SKILL.md · 49 lines

What it actually says

easyTable reservations

easyTable is a restaurant table-booking system. Each restaurant has a public booking widget at https://book.easytable.com/book/?id=<restaurantId> — the id is the only identifier (there's no login). This MCP drives that widget through the user's own signed-in, Cloudflare-cleared browser tab via the fetchproxy bridge; the site blocks any server-side request.

Setup (one time)

  1. Install the fetchproxy browser extension (https://github.com/chrischall/fetchproxy).
  2. Open a booking widget in Chrome: https://book.easytable.com/book/?id=<restaurantId>. Let the page finish loading — its Cloudflare Turnstile check solves itself.
  3. The first tool call prints a one-time pair code; approve it in the extension.

Typical flow

  1. easytable_list_types — the restaurant's booking areas (e.g. indoor, bar); note the type id.
  2. easytable_list_dates — bookable dates for that type + party size.
  3. easytable_list_times — time slots (HH:MM) for a chosen date.
  4. easytable_create_booking — make the reservation (needs name + mobile).

To change or cancel, first easytable_find_bookings with the mobile the booking was made under, then easytable_modify_booking / easytable_cancel_booking with the returned booking id.

Writes are confirm-gated

create, modify, and cancel do nothing without confirm: true — they return a dry-run preview first. Re-run with confirm: true to apply.

create and modify submit a Cloudflare Turnstile token the MCP reads from the widget tab's hidden input, so a book.easytable.com/book/?id=<id> tab must be open and loaded when you confirm. The token is single-use and expires after a few minutes; if a create fails on the token, reload the tab and retry. cancel needs no token.

Notes

  • Times are HH:MM; the widget internally uses minute-of-day.
  • All reads and the whole booking flow are the user's own actions on their own browser session — no easyTable account or API key is involved.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 49 lines · 69 tokens per session scan A 44aec703857d

Subscribe to this mod's changes

easytable is a skill published in the GitHub repository chrischall/easytable-mcp (0 stars, last pushed 3d ago), licensed MIT. It adds 69 tokens to every session and 567 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

xcodebuildmcp-tool-contract-review

Use when reviewing XcodeBuildMCP tool contract changes across implementation, manifests, workflow membership, output schema metadata, and next-step templates.

getsentry/XcodeBuildMCP · 37 tokens

excel-cli

Excel CLI automation skill for Windows workbooks. Use when a coding agent needs token-efficient, scriptable, or unattended Excel automation via excelcli commands. Best for CI/CD, scheduled jobs, batch processing, PowerShell workflows, and bulk workbook edits. Supports Power Query, DAX, PivotTables, Tables, Ranges…

sbroenne/mcp-server-excel · 114 tokens

calendar-scheduling

Use when a product needs a booking surface — a pick-a-slot page, a Cal.com/Calendly embed, or real availability plus the confirmed meeting written to Google/Outlook — or when fixing double-booking, DST drift, or orphaned reschedule events. NOT calendar CRUD with no booking surface (that is google-workspace), NOT the…

ericrisco/rsc-harness · 83 tokens

bulk-update

Update properties or content across many pages in a Notion database with dry-run and error recovery.

n24q02m/better-notion-mcp · 21 tokens

delx-wellness-daily-operator

Run the Delx Wellness daily operator loop for Hermes users.

davidmosiah/delx-wellness-hermes · 22 tokens

audio-dispatch

Transcribe a meeting audio file with Voxtral diarization, classify each speaker's turns by intent, and produce a per-speaker action plan. Use when the user provides a meeting or call recording with multiple speakers.

Swih/mistral-mcp · 43 tokens