@aisar-labs/pandago-mcp
v0.1.2
Published
MCP server for Pandago — foodpanda's on-demand delivery service for Singapore
Maintainers
Readme
Pandago MCP Server
Pandago — foodpanda's on-demand delivery for Singapore
Install
npx @aisar-labs/pandago-mcpConfiguration
| Variable | Required | Description |
|----------|----------|-------------|
| PANDAGO_CLIENT_ID | Yes | Pandago client ID |
| PANDAGO_CLIENT_SECRET | Yes | Pandago client secret |
| PANDAGO_COUNTRY_CODE | No | Country code (default: SG) |
| PANDAGO_SANDBOX | No | Use sandbox environment |
Tools
| Tool | Description |
|------|-------------|
| create_order | Create delivery order |
| get_order | Get order details |
| cancel_order | Cancel order |
| get_fee_estimate | Get delivery fee estimate |
| get_order_status | Get order status |
Usage with Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"pandago": {
"command": "npx",
"args": ["-y", "@aisar-labs/pandago-mcp"],
"env": {
"PANDAGO_CLIENT_ID": "your-client-id",
"PANDAGO_CLIENT_SECRET": "your-client-secret"
}
}
}
}License
MIT
