Serversio.github.chrischall/resy-mcp
M

io.github.chrischall/resy-mcp

io.github.chrischall/resy-mcp · v0.1.4
▦ npm
v0.1.4npm npm: resy-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.chrischall/resy-mcp",
  "description": "Resy reservation management — search, book, cancel, favorites, and Priority Notify for Claude",
  "repository": {
    "url": "https://github.com/chrischall/resy-mcp",
    "source": "github"
  },
  "version": "0.1.4",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "resy-mcp",
      "version": "0.1.4",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Resy account email",
          "isRequired": true,
          "format": "string",
          "name": "RESY_EMAIL"
        },
        {
          "description": "Your Resy account password",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "RESY_PASSWORD"
        },
        {
          "description": "Override the public web-app API key (rarely needed)",
          "format": "string",
          "name": "RESY_API_KEY"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}