Serversio.github.nicklasmenschel/gerezi-mcp
M

io.github.nicklasmenschel/gerezi-mcp

io.github.nicklasmenschel/gerezi-mcp · v0.1.3
▦ npm
v0.1.3npm npm: @gerezi/mcp↗ Website↗ 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.nicklasmenschel/gerezi-mcp",
  "description": "Manage restaurant bookings via Claude — read covers, find guests, move tables, send wedding quotes.",
  "repository": {
    "url": "https://github.com/nicklasmenschel/booking2",
    "source": "github",
    "subfolder": "gerezi-mcp"
  },
  "version": "0.1.3",
  "websiteUrl": "https://www.gerezi.com",
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@gerezi/mcp",
      "version": "0.1.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Gerezi API key (tbl_live_*). Get one from https://www.gerezi.com/settings/api-keys",
          "isRequired": true,
          "isSecret": true,
          "name": "GEREZI_API_KEY"
        },
        {
          "description": "Gerezi API base URL. Defaults to https://www.gerezi.com — only override for self-hosted Gerezi installs.",
          "default": "https://www.gerezi.com",
          "name": "GEREZI_API_URL"
        },
        {
          "description": "Optional restaurant slug for logging context. The API key already scopes the request to your restaurant.",
          "name": "GEREZI_RESTAURANT_SLUG"
        },
        {
          "description": "Which tool surface to expose. \"1\" = read-only (5 tools). \"2\" = read+write (15 tools, includes booking creation, cancellation, quotes). Defaults to \"1\".",
          "default": "1",
          "name": "GEREZI_MCP_PHASE"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}