Skip to main content
Glama
kunalkhosla

reservations-mcp

by kunalkhosla

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
RESY_API_KEYNoResy API key. Defaults to the public key embedded in Resy's web client; override if it rotates.
YELP_API_KEYNoFree from the Yelp Fusion console.
RESY_AUTH_TOKENNoRequired for Resy availability/booking. Obtain from resy.com DevTools.
GOOGLE_PLACES_API_KEYNoGoogle Places API (New) key.
RESY_PAYMENT_METHOD_IDNoDefault card for bookings. List IDs via resy_payment_methods.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
discover_restaurantsA

Find restaurants by free-text criteria (e.g. 'Hudson River waterfront with Manhattan skyline view, outdoor seating, kid-friendly, great cocktails'). Read-only. Uses Google Places (richest: returns goodForChildren / outdoorSeating / servesCocktails) and/or Yelp depending on which API keys are configured.

resy_searchA

Search Resy's own venue index by name/keyword. Returns Resy venue ids needed for availability and booking.

resy_availabilityA

List available reservation slots for a Resy venue on a date for a party size. Each slot includes a bookToken used by resy_booking_preview.

resy_booking_previewA

STEP 1 of booking. Resolves a slot bookToken into a confirmable booking and surfaces the time, seating type, and any cancellation/no-show fee. Does NOT book. Returns a real book_token to pass to resy_book.

resy_bookA

STEP 2 of booking — IRREVERSIBLE. Books the reservation from a book_token returned by resy_booking_preview. Requires confirm:true. May incur a cancellation/no-show fee per the venue's policy.

resy_payment_methodsA

List the payment method ids saved on your Resy account (needed for bookings that require a card).

resy_loginA

Exchange your Resy email + password for an auth token, stored locally (~/.config/reservations-mcp). Password is used once and never saved. Prefer setting RESY_AUTH_TOKEN directly if you can.

resy_my_reservationsA

List your upcoming Resy reservations.

tock_searchA

Search Tock venues. NOTE: Tock is a best-effort stub in v1 and returns guidance + a direct link rather than live data.

statusA

Show which providers are configured (which API keys / tokens are present).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kunalkhosla/reservations-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server