Restaurant Reservation MCP Server
Enables users to search, check availability, and book restaurant reservations across Resy and OpenTable platforms. It supports direct booking for Resy and includes an automated reservation 'sniper' for securing high-demand slots the moment they become available.
README
Restaurant Reservation MCP Server
A local MCP server for searching and booking restaurant reservations through Resy and OpenTable.
Features
- Unified Search: Search both Resy and OpenTable with a single query
- Real-time Availability: Check available time slots for any date
- Direct Booking: Book Resy reservations directly; get booking links for OpenTable
- Reservation Sniper: Auto-book the instant slots become available
- Secure Credentials: All credentials stored in Windows Credential Manager (encrypted with DPAPI)
Installation
cd C:\Users\jrkle\Desktop\restaurant-mcp
npm install
npm run build
Configure Claude Code
Add to ~/.claude/settings.json:
{
"mcpServers": {
"restaurant-reservations": {
"command": "node",
"args": ["C:\\Users\\jrkle\\Desktop\\restaurant-mcp\\dist\\index.js"]
}
}
}
Getting Started
1. Set Up Resy Credentials
First, you need your Resy API key and auth token. You can find these in your browser's developer tools while logged into resy.com:
# In Claude, use these tools:
set_credentials(platform: "resy", api_key: "YOUR_API_KEY", auth_token: "YOUR_TOKEN")
# Or for automatic token refresh, use:
set_login(platform: "resy", email: "your@email.com", password: "your-password")
2. Search for Restaurants
search_restaurants(query: "Carbone", location: "New York", party_size: 2)
You don't need to know which platform a restaurant uses! The search automatically checks both Resy and OpenTable in parallel. Each result includes a platform field (resy or opentable) and an ID like resy-12345 or opentable-67890 - just use these directly with check_availability and make_reservation.
3. Check Availability
check_availability(restaurant_id: "resy-12345", platform: "resy", date: "2025-02-15", party_size: 2)
4. Book a Reservation
make_reservation(
restaurant_id: "resy-12345",
platform: "resy",
slot_id: "123456",
party_size: 2,
date: "2025-02-15"
)
Reservation Sniper
For popular restaurants that release reservations at specific times:
snipe_reservation(
restaurant_id: "resy-12345",
platform: "resy",
date: "2025-02-15",
party_size: 2,
preferred_times: ["7:00 PM", "7:30 PM", "8:00 PM"],
release_time: "2025-02-01T09:00:00"
)
The sniper will:
- Start polling 30 seconds before release time
- Poll every 500ms once release time hits
- Instantly book the first matching slot
- Return confirmation or error
Available Tools
| Tool | Description |
|---|---|
search_restaurants |
Search restaurants by name/location on Resy and/or OpenTable |
check_availability |
Get available time slots for a restaurant |
make_reservation |
Book a reservation |
list_reservations |
View your upcoming reservations |
cancel_reservation |
Cancel a booking |
set_credentials |
Store API key/token securely |
set_login |
Store email/password for auto-refresh |
check_auth_status |
Verify credentials are valid |
refresh_token |
Manually refresh auth token |
snipe_reservation |
Schedule auto-booking when slots open |
list_snipes |
View scheduled snipes |
cancel_snipe |
Cancel a scheduled snipe |
Security
- No credit card data: This MCP never handles payment info. Bookings use payment methods saved in your Resy/OpenTable accounts.
- Windows Credential Manager: All credentials encrypted with DPAPI (same security as Chrome/Edge passwords)
- No files: Credentials never written to disk files
- HTTPS only: All API calls use TLS 1.3
- Rate limited: Max 10 requests/minute per platform
Platform Notes
Resy
- Full booking support via unofficial API
- Automatic token refresh when expired
- Can view and cancel reservations
OpenTable
- Search and availability work without auth
- Cannot complete booking via API - returns a URL to finish on OpenTable's website
- Reservation listing not available
Troubleshooting
"Resy API key not configured"
Run set_credentials with your API key first.
"Resy authentication failed"
Your token expired. Run set_login to enable auto-refresh, or manually get a new token.
OpenTable booking returns URL
This is expected. OpenTable doesn't allow third-party booking - click the URL to complete on their site.
Limitations
- Uses unofficial APIs that could change
- OpenTable requires manual booking completion
- For personal use only
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。