Skip to main content
Glama
SoapyRED

FreightUtils MCP Server

by SoapyRED

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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:

  • Calculate the volume of a shipment for sea freight quoting

  • Convert dimensions to CBM, cubic feet, or litres

  • Determine freight tonnes for ocean shipping

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:

  • Quote air freight shipments

  • Determine if a shipment is charged by volume or weight

  • Compare volumetric factors across carriers

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:

  • Quote European road freight (FTL/LTL)

  • Calculate trailer utilisation percentage

  • Check if pallets fit within vehicle weight/space limits

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:

  • Find the hazard class, packing group, and labels for a UN number

  • Search dangerous goods by name (e.g., "petrol", "lithium batteries")

  • Get tunnel restriction codes and transport categories

  • Check limited quantity allowances

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:

  • Check if a load of dangerous goods qualifies for the small load exemption

  • Calculate total ADR points for a mixed load

  • Determine if full ADR compliance is required

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:

  • Find an airline's IATA code, ICAO code, or air waybill (AWB) prefix

  • Verify airline cargo capabilities

  • Look up airlines by country

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:

  • Get internal dimensions, capacity (CBM), and weight limits

  • Find how many euro/GMA pallets fit in a container

  • Calculate how many items of a given size fit inside

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:

  • Find the HS code for a product (e.g., "laptop", "olive oil")

  • Get the tariff classification hierarchy (section → chapter → heading → subheading)

  • Browse HS sections (I through XXI)

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:

  • Explain what an Incoterm means (e.g., "What does FOB mean?")

  • Compare seller vs buyer responsibilities

  • Determine risk and cost transfer points

  • Check which Incoterms apply to sea freight vs any mode

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:

  • Layer-by-layer stacking up to the max height

  • 90-degree rotation to find the best fit

  • Weight capacity limits

  • Volume utilisation percentage

Use this tool when you need to:

  • Plan pallet loading for warehouse/shipping

  • Calculate total boxes per pallet

  • Check if weight limits will be reached before space runs out

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:

  • Convert between metric and imperial units

  • Calculate freight tonnes from CBM (1 CBM = 1 freight tonne = 1,000 kg)

  • Convert CBM to chargeable weight for air freight quoting

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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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