Meitre MCP服务器
A主办 主控程序 将AI助手连接到的服务器 迈特尔,一个餐厅预订平台。它允许您通过自然语言查看可用性、搜索预订、预订、重新安排和取消。
设置
将此添加到您的MCP客户端配置中(Claude Desktop、Cursor等):
{
"mcpServers": {
"meitre": {
"url": "https://meitre.mcp.openbsp.dev/mcp",
"headers": {
"username": "your-meitre-email",
"password": "your-meitre-password"
}
}
}
}就是这样。如果你的账户只有一家餐厅,它会被自动检测到。对于多餐厅帐户,请添加 restaurant header--使用 list_restaurants 查找标识符的工具。
工具
| 工具 | 说明 |
|---|---|
list_restaurants | 列出您帐户可访问的餐厅 |
fetch_options | 获取区域、服务类型和菜单 |
fetch_dates | 未来15天的可用日期 |
fetch_timeslots | 特定日期的可用时间 |
search_reservations | 按电话号码查找预订 |
book_reservation | 预订新的预订 |
reschedule_reservation | 重新安排现有预订 |
cancel_reservation | 取消预订 |
发展
npm install
npm run dev # http://localhost:8787
npm run typecheck # Type check
npm run deploy # Deploy to Cloudflare