booking-mcp
booking-mcp
booking-mcp — это сервер Model Context Protocol для управления бронированием столиков в ресторане, предоставляемый через Streamable HTTP. Он включает инструменты для бронирования столика, проверки доступности и отмены брони; ресурсы для чтения книги бронирований; а также промпт для составления подтверждений. При бронировании сервер собирает контактные данные гостя, запрашивая их у пользователя.
Требования
Python 3.13
Related MCP server: Lumen Resto MCP
Использование
Настройка
Создайте виртуальное окружение, установите SDK (mcp[cli,rich]) и зависимости, а затем установите пакет в режиме редактирования:
uv syncСервер
Запустите сервер, который обслуживает Streamable HTTP по адресу http://127.0.0.1:8000/mcp:
uv run booking-mcpПошаговое руководство
Автономный интерактивный клиент, работающий в процессе, поэтому больше ничего запускать не нужно. Он предоставляет меню действий и позволяет самостоятельно отвечать на уточняющие запросы.
uv run python scripts/walkthrough.py[!TIP]
Брони по умолчанию сохраняются в
var/bookings.json. УстановитеBOOKING_DB_PATH, чтобы хранить их в другом месте:BOOKING_DB_PATH=/tmp/demo.json uv run python scripts/walkthrough.py
Интерфейс MCP
Тип | Имя | Примечания |
Инструмент |
| запрашивает у пользователя имя, телефон и заметки |
Инструмент |
| отмечает бронь как отменённую |
Инструмент |
| количество свободных столиков на выбранное время |
Ресурс |
| все брони в формате JSON |
Ресурс |
| одна бронь в формате JSON |
Ресурс |
| вместимость для каждого временного слота на дату, в формате JSON |
Промпт |
| составляет подтверждение для гостя |
Структура
booking-mcp/
├── src/booking_mcp/
│ ├── app.py # the shared MCPServer instance
│ ├── config.py # storage path + capacity limits
│ ├── models.py # Reservation domain model
│ ├── store.py # JSON file repository
│ ├── server.py # entrypoint: registers features, runs the server
│ └── features/
│ ├── reservations.py # book/cancel + reservation resources + prompt
│ └── availability.py # availability tool + resource
├── scripts/
│ └── walkthrough.py # manual interactive client
└── var/ # runtime state, gitignored (holds bookings.json)This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables restaurant reservation management through SevenRooms API, allowing users to create reservations and query available time slots with guest details and party size information.
- -licenseNot gradedqualityNot gradedmaintenanceEnables restaurant reservation management and schedule checking through Supabase with multi-tenant support. Designed for WhatsApp and phone agents to verify opening hours, create reservations with automatic table assignment, and handle multiple restaurants from a single server.
- FlicenseBqualityFmaintenanceEnables users to search, check availability, and book restaurant reservations across Resy and OpenTable platforms. It supports direct booking for Resy and includes an automated reservation 'sniper' for securing high-demand slots the moment they become available.124
- AlicenseNot gradedqualityCmaintenanceEnables managing restaurant table bookings through natural language conversations with an AI assistant, with built-in safety measures like no deletion and explicit write enable.MIT
Related MCP Connectors
Agentic scheduling & booking for field service: availability, jobs, customers, crews, fleet.
AI Reasoning Cache & Consensus Layer with 11 MCP tools via Streamable HTTP.
Bounded tools for rendering, extraction, RAG, enrichment, local discovery and review analysis.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/LuoZihYuan/booking-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server