restaurant-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OCTANE_WORKERS | No | Swoole workers (auto = one per CPU) | auto |
| ANTHROPIC_API_KEY | No | Provider key for laravel/ai when RESERVATIONS_AI_PHRASING is enabled | |
| VOICE_WEBHOOK_SECRET | No | Shared secret for the voice webhook; empty disables it | |
| RESERVATIONS_TIMEZONE | No | Timezone all dates/times are interpreted in | UTC |
| RESERVATIONS_AI_PHRASING | No | Let laravel/ai phrase the 'fully booked' line | false |
| MCP_RATE_LIMIT_PER_MINUTE | No | Per-IP cap on the MCP endpoint | 300000 |
| RESERVATIONS_CLOSING_TIME | No | Last bookable seating time | 22:00 |
| RESERVATIONS_OPENING_TIME | No | First bookable seating time | 17:00 |
| RESERVATIONS_SLOT_MINUTES | No | Spacing of the slot grid | 30 |
| RESERVATIONS_TURN_MINUTES | No | How long a table is held (informational) | 90 |
| RESERVATIONS_MAX_PARTY_SIZE | No | Largest party bookable online | 12 |
| RESERVATIONS_SEATS_PER_SLOT | No | Capacity per start time | 40 |
| VOICE_RATE_LIMIT_PER_MINUTE | No | Per-IP cap on the voice webhook | 120 |
| RESERVATIONS_AI_CACHE_SECONDS | No | How long a generated sentence is reused | 300 |
| RESERVATIONS_ALTERNATIVE_WINDOW_SLOTS | No | How far either side to search (4 × 30 min = ±2 h) | 4 |
| RESERVATIONS_AVAILABILITY_CACHE_SECONDS | No | TTL of the availability read cache | 5 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues