foodics-mcp
MCP server for Foodics POS/restaurant management platform (UAE/Saudi). Manage orders, menu products, branches, categories, and sales reports.
Tools (8)
| Tool | Description |
|---|---|
list_orders | List restaurant orders |
get_order | Get order details |
list_products | List menu products |
update_product | Update a menu product |
list_branches | List restaurant branches |
get_branch | Get branch details |
list_categories | List menu categories |
get_sales_report | Get sales report by date range |
Quick Start
{
"mcpServers": {
"foodics": {
"command": "npx",
"args": ["-y", "@theyahia/foodics-mcp"],
"env": {
"FOODICS_TOKEN": "<YOUR_TOKEN>"
}
}
}
}
Environment Variables
| Variable | Required | Description |
|---|---|---|
FOODICS_TOKEN | Yes | Bearer token from Foodics dashboard |
Demo Prompts
- "List all orders from today"
- "Show me the Downtown branch details"
- "Update Burger price to 45 SAR"
- "Get sales report for March 2026"
- "List all menu categories"
License
MIT