← Back to search

io.github.chrischall/tock-mcp

chrischall Scanned 14d ago

Tock (exploretock.com): discover restaurants, search a city, get venue details and availability.

B
88.5 / 100

Versions

0.1.0latest
first seen Jul 8, 2026
PermissionsTool SafetyAuthAnnotationsCode QualityStabilitySpecVuln HistoryAuthorTransparencyCommunity

Tools 7

tock_get_restaurant
annotations: verified low

Get details for a Tock venue by slug: name, cuisine, price band, location, description, and its bookable experiences (with prices and party sizes). Slug comes from tock_search_restaurants (or a exploretock.com/{slug} URL).

readOnlyHint true openWorldHint true
tock_get_availability
annotations: verified low

Get a venue's bookable calendar: each experience (seating/menu) with its price, party sizes, cancellation policy, plus the dates and times the venue is open. Tock returns the full open-date/time set; pass a date to focus the summary. Reservations are prepaid tickets — this MCP does not book; open the venue on exploretock.com to reserve.

readOnlyHint true openWorldHint true
tock_list_reservations
annotations: verified low

List the signed-in user's Tock reservations (upcoming, past, or canceled) with venue, date/time, party size, and experience. Requires a browser tab signed in to exploretock.com via the fetchproxy extension.

limit number offset number
readOnlyHint true openWorldHint true
tock_get_profile
annotations: verified low

Get the signed-in user's Tock account identity (name, email). Requires a browser tab signed in to exploretock.com via the fetchproxy extension. Derived from your reservation records, so it needs at least one reservation on the account.

readOnlyHint true openWorldHint true
tock_verify_reservation
annotations: verified low

Verify that a Tock reservation actually exists, by re-querying the account's own reservation lists (upcoming, canceled and past) and returning an explicit verdict. Use this after ANY booking attempt — a success screen or screenshot is not proof that a booking landed. Returns verdict `confirmed`, `cancelled` (it existed and was voided) or `not_found`. A `not_found` must be reported to the user as \"attempted, unverified\", never as a failure to book and never as a success. Requires a browser tab signed in to exploretock.com via the fetchproxy extension.

readOnlyHint true openWorldHint true
tock_list_metros
annotations: verified low

List Tock cities/metros (name, slug, business count, country/state). Use a metro slug with tock_search_restaurants. By default only metros with bookable venues are returned.

readOnlyHint true openWorldHint true
tock_search_restaurants
annotations: verified low

List / search restaurants in a Tock metro. Pass a metro slug (from tock_list_metros, e.g. "chicago") and an optional text query. Returns venues with cuisine, price band, neighborhood, and their Tock slug (use it with tock_get_restaurant / tock_get_availability). Does NOT include bookable slots.

readOnlyHint true openWorldHint true

Permissions 3

network medium
Server uses network capabilities via: fetch()
shell high
Server uses shell capabilities via: child_process, execSync(), spawn()
env_vars low
Server uses env_vars capabilities via: process.env

Scan Findings 23

info
Tool 'tock_get_restaurant' annotations are consistent annotation_checker · 80%
info
Tool 'tock_get_availability' annotations are consistent annotation_checker · 80%
info
Tool 'tock_list_reservations' annotations are consistent annotation_checker · 80%
info
Tool 'tock_get_profile' annotations are consistent annotation_checker · 80%
info
Tool 'tock_verify_reservation' annotations are consistent annotation_checker · 80%
info
Tool 'tock_list_metros' annotations are consistent annotation_checker · 80%
info
Tool 'tock_search_restaurants' annotations are consistent annotation_checker · 80%
info
Sandbox failed to start for behavioral verification behavioral_verifier · 100%
medium
Vulnerable dependency: esbuild@0.28.0 (GHSA-g7r4-m6w7-qqqr) dependency_analyzer · 95%
info
package.json metadata manifest_parser · 100%
info
Tool: tock_get_restaurant manifest_parser · 85%
info
Tool: tock_get_availability manifest_parser · 85%
info
Tool: tock_list_reservations manifest_parser · 85%
info
Tool: tock_get_profile manifest_parser · 85%
info
Tool: tock_verify_reservation manifest_parser · 85%
info
Tool: tock_list_metros manifest_parser · 85%
info
Tool: tock_search_restaurants manifest_parser · 85%
info
Sandbox failed to start for output poisoning scan output_poisoning · 100%
medium
Permission: network access detected permission_analyzer · 70%
high
Permission: shell access detected permission_analyzer · 95%
low
Permission: env_vars access detected permission_analyzer · 90%
info
SBOM generated: 236 components sbom_generator · 100%
medium
No build provenance detected (SLSA L0) slsa_assessor · 90%