@aisar-labs/lalamove-mcp
v0.1.2
Published
MCP server for Lalamove — on-demand delivery across Southeast Asia
Downloads
266
Maintainers
Readme
Lalamove MCP Server
On-demand delivery across Southeast Asia
Install
npx @aisar-labs/lalamove-mcpConfiguration
| Variable | Required | Description |
|----------|----------|-------------|
| LALAMOVE_API_KEY | Yes | Lalamove API key |
| LALAMOVE_API_SECRET | Yes | Lalamove API secret |
| LALAMOVE_MARKET | Yes | Market code (e.g. MY, SG, TH) |
| LALAMOVE_SANDBOX | No | Use sandbox environment |
Tools
| Tool | Description |
|------|-------------|
| get_quotation | Get delivery quotation |
| create_order | Place delivery order |
| get_order | Get order details |
| cancel_order | Cancel order |
| get_driver | Get driver info |
| list_cities | List available cities |
| get_order_status | Get order status |
| add_priority_fee | Add priority fee |
| get_services | Get available services |
Usage with Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"lalamove": {
"command": "npx",
"args": ["-y", "@aisar-labs/lalamove-mcp"],
"env": {
"LALAMOVE_API_KEY": "your-api-key",
"LALAMOVE_API_SECRET": "your-api-secret",
"LALAMOVE_MARKET": "MY"
}
}
}
}License
MIT
