@aisar-labs/shipper-mcp
v0.1.2
Published
MCP server for Shipper.id — logistics platform and OMS for Indonesia
Maintainers
Readme
@aisar-labs/shipper-mcp
Shipper.id -- logistics platform and OMS for Indonesia.
Install
npx @aisar-labs/shipper-mcpConfiguration
| Variable | Required | Description |
|----------|----------|-------------|
| SHIPPER_API_KEY | Yes | Shipper API key |
Tools
| Tool | Description |
|------|-------------|
| create_order | Create shipment order |
| get_order | Get order details |
| track_order | Track shipment |
| get_rates | Get shipping rates |
| list_agents | List pickup agents |
| get_areas | Search areas/locations |
| cancel_order | Cancel order |
Usage with Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"shipper": {
"command": "npx",
"args": ["-y", "@aisar-labs/shipper-mcp"],
"env": {
"SHIPPER_API_KEY": "your-api-key"
}
}
}
}License
MIT
