theYahia/foodics-mcp
MCP server for Foodics — restaurant POS, orders, inventory (UAE/Saudi)
Platform-specific configuration:
{
"mcpServers": {
"foodics-mcp": {
"command": "npx",
"args": [
"-y",
"foodics-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
MCP server for Foodics POS/restaurant management platform (UAE/Saudi). Manage orders, menu products, branches, categories, and sales reports.
| 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 |
{
"mcpServers": {
"foodics": {
"command": "npx",
"args": ["-y", "@theyahia/foodics-mcp"],
"env": {
"FOODICS_TOKEN": "<YOUR_TOKEN>"
}
}
}
}| Variable | Required | Description | |---|---|---| | FOODICS_TOKEN | Yes | Bearer token from Foodics dashboard |
MIT
Loading reviews...