@aisar-labs/lazada-mcp
v0.1.2
Published
MCP server for Lazada — e-commerce marketplace across Southeast Asia
Maintainers
Readme
Lazada MCP Server
E-commerce marketplace across Southeast Asia
Install
npx @aisar-labs/lazada-mcpConfiguration
| Variable | Required | Description |
|----------|----------|-------------|
| LAZADA_APP_KEY | Yes | Lazada App Key |
| LAZADA_APP_SECRET | Yes | Lazada App Secret |
| LAZADA_ACCESS_TOKEN | Yes | Lazada Access Token |
| LAZADA_COUNTRY_CODE | No | Country code (default: MY) |
Tools
| Tool | Description |
|------|-------------|
| list_products | List products |
| get_product | Get product detail |
| update_product | Update product |
| list_orders | List orders |
| get_order | Get order detail |
| get_order_items | Get order line items |
| ship_order | Ship order |
| get_seller_metrics | Get seller metrics |
Usage with Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"lazada": {
"command": "npx",
"args": ["-y", "@aisar-labs/lazada-mcp"],
"env": {
"LAZADA_APP_KEY": "your-app-key",
"LAZADA_APP_SECRET": "your-app-secret",
"LAZADA_ACCESS_TOKEN": "your-access-token"
}
}
}
}License
MIT
