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_restaurants

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_availability

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

make_reservation

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

list_reservations

View your upcoming reservations.

cancel_reservation

Cancel an existing reservation.

set_credentials

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

set_login

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

check_auth_status

Check if credentials are configured and valid for each platform.

refresh_token

Manually refresh authentication token using stored login credentials.

snipe_reservation

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

list_snipes

View all scheduled snipe attempts and their status.

cancel_snipe

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