loading…
Search for a command to run...
loading…
Provides hospitality intelligence tools for restaurant optimization, including menu profitability analysis, food cost calculation, reservation management, revie
Provides hospitality intelligence tools for restaurant optimization, including menu profitability analysis, food cost calculation, reservation management, review sentiment analysis, and allergen checking.
Hospitality Intelligence
Built by MEOK AI Labs
An MCP server for restaurant owners and hospitality professionals. Optimize menus for profitability, calculate food costs, manage reservations, analyze customer reviews, and check allergens in dishes.
| Tool | Description |
|---|---|
optimize_menu |
Analyze menu items for profitability - classify as stars, dogs, or plowhorses |
calculate_food_cost |
Calculate dish food cost from ingredients with pricing suggestions |
manage_reservation |
Create, list, cancel reservations and check availability |
analyze_reviews |
Analyze customer reviews for sentiment and actionable themes |
check_allergens |
Check ingredients against 8 major allergen categories |
pip install restaurant-ai-mcp
{
"mcpServers": {
"restaurant-ai": {
"command": "python",
"args": ["-m", "server"],
"cwd": "/path/to/restaurant-ai-mcp"
}
}
}
python server.py
| Tier | Requests/Hour |
|---|---|
| Free | 60 |
| Pro | 5,000 |
MIT - see LICENSE
Part of the MEOK AI Labs MCP Marketplace
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"restaurant-ai-mcp-server": {
"command": "npx",
"args": []
}
}
}