@aisar-labs/grab-express-mcp
v0.1.2
Published
MCP server for GrabExpress — on-demand delivery service across Southeast Asia
Maintainers
Readme
Grab Express MCP Server
On-demand delivery service across Southeast Asia
Install
npx @aisar-labs/grab-express-mcpConfiguration
| Variable | Required | Description |
|----------|----------|-------------|
| GRAB_EXPRESS_CLIENT_ID | Yes | Grab Express client ID |
| GRAB_EXPRESS_CLIENT_SECRET | Yes | Grab Express client secret |
| GRAB_EXPRESS_BASE_URL | No | Custom base URL |
Tools
| Tool | Description |
|------|-------------|
| get_delivery_quote | Get delivery quote |
| create_delivery | Create delivery |
| get_delivery | Get delivery details |
| cancel_delivery | Cancel delivery |
| get_delivery_status | Get delivery status |
| list_deliveries | List deliveries |
| get_service_types | Get available service types |
Usage with Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"grab-express": {
"command": "npx",
"args": ["-y", "@aisar-labs/grab-express-mcp"],
"env": {
"GRAB_EXPRESS_CLIENT_ID": "your-client-id",
"GRAB_EXPRESS_CLIENT_SECRET": "your-client-secret"
}
}
}
}License
MIT
