How to Use the GrabFood Partner MCP in Cursor
Build automated kitchen workflows and update menus directly from your Cursor agent.
Works with every AI agent you already use
…and any MCP-compatible client
Connect GrabFood Partner MCP to Cursor
Create your Vinkius account to connect GrabFood Partner to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Automate Order Pipelines with Cursor
This GrabFood Partner MCP Server exposes live order data directly to your Cursor code editor. Your Cursor agent calls `list_orders` to pull active GrabFood tickets into your workspace, letting you write automated routing logic based on real data. You confirm incoming GrabFood tickets programmatically using `accept_order` inside Cursor. When writing GrabFood dispatch automation in Cursor, you adjust courier arrivals using `update_ready_time` and signal completion via `mark_order_ready`. If you need to write error-handling code, the Cursor agent tests cancellation flows using `check_order_cancelable` and `cancel_order` safely.
Sync Menu Databases using this MCP Server
This GrabFood Partner MCP integration bridges your local inventory database and the GrabFood platform inside Cursor. You can program your Cursor agent to call `batch_update_menu` whenever your local stock counts drop to zero. This updates item availability across your storefront instantly without rebuilding the entire menu. When pushing massive seasonal updates to GrabFood, you deploy the full catalog using `update_menu` inside Cursor. Your agent parses your code files to construct the exact JSON payload required by the platform.
Control Storefront Operations from Chat
This GrabFood Partner server allows developers to manage store status and marketing campaigns from the Cursor sidebar chat. You can write scripts in Cursor that call `pause_store` during scheduled kitchen maintenance. The agent verifies the store state by running `get_store_status` to ensure your storefront is offline. You can also program GrabFood promotions in Cursor by calling `create_campaign` with custom discount rules. The agent reads your active marketing setup using `list_campaigns` to help you audit your budget.
Set up GrabFood Partner MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the GrabFood Partner MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent GrabFood Partner transactions." If the MCP tools are loaded correctly, Cursor will call the GrabFood Partner tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"grabfood-partner-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by GrabFood Partner. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about GrabFood Partner MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the GrabFood Partner MCP today
We host it, we monitor it, we maintain it. You just paste one token.