MCP Hub
Back to servers

@theyahia/ifood-mcp

MCP server for iFood — restaurant orders, menu management (Brazil)

npm197/wk
Updated
Apr 1, 2026

Quick Install

npx -y @theyahia/ifood-mcp

ifood-mcp

MCP server for iFood merchant integration (Brazil).

Tools (8)

ToolDescription
list_ordersList recent orders
get_orderGet order details
confirm_orderConfirm/accept an order
dispatch_orderMark order as dispatched
cancel_orderCancel an order
list_merchantsList merchant details
get_merchant_statusGet merchant availability status
update_item_availabilityUpdate menu item availability

Quick Start

{
  "mcpServers": {
    "ifood": {
      "command": "npx",
      "args": ["-y", "@theyahia/ifood-mcp"],
      "env": {
        "IFOOD_CLIENT_ID": "<YOUR_IFOOD_CLIENT_ID>",
        "IFOOD_CLIENT_SECRET": "<YOUR_IFOOD_CLIENT_SECRET>"
      }
    }
  }
}

Environment Variables

VariableRequiredDescription
IFOOD_CLIENT_IDYesOAuth client ID
IFOOD_CLIENT_SECRETYesOAuth client secret

License

MIT

Reviews

No reviews yet

Sign in to write a review