iFood Connector for AI agents.
11 live capabilities
Manage restaurant orders, menus, and delivery logistics with simple text commands.
Waiting for input…
Why people use iFood
IFood Merchant Operations and Real-Time Order Management
With this Connector, you just talk to your agent. You can ask it to list all pending orders or update a menu item's price in one go. You get a hands-off way to handle the busy work so you can focus on the food.
What Vinkius changes
You stop clicking through multiple tabs and start giving commands.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Instant Menu Updates
A restaurant runs out of a specific ingredient.
- Real-world use case 02
Bulk Order Management
A manager sees a spike in traffic and asks the agent to list all PENDING orders and update their status to ACCEPTED using get_orders and update_order_status.
- Real-world use case 03
Delivery Coordination
A driver is late.
Complete set · 11capabilities
The complete iFood capability set.
These are the exact actions your AI can choose when you ask it to work with iFood.
01—04
4 capabilities in this set.
Part of 11 available through iFood.
- 01 Capability
Get catalog
Fetches the full menu. It helps you check item availability or prepare pricing updates.
- 02 Capability
Get logistics
Retrieves delivery status for an order. Use this to coordinate with your delivery personnel.
- 03 Capability
Get orders
Lists all orders filtered by status. Use this to monitor your daily order flow.
- 04 Capability
Get business hours
Pulls the current schedule for a store. Use this to verify hours before making changes.
05—08
4 capabilities in this set.
Part of 11 available through iFood.
- 05 Capability
Get order details
Shows customer info and item totals for a specific order. Use this to review contents before prep.
- 06 Capability
Assign driver
Assigns a specific driver to an order using IDs. This helps coordinate your own delivery fleet.
- 07 Capability
Get store details
Returns specific configuration for a single store. This is useful for reviewing store info before updates.
- 08 Capability
Get stores
Lists all store IDs and addresses. Use this first to find the IDs needed for other store operations.
09—11
3 capabilities in this set.
Part of 11 available through iFood.
- 09 Capability
Update business hours
Sets new open and close times for every day of the week. This is how you manage holiday closures.
- 10 Capability
Update catalog item
Changes prices or availability for a specific menu item. Only pass the fields you want to change.
- 11 Capability
Update order status
Moves an order through the fulfillment pipeline. Use this to progress orders from PENDING to DELIVERED.
Set up in minutes
One URL. Then ask iFood to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use iFood from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_BCe2POCfPPEPbRthQjO49o0zMQWAykrX1XtNowsp/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it iFood, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable iFood for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_BCe2POCfPPEPbRthQjO49o0zMQWAykrX1XtNowsp/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the iFood URL.
- Step 03
Save and start
Save the connection and enable iFood in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"ifood": {
"url": "https://edge.vinkius.com/vk_preview_BCe2POCfPPEPbRthQjO49o0zMQWAykrX1XtNowsp/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using iFood
Open Agent mode in chat and ask: "Using iFood, help me...". 11 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"ifood": {
"url": "https://edge.vinkius.com/vk_preview_BCe2POCfPPEPbRthQjO49o0zMQWAykrX1XtNowsp/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using iFood
Ask Copilot: "Using iFood, help me...". 11 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"ifood": {
"url": "https://edge.vinkius.com/vk_preview_BCe2POCfPPEPbRthQjO49o0zMQWAykrX1XtNowsp/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using iFood
Open Cascade and ask: "Using iFood, help me...". 11 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"ifood": {
"url": "https://edge.vinkius.com/vk_preview_BCe2POCfPPEPbRthQjO49o0zMQWAykrX1XtNowsp/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using iFood
Ask Cline: "Using iFood, help me...". 11 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add ifood --transport http "https://edge.vinkius.com/vk_preview_BCe2POCfPPEPbRthQjO49o0zMQWAykrX1XtNowsp/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using iFood
Ask Claude: "Using iFood, show me...". 11 tools are ready
Where the request belongs
Work iFood can move forward.
This is for restaurant owners and delivery managers who are tired of manual data entry and constant tab switching.
Ghost Kitchen Operator
Manages high-volume orders across multiple virtual brands without needing extra office staff.
Restaurant Owner
Handles menu changes and order flow on the fly while staying focused on the kitchen.
Delivery Manager
Coordinates drivers and tracks logistics across different regions from a single interface.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsFoodpanda
Automate food delivery operations via Foodpanda. manage vendor catalogs, track orders, and control restaurant status directly from any AI agent.
PedidosYa
Automate restaurant operations on PedidosYa. manage orders, update menus, request couriers, and track deliveries across Latin America from any AI agent.
Uber Eats
AI restaurant management: manage orders, menus, deliveries, and store operations via agents.
Fizzpa
Market your restaurant or food business with digital menus, online ordering integration, and customer engagement capabilities.
GoTab
Manage your restaurant operations. menus, orders, and tabs via AI.
GoFood
Automate GoFood merchant operations. manage outlets, menus, orders, promos, and payments directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep iFood connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about iFood.
The practical details behind the request, access and result.
Can I use the iFood MCP to manage my restaurant menu?
Yes. It lets you update prices, change item descriptions, and toggle availability for your menu items using simple text commands.
How does the iFood MCP help with delivery logistics?
It helps you coordinate your fleet by assigning specific drivers to orders and tracking the real-time fulfillment status of every delivery.
Can I manage multiple iFood locations with this?
Yes. You can list all stores associated with your account and perform actions like updating hours or menus across all of them.
Does the iFood MCP handle order status updates?
Yes. You can move orders through your fulfillment pipeline, from pending to accepted, preparing, and finally dispatched or delivered.
Can I use the iFood MCP to check my business hours?
Yes. You can quickly retrieve your current schedule or set new operating hours for specific days of the week, including holidays.
Is the iFood MCP good for ghost kitchens?
It is ideal for ghost kitchens because it allows you to manage high-volume orders and multiple virtual brands from a single chat interface.
Does this work for iFood customers or only merchants?
This Connector 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.
Can I accept and prepare orders automatically with this Connector?
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.
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.
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.
One connection away
Give your agent a direct line to iFood.
Connect iFood once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available