FreightUtils MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| cbm_calculatorA | Calculate cubic metres (CBM) for a shipment. CBM is the standard volume unit in international shipping. One CBM = 1m x 1m x 1m = 1,000 litres. Ocean freight carriers price per "freight tonne" (1 CBM or 1,000 kg, whichever is greater). Use this tool when you need to:
Input dimensions in centimetres. Specify pieces to get total volume for multiple identical items. |
| chargeable_weight_calculatorA | Calculate air freight chargeable weight (volumetric vs actual). Airlines charge by "chargeable weight" — the greater of actual weight or volumetric weight. The IATA standard volumetric factor is 6,000 (1 CBM = 166.67 kg). Some carriers use different factors (e.g., 5,000 for DHL). Use this tool when you need to:
A ratio > 1.0 means the shipment is "volumetric" (light for its size). A ratio < 1.0 means it's "heavy" (dense cargo). |
| ldm_calculatorA | Calculate loading metres (LDM) for road freight shipments. LDM measures how much of a trailer's length a pallet load occupies. European trailers are 13.6m long and 2.4m wide. LDM = (pallet_length x pallet_width x quantity) / (trailer_width x stack_factor). Use this tool when you need to:
Supports pallet presets (euro, uk, half, quarter) or custom dimensions. Supports vehicles: artic (13.6m), rigid10, rigid75, luton, or custom length. |
| adr_lookupA | Look up dangerous goods (hazmat) information from the ADR 2025 database. ADR is the European agreement for international carriage of dangerous goods by road. This tool searches 2,939 entries covering all 9 hazard classes. Use this tool when you need to:
Provide a UN number for exact lookup, or a search term for name-based search. |
| adr_exemption_calculatorA | Calculate ADR 1.1.3.6 exemption thresholds for mixed hazardous loads. ADR 1.1.3.6 allows reduced requirements when the total "points" of a mixed load are 1,000 or below. Each substance is assigned to a transport category (0-4) with a multiplier. Points = quantity x multiplier. Use this tool when you need to:
For single substances, provide un_number + quantity. For mixed loads, use the items array. |
| airline_lookupA | Search 6,352 airlines by name, IATA/ICAO code, AWB prefix, or country. Use this tool when you need to:
AWB prefixes are 3-digit codes used on air waybills to identify the issuing carrier (e.g., 176 = Emirates). |
| container_lookupA | Get ISO shipping container specifications and calculate loading. Covers 10 container types: 20ft standard, 40ft standard, 40ft high-cube, 20ft/40ft reefer, 20ft/40ft open-top, 20ft/40ft flat-rack, and 45ft high-cube. Use this tool when you need to:
Provide a container type for specs. Add item dimensions (l, w, h in cm) to calculate loading. |
| hs_code_lookupA | Search 6,940 Harmonized System (HS) tariff codes. HS codes are 6-digit international product classification codes used for customs declarations and duty calculations. The first 2 digits = chapter, 4 digits = heading, 6 digits = subheading. Use this tool when you need to:
Provide a search term for description-based search, or an exact HS code for detailed lookup. |
| incoterms_lookupA | Look up Incoterms 2020 trade rules. Incoterms define who pays for what in international trade — transport, insurance, customs clearance, and risk transfer. There are 11 rules: 7 for any transport mode (EXW, FCA, CPT, CIP, DAP, DPU, DDP) and 4 for sea/inland waterway only (FAS, FOB, CFR, CIF). Use this tool when you need to:
|
| pallet_fitting_calculatorA | Calculate how many boxes fit on a pallet (layers, rotation, weight limits). This tool determines the optimal arrangement of identical boxes on a pallet, accounting for:
Use this tool when you need to:
|
| unit_converterA | Convert between freight and logistics units. Supports weight (kg, lbs, oz, tonnes, short_tons, long_tons), volume (cbm, cuft, cuin, litres, gal_us, gal_uk), length (cm, inches, m, feet, mm), and freight-specific conversions (cbm→chargeable_kg, cbm→freight_tonnes). Use this tool when you need to:
Note: Short tons (US) = 2,000 lbs. Long tons (UK) = 2,240 lbs. Metric tonnes = 2,204.6 lbs. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/SoapyRED/freightutils-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server