Manage restaurant bookings via Claude — read covers, find guests, move tables, send wedding quotes.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
@gerezi/mcp · npm · 0.1.3
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$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": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-05-06T13:23:13.174487Z",
"publishedAt": "2026-05-06T13:23:13.174487Z",
"updatedAt": "2026-05-06T13:23:13.174487Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.1.3last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.