@aisar-labs/grab-merchant-mcp
v0.1.2
Published
MCP server for GrabFood/GrabMart — manage orders, menus, and store hours
Maintainers
Readme
@aisar-labs/grab-merchant-mcp
GrabFood/GrabMart -- manage orders, menus, and store hours.
Install
npx @aisar-labs/grab-merchant-mcpConfiguration
| Variable | Required | Description |
|----------|----------|-------------|
| GRAB_CLIENT_ID | Yes | Grab OAuth client ID |
| GRAB_CLIENT_SECRET | Yes | Grab OAuth client secret |
| GRAB_MERCHANT_ID | Yes | Grab merchant ID |
Tools
| Tool | Description |
|------|-------------|
| list_orders | List orders |
| get_order_detail | Get order details |
| cancel_order | Cancel order |
| respond_to_order_edit | Accept/reject order modifications |
| get_menu_categories | Get menu categories |
| update_menu_item | Update menu item availability |
| get_store_hours | Get store hours |
| update_store_hours | Update store hours |
| pause_store | Pause/unpause store |
| get_transaction_report | Get revenue/transaction reports |
Usage with Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"grab-merchant": {
"command": "npx",
"args": ["-y", "@aisar-labs/grab-merchant-mcp"],
"env": {
"GRAB_CLIENT_ID": "your-client-id",
"GRAB_CLIENT_SECRET": "your-client-secret",
"GRAB_MERCHANT_ID": "your-merchant-id"
}
}
}
}License
MIT
