@aisar-labs/inventory-sync-mcp
v0.1.2
Published
MCP server for cross-platform inventory sync — compare and update stock across Shopee, Lazada, Tokopedia, TikTok Shop
Maintainers
Readme
@aisar-labs/inventory-sync-mcp
Cross-platform inventory sync -- compare and update stock across Shopee, Lazada, Tokopedia, TikTok Shop.
Install
npx @aisar-labs/inventory-sync-mcpConfiguration
No environment variables required. This server coordinates with other marketplace MCP servers to read and update inventory across platforms.
Tools
| Tool | Description |
|------|-------------|
| diff_inventory | Compare stock levels across platforms |
| batch_update_stock | Update stock on multiple platforms |
| get_sync_status | Get sync status and last run info |
Usage with Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"inventory-sync": {
"command": "npx",
"args": ["-y", "@aisar-labs/inventory-sync-mcp"]
}
}
}License
MIT
