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.
npx agentmods add skills/chrischall/easytable-mcp/easytablenpx skills add chrischall/easytable-mcp --skill easytablegit clone --depth 1 https://github.com/chrischall/easytable-mcpWrote 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.
[](https://agentmods.dev/skills/chrischall/easytable-mcp/easytable)<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>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.
| Model | Per session | Once 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 |
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.
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)
- Install the fetchproxy browser extension (https://github.com/chrischall/fetchproxy).
- Open a booking widget in Chrome:
https://book.easytable.com/book/?id=<restaurantId>. Let the page finish loading — its Cloudflare Turnstile check solves itself. - The first tool call prints a one-time pair code; approve it in the extension.
Typical flow
easytable_list_types— the restaurant's booking areas (e.g. indoor, bar); note thetypeid.easytable_list_dates— bookable dates for thattype+ party size.easytable_list_times— time slots (HH:MM) for a chosen date.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.
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.
- 3d ago First seen · 49 lines · 69 tokens per session scan A 44aec703857d
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.
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.
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…
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…
bulk-update
Update properties or content across many pages in a Notion database with dry-run and error recovery.
delx-wellness-daily-operator
Run the Delx Wellness daily operator loop for Hermes users.
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.