Skip to main content
Glama
jrklein343-svg

Restaurant Reservation MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_restaurantsA

Search for restaurants by name, cuisine, or location. Searches BOTH Resy and OpenTable by default, so you can find any restaurant regardless of which platform it uses. Each result includes a "platform" field showing where to book. Returns matching restaurants with ratings, cuisine type, and price range.

check_availabilityC

Get available time slots for a specific restaurant on a given date.

make_reservationA

Book a reservation at a restaurant. For Resy, completes booking directly. For OpenTable, returns a booking URL.

list_reservationsC

View your upcoming reservations.

cancel_reservationC

Cancel an existing reservation.

set_credentialsB

Securely store API credentials for Resy or OpenTable in Windows Credential Manager.

set_loginA

Store email/password for automatic token refresh. Credentials are encrypted in Windows Credential Manager.

check_auth_statusC

Check if credentials are configured and valid for each platform.

refresh_tokenC

Manually refresh authentication token using stored login credentials.

snipe_reservationA

Schedule an automatic booking attempt for the exact moment slots become available. Perfect for popular restaurants that release reservations at specific times.

list_snipesB

View all scheduled snipe attempts and their status.

cancel_snipeC

Cancel a scheduled snipe attempt.

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/jrklein343-svg/restaurant-mcp'

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