ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use iFood with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. AI food delivery: manage orders, menus, and restaurant operations via agents.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 11 capabilities

The complete iFood capability set.

These are the exact actions your AI can choose when you ask it to work with iFood.

Capability set01 / 03

01-04

4 capabilities in this set.

Part of 11 available through iFood.

  1. 01

    Get logistics

    Use this to track order fulfillment and coordinate with delivery personnel. Get logistics/delivery information for an iFood order

  2. 02

    Get business hours

    Use this to review or verify the current schedule before making changes. Get operating hours for an iFood store

  3. 03

    Get catalog

    Use this to review menu structure, check item availability, or prepare updates to pricing or descriptions. Get the menu catalog for an iFood store

  4. 04

    Get order details

    Use this to review order contents before accepting or preparing. Get complete details of a specific iFood order

Capability set02 / 03

05-08

4 capabilities in this set.

Part of 11 available through iFood.

  1. 05

    Get orders

    Can filter by status: PENDING, ACCEPTED, PREPARING, READY, DISPATCHED, DELIVERED, CANCELLED. Returns order number, customer info, items, totals, and timestamps. Use this to monitor order flow and track pending orders. List orders for an iFood store

  2. 06

    Assign driver

    Requires order ID and driver ID. Use this to manage your own delivery fleet and coordinate order fulfillment. Assign a delivery driver to an iFood order

  3. 07

    Get store details

    Use this to review store configuration before making updates. Get detailed information about a specific iFood store

  4. 08

    Get stores

    Returns store IDs, names, addresses, and operational status. Use this first to get store IDs needed for other operations like fetching orders or managing catalogs. List all stores associated with the iFood merchant account

Capability set03 / 03

09-11

3 capabilities in this set.

Part of 11 available through iFood.

  1. 09

    Update business hours

    Requires a schedule object with open/close times for each day. Use this to change store hours, add weekend schedules, or set holiday closures. The schedule should be a JSON object with day keys (monday, tuesday, etc.) and arrays of {start: "HH:MM", end: "HH:MM"} objects. Update operating hours for an iFood store

  2. 10

    Update catalog item

    Only pass the fields you want to change. Common use: update prices, toggle availability, or change descriptions. Requires store ID and item ID. Update a menu item in the iFood store catalog

  3. 11

    Update order status

    Common workflow: PENDING -> ACCEPTED -> PREPARING -> READY -> DISPATCHED -> DELIVERED. Can also set to CANCELLED if needed. Use this to progress orders through the fulfillment pipeline. Update the status of an iFood order

Observed, not estimated

912ms average. Fast in production.

iFood is checked daily against the live service.

Daily averagePeak 1132ms
Aug 20Today
Fastest day
775ms
Slowest day
1132ms
14-day trend
Slowing+17%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 11 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of iFood, so you can see the experience inside your AI.

It does not authenticate your account with iFood. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

iFood Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_BCe2POCfPPEPbRthQjO49o0zMQWAykrX1XtNowsp/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — iFood capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "ifood-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_BCe2POCfPPEPbRthQjO49o0zMQWAykrX1XtNowsp/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions iFood owners ask.

  • 01

    Does this work for iFood customers or only merchants?

    This MCP server is designed exclusively for iFood merchants (restaurant owners). It uses the Merchant API to manage orders, catalogs, and operations. Consumer-side features require a different API. If you're a restaurant owner using iFood for delivery, this is for you.

  • 02

    Can I accept and prepare orders automatically with this MCP?

    Yes! AI agents can update order status through the full workflow: PENDING -> ACCEPTED -> PREPARING -> READY -> DISPATCHED -> DELIVERED. You can build automation rules to accept orders instantly, notify kitchen staff, and track preparation times.

  • 03

    Does this support multiple restaurant locations?

    Absolutely. The API returns all stores associated with your merchant account. Each capability requires a store_id parameter, so you can manage operations independently across all your restaurant locations. AI agents can list all your stores first to get their IDs.