mcpserver.lol
registry/shipping
Connection check verified live · 20h ago

shipping

Dimensional weight, parcel fit, landed cost and freight class. 4 of 6 tools free.

Tools 6
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 20h ago

Tools & capabilities

6 tools

Read from the running server on 20h ago.

dim_weight read-only width*height*length*divisoractual_weight*custom_divisor
Work out whether a parcel bills on its size or its weight. FREE. Carriers charge the greater of actual weight and dimensional weight, so a light bulky box costs more than the scal…
free_shipping_threshold read-only ship_cost*current_aov*gross_margin_pct*target_uplift_pct
Find the order value at which free shipping stops costing you money. PREMIUM (license). Break-even is where the gross margin on the order covers the shipping you absorb. Typical i…
freight_class read-only unitswidth*height*length*weight*
Derive a US LTL freight class from density. FREE. Density in pounds per cubic foot maps to a class on the published NMFC density scale. Typical input {"length": 48, "width": 40, "…
landed_cost read-only tax_pctduty_pctquantityunit_cost*other_feesfreight_total
Total what a unit really costs once freight, duty and fees are in. FREE. Duty is applied to goods value, tax to goods plus duty plus freight — the common import treatment — and th…
parcel_fit read-only paddingitem_width*box_options*item_height*item_length*
Pick the smallest box an item actually fits in, allowing for padding. FREE. Tries every rotation of the item against every box, so an item that only fits diagonally-oriented is st…
rate_card read-only bands_lb*round_tobase_cost*margin_pctcost_per_lb*
Turn a cost model into a customer-facing weight-banded price table. PREMIUM (license). Prices each band at its upper bound so you never under-charge inside a band, then rounds up…