theYahia/ifood-mcp
MCP server for iFood — merchant integration, orders (Brazil)
Platform-specific configuration:
{
"mcpServers": {
"ifood-mcp": {
"command": "npx",
"args": [
"-y",
"ifood-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
MCP server for iFood merchant integration (Brazil).
| Tool | Description | |---|---| | list_orders | List recent orders | | get_order | Get order details | | confirm_order | Confirm/accept an order | | dispatch_order | Mark order as dispatched | | cancel_order | Cancel an order | | list_merchants | List merchant details | | get_merchant_status | Get merchant availability status | | update_item_availability | Update menu item availability |
{
"mcpServers": {
"ifood": {
"command": "npx",
"args": ["-y", "@theyahia/ifood-mcp"],
"env": {
"IFOOD_CLIENT_ID": "<YOUR_IFOOD_CLIENT_ID>",
"IFOOD_CLIENT_SECRET": "<YOUR_IFOOD_CLIENT_SECRET>"
}
}
}
}| Variable | Required | Description | |---|---|---| | IFOOD_CLIENT_ID | Yes | OAuth client ID | | IFOOD_CLIENT_SECRET | Yes | OAuth client secret |
MIT
Loading reviews...