Resy reservation management — search, book, cancel, favorites, and Priority Notify for Claude
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-chrischall-resy-mcp": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Resy reservation management — search, book, cancel, favorites, and Priority Notify for Claude
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Dynamic problem-solving through sequential thought chains
A Model Context Protocol server for searching and analyzing arXiv papers
The official Python SDK for Model Context Protocol servers and clients
MCP Security Weekly
Get CVE alerts and security updates for io.github.chrischall/resy-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Resy reservation management as an MCP server for Claude — search restaurants, book tables, manage reservations, favorites, and Priority Notify via natural language.
⚠️ Resy does not publish an official API. This server uses the same private endpoints the Resy web app calls, with the public web-app
api_keyand user-level auth via email + password. Use at your own discretion.
| Tool | Purpose |
|---|---|
resy_get_profile | Current user profile (name, email, booking count) |
resy_search_venues | Search venues with availability for a date + party size |
resy_find_slots | List bookable slots at a venue |
resy_get_venue | Full venue details |
resy_book | Book a reservation (composite: find → details → book) |
resy_list_reservations | Upcoming / past reservations |
resy_cancel | Cancel by resy_token |
resy_list_favorites | Favorited venues |
resy_add_favorite / resy_remove_favorite | Manage favorites |
resy_list_notify | Priority Notify subscriptions |
resy_add_notify / resy_remove_notify | Manage Priority Notify |
npm install
npm run build
Copy .env.example to .env and fill in:
RESY_EMAIL=you@example.com
RESY_PASSWORD=changeme
For MCPB / Claude Desktop install, the packaged manifest prompts for Resy Email and Resy Password at configure time.
node dist/bundle.js
npm test # unit tests (mocked fetch)
npm run smoke # live endpoint probe — requires real .env
RESY_API_KEY used by the client is the public key baked into resy.com's JS bundle. If Resy rotates it, set RESY_API_KEY in your environment to override.npm run smoke and adjust.This project was developed and is maintained by AI (Claude Opus 4.7).