@aisar-labs/biteship-mcp
v0.1.2
Published
MCP server for Biteship — multi-courier shipping API for Indonesia and Southeast Asia
Downloads
276
Maintainers
Readme
@aisar-labs/biteship-mcp
Multi-courier shipping API for Indonesia and Southeast Asia.
Install
npx @aisar-labs/biteship-mcpConfiguration
| Variable | Required | Description |
|----------|----------|-------------|
| BITESHIP_API_KEY | Yes | Biteship API key |
| BITESHIP_BASE_URL | No | Custom API base URL |
Tools
| Tool | Description |
|------|-------------|
| get_rates | Get shipping rates from 30+ couriers |
| create_order | Create shipment |
| get_order | Get order details |
| track_order | Track shipment |
| delete_order | Delete/cancel order |
| get_couriers | List available couriers |
| search_location | Search location/area |
| get_waybill | Get waybill/label |
Usage with Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"biteship": {
"command": "npx",
"args": ["-y", "@aisar-labs/biteship-mcp"],
"env": {
"BITESHIP_API_KEY": "your-api-key"
}
}
}
}License
MIT
