How to Use the GrabFood Partner MCP in Claude Code
Manage GrabFood Partner store status and order queues directly from your terminal with Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect GrabFood Partner MCP to Claude Code
Create your Vinkius account to connect GrabFood Partner to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Control store availability from the command line
The `pause_store` tool lets you toggle your restaurant's online status, and `get_store_status` verifies whether your shop is currently visible to customers. Claude Code executes these operations instantly from your terminal without requiring a web browser. When the kitchen gets slammed, you type a quick command to pause incoming orders and keep your wait times under control. This headless control is perfect for quick interventions. You don't have to log into a portal or click through menus when you need to pause operations immediately.
Process orders and update ready times via CLI
The `accept_order` tool confirms incoming orders, and `update_ready_time` adjusts the estimated dispatch time for the driver. Claude Code runs these tools directly in your shell, allowing you to pipe order details into other terminal utilities. You can accept an order and immediately update its ready time based on your current ticket backlog. Operating from the terminal means zero UI lag. You process orders with raw commands, keeping driver dispatch times perfectly synced with your kitchen's actual output.
Manage menus using this terminal-based MCP Server
The `batch_update_menu` tool executes incremental updates to item prices and availability, and `update_menu` handles full menu overhauls. Claude Code lets you pipe local JSON files directly into these tools to update your digital storefront. You can modify a price in a local file and push the change to your active menu with one terminal command. This approach fits perfectly into existing bash scripts or cron jobs. You can schedule menu updates or run batch scripts to mark items as sold out at the end of the night.
Set up GrabFood Partner MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seegrabfood-partner-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest GrabFood Partner transactions." It will automatically discover and invoke the available GrabFood Partner tools.
claude mcp add --transport http grabfood-partner-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp 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 Claude Code
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.