LTL-FTL Comparator

LTL-FTL Comparator MCP Connector for Claude

A+

Logistics decision engine to compare LTL and FTL shipment costs, risks, and break-even points.

4 tools Official Updated Jun 29, 2026 Official Vinkius Partner

The LTL-FTL Comparator is a specialized logistics tool designed to optimize shipping decisions. By analyzing weight, volume (CBM), cargo value, and delivery deadlines, it provides precise comparisons between Less than Truckload (LTL) and Full Truckload (FTL) modes. Use calculate_ltl_metrics to determine chargeable weight and cost per kg, or calculate_ftl_metrics to assess truck capacity utilization. The engine also identifies the exact tonnage break-even point using find_break_even_threshold, helping managers decide when a dedicated truck becomes more economical than consolidated shipments. For complex scenarios involving risk tolerance and time constraints, get_shipment_recommendation provides a data-driven decision based on cost, speed, and cargo safety.

shippingltlftltransportationcost-optimizationlogistics-engine

4 tools expose this connector's capabilities to your AI agent.

find_break_even_threshold

Find the weight threshold where FTL becomes cheaper than LTL

calculate_ftl_metrics

Calculate FTL shipment metrics

calculate_ltl_metrics

Calculate LTL shipment metrics

get_shipment_recommendation

Get a shipment mode recommendation

See how to talk to your AI agent using LTL-FTL Comparator.

I have a shipment of 500kg and 2 CBM with a value of $1000. What are the LTL metrics?

For your 500kg, 2 CBM shipment, the chargeable weight is 666 kg (based on a 333 factor). The total LTL cost is $1,100.00, with a cost per kg of $2.20.

Calculate FTL metrics for 5000kg and 15 CBM in a truck with 10000kg and 30 CBM capacity. Cargo value is $5000.

The FTL shipment cost is $1,250.00, with a capacity utilization of 50% for weight and 50% for volume.

Should I use LTL or FTL for a 2000kg shipment that needs to arrive in 12 hours with low risk tolerance?

The recommended mode is FTL. Although LTL might be cheaper, the strict 12-hour deadline and your low risk tolerance for cargo damage make FTL the necessary choice to ensure safety and speed.

The engine calculates volumetric weight by multiplying the volume (CBM) by a volumetric factor. The `calculate_ltl_metrics` tool then selects the higher value between the actual weight and this volumetric weight as the chargeable weight.

Related Connectors