Office Booking MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CAB_AUTH_TOKEN | Yes | Authorization token for the cab booking API. | |
| CAB_API_BASE_URL | Yes | Base URL for the cab booking API, captured from your company's app. | |
| LUNCH_AUTH_TOKEN | Yes | Authorization token for the lunch booking API. | |
| OFFICE_MCP_DEBUG | No | Set to 'true' to enable debug logging (optional). | |
| LUNCH_API_BASE_URL | Yes | Base URL for the lunch booking API. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_cab_bookingsA | List your current and upcoming office cab bookings. |
| book_cabA | Book an office cab. Args: pickup: Pickup location (address or saved place name). drop: Drop-off location. when: When the cab is needed, ISO 8601 e.g. "2026-06-18T09:30:00". notes: Optional note for the driver/admin. |
| cancel_cabA | Cancel an office cab booking. Args:
booking_id: The id of the trip to cancel (from |
| list_lunch_bookingsA | List your current and upcoming office lunch bookings. |
| book_lunchB | Book office lunch for a date. Args: date: Slot date as DD-MM-YYYY, e.g. "23-06-2026". time: Slot time as HH:MM (defaults to the captured slot time). food_id: Optional item id to order; if empty, books the template's item. food_name: Optional human-readable name for that item. price: Optional unit price for that item (0 = keep template price). veg: Whether the item is vegetarian. quantity: Number of units (default 1). |
| cancel_lunchA | Cancel an office lunch booking. Args:
booking_id: The id of the lunch order to cancel (from |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/vamsi-1234/office-booking-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server