@striderlabs/mcp-opentable
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OPENTABLE_EMAIL | No | Email address for your OpenTable account. | |
| OPENTABLE_PASSWORD | No | Password for your OpenTable account. Highly recommend using .env file. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| opentable_statusA | Check if the user is logged in to OpenTable. Returns login status and instructions if not authenticated. Call this before any other OpenTable operations. |
| opentable_loginA | Get the OpenTable login URL and instructions for the user to authenticate. Use this when opentable_status returns not logged in. |
| opentable_logoutA | Clear the stored OpenTable session cookies. Use this to log out or reset the authentication state. |
| opentable_searchB | Search for restaurants on OpenTable by location, cuisine, party size, date, and time. |
| opentable_get_restaurantA | Get detailed information about a specific restaurant including description, address, hours, and features. |
| opentable_check_availabilityA | Check available reservation time slots for a restaurant on a specific date and party size. |
| opentable_make_reservationA | Book a restaurant reservation on OpenTable. Set confirm=false to preview before booking, confirm=true to actually book. Requires the user to be logged in. |
| opentable_get_reservationsA | List all upcoming reservations for the logged-in user. Requires authentication. |
| opentable_cancel_reservationA | Cancel an existing reservation. Set confirm=false to preview, confirm=true to actually cancel. This action cannot be undone. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/noahelson208-prog/mcp_opentable'
If you have feedback or need assistance with the MCP directory API, please join our Discord server