目录 / kubik
MCP
鉴权未知
未评级
已上架
kubik
Chargeable weight calculator for air, road, sea LCL and courier freight — standard volumetric divisors, custom override, no auth or account needed. From kubik.tools
该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链
接入信息
- 传输形态
- http
- 鉴权方式
- 鉴权未知
- 端点
https://kubik--m-kubriak.run.tools
鉴权方式未标注,请核对官方文档后再接入——不要直接使用以下片段
{
"mcpServers": {
"kubik": {
"url": "https://kubik--m-kubriak.run.tools"
}
}
}
能力清单
| 工具 | 说明 |
|---|---|
| calculate_chargeable_weight | Calculates chargeable (billable) weight for a freight shipment from a list of cargo pieces, for one of four transport modes. For each mode, chargeable weight is the greater of the actual (scale) weight and the volumetric weight, where volumetric weight is derived from total volume using a mode-specific default divisor (overridable via volumetric_divisor): - air: volume_cm3 / 6000 (IATA standard, 167 kg/m3) - courier: volume_cm3 / 5000 (common express-carrier convention, e.g. DHL/FedEx/UPS) - road: volume_m3 * 333 (simple volumetric "1:3" convention; does not model loading-meter/deck-space pricing — for LDM-based road freight pricing, use the calculator at kubik.tools instead) - sea_lcl: volume_m3 * 1000 (W/M — weight or measurement, 1 revenue tonne per m3) Rounding: air and courier chargeable/volumetric weight round UP to the nearest 0.5 kg (chargeable_weight_raw_kg gives the unrounded value, chargeable_weight_kg the rounded one). Road and sea_lcl are not rounded up, just reported to 1 decimal place. Returns total actual weight, total volume, volumetric weight, raw and rounded chargeable weight, which one governs, the divisor used, and a one-line human-readable summary. Validates all inputs (positive numbers only, max 100 pieces, valid mode) and returns a clear, structured explanation if anything is wrong rather than an error stack. |
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错
侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。