@aisar-labs/easyparcel-mcp
v0.1.2
Published
MCP server for EasyParcel — multi-courier shipping rates and booking for Malaysia
Maintainers
Readme
EasyParcel MCP Server
Multi-courier shipping rates and booking for Malaysia
Install
npx @aisar-labs/easyparcel-mcpConfiguration
| Variable | Required | Description |
|----------|----------|-------------|
| EASYPARCEL_API_KEY | Yes | EasyParcel API key |
| EASYPARCEL_SANDBOX | No | Use sandbox environment |
Tools
| Tool | Description |
|------|-------------|
| get_rates | Get rates from 20+ couriers |
| create_order | Create shipment order |
| pay_order | Pay for order |
| get_order_status | Get order status |
| get_tracking_status | Get tracking status |
| get_balance | Get account balance |
| get_courier_list | Get available couriers |
Usage with Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"easyparcel": {
"command": "npx",
"args": ["-y", "@aisar-labs/easyparcel-mcp"],
"env": {
"EASYPARCEL_API_KEY": "your-api-key"
}
}
}
}License
MIT
