← Back to Skills Marketplace
chrischall

Resy Mcp

by chrischall · GitHub ↗ · v0.1.3 · MIT-0
cross-platform ⚠ suspicious
79
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install resy-mcp
Description
Manage Resy restaurant reservations via MCP — search venues, book tables, list and cancel reservations, manage favorites, and subscribe to Priority Notify. T...
Usage Guidance
This skill implements a client for Resy's private web-app API and needs your Resy email and password to work — that is expected for booking and listing reservations. Before installing or running it: (1) be aware the registry metadata in the skill bundle incorrectly omits the required env vars; verify that any installation prompt or UI will request RESY_EMAIL and RESY_PASSWORD as shown in SKILL.md/manifest.json, (2) review the bundled source (it is included) before running 'npx' or building from source so you understand what code will execute locally, (3) do not store your real credentials in code or a public repo — use local-only .env or the platform's secret storage, and (4) avoid running the 'smoke' script unless you want live probes against your account. The bundle appears coherent with its stated purpose, but the metadata inconsistencies and the fact it executes third-party code locally make this 'suspicious' rather than 'benign'. If you want to proceed, inspect src/client.ts and the tools for any unexpected network endpoints or logging of credentials, and prefer to run in an isolated environment or with a disposable/test account first.
Capability Analysis
Type: OpenClaw Skill Name: resy-mcp Version: 0.1.3 The resy-mcp skill bundle is a functional MCP server designed to manage Resy restaurant reservations. It uses Resy's private web-app API (api.resy.com) to perform actions such as searching for venues, booking tables, and managing favorites or notifications. While the skill requires sensitive user credentials (RESY_EMAIL and RESY_PASSWORD), the code (src/client.ts) only transmits these to the official Resy authentication endpoint. The bundle is professionally structured, including extensive unit tests (tests/), clear documentation (README.md, SKILL.md), and a detailed implementation plan, with no evidence of malicious intent, data exfiltration to third parties, or obfuscated logic.
Capability Tags
cryptocan-make-purchasesrequires-oauth-tokenrequires-sensitive-credentials
Capability Assessment
Purpose & Capability
The skill's name/description match the code and SKILL.md: it implements Resy reservation management via Resy's private web-app API and legitimately requires the user's Resy credentials. However the registry summary at the top of the provided metadata lists 'Required env vars: none' while SKILL.md, manifest.json, server.json, and the code all require RESY_EMAIL and RESY_PASSWORD (with optional RESY_API_KEY). That mismatch between declared registry requirements and the actual code/instructions is an incoherence you should treat as a red flag (it could be a packaging/metadata oversight, but it affects install-time prompts and permission expectations).
Instruction Scope
SKILL.md and the included docs instruct the agent/user to register an MCP server and provide RESY_EMAIL/RESY_PASSWORD, and describe exactly which endpoints/tools will be used. The runtime instructions do not ask for unrelated system data or ask the agent to read arbitrary files beyond the .env/.mcp.json used to supply credentials. The only slightly surprising instruction is recommending running a local 'smoke' script that hits live endpoints using the .env credentials (this is expected for live verification but you should avoid running it unless you trust the repo and want to use your real credentials).
Install Mechanism
There is no install spec in the skill bundle (the skill is marked instruction-only), but the repository contains full source, package.json, package-lock.json, and test/build scripts. The SKILL.md suggests using 'npx resy-mcp' (npm package) or building from source. This is not malicious in itself, but it's an inconsistency worth noting: the skill will require installing/running third-party JavaScript code (via npx or npm build) which executes on your machine and receives your credentials. That raises the normal risk of running third-party code locally — review the code (which is included) before running.
Credentials
The code legitimately requires RESY_EMAIL and RESY_PASSWORD to authenticate with Resy's private endpoints and optionally RESY_API_KEY to override the public web-app key. Those credentials are proportionate to the described functionality. The concern is the earlier registry metadata claiming 'no required env vars' (a mismatch). Also note that the skill expects you to store your Resy password in environment variables or .env files; this is sensitive and appropriate safeguards (local-only storage, not checked into repos) are necessary.
Persistence & Privilege
The skill does not request 'always: true' and does not claim elevated system-wide privileges. It runs as a normal MCP server process (stdio) and is invocable by user/agent as normal. Autonomy (model invocation) is enabled by default, which is the platform norm; combine this with credential access only if you are comfortable with automated calls using your Resy account.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install resy-mcp
  3. After installation, invoke the skill by name or use /resy-mcp
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.3
- Updated dependencies in package.json and package-lock.json. - Minor internal source code changes in src/client.ts and src/index.ts. - No changes to user-facing features or API. - Documentation and manifest files updated for this version.
v0.1.2
- Initial release of resy-mcp skill. - Manage Resy restaurant reservations via MCP: search venues, book/cancel tables, manage favorites, and subscribe to Priority Notify. - Supports natural language triggers for booking, searching, viewing, and cancelling reservations. - Requires Resy credentials; uses Resy's private web-app API. - Includes tools for reservation workflows, favorites, Priority Notify, and payment method management.
Metadata
Slug resy-mcp
Version 0.1.3
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Resy Mcp?

Manage Resy restaurant reservations via MCP — search venues, book tables, list and cancel reservations, manage favorites, and subscribe to Priority Notify. T... It is an AI Agent Skill for Claude Code / OpenClaw, with 79 downloads so far.

How do I install Resy Mcp?

Run "/install resy-mcp" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Resy Mcp free?

Yes, Resy Mcp is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Resy Mcp support?

Resy Mcp is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Resy Mcp?

It is built and maintained by chrischall (@chrischall); the current version is v0.1.3.

💬 Comments