
FreightUtils MCP Server
Give your coding agent live freight lookups—HS codes, duty, ADR dangerous goods, UN/LOCODE, airlines, ULDs, and CBM/LDM—while you build logistics, import/export, or quoting tools.
Overview
FreightUtils is a Build-phase MCP server that exposes 19 freight compliance and quoting tools—ADR, HS, duty, locodes, ULDs, and CBM/LDM—to AI coding agents.
What is this MCP server?
- 19 freight tools including ADR 2025 with LQ/EQ handling
- HS classification, duty estimates, UN/LOCODE, airline and ULD reference data
- CBM and LDM dimension helpers for quoting and load planning
- stdio npm package (freightutils-mcp) plus streamable HTTP at freightutils.com
- get_subscribe_link for subscription onboarding from the agent
- 19 freight tools exposed by the server
- Server version 2.3.0 with npm identifier freightutils-mcp
- Supports stdio and streamable-http remote transport
Community signal: 2 GitHub stars.
What problem does it solve?
Building freight or import/export features means constantly tab-switching between ADR tables, HS lookups, locode databases, and load calculators instead of letting the agent fetch answers in one thread.
Who is it for?
Indie builders creating logistics SaaS, customs calculators, 3PL internal tools, or agent workflows that must cite ADR 2025, HS codes, and UN/LOCODE in code or docs.
Skip if: Teams that only need generic shipping labels from a single carrier API with no compliance or classification depth.
What do I get? / Deliverables
After you register freightutils-mcp or the HTTP remote, your agent can pull normalized freight references and calculations while you implement quoting, compliance checks, or ops dashboards.
- Agent-callable ADR, HS, duty, locode, airline, and ULD reference results
- CBM/LDM dimension outputs for load and quote flows
- Subscription link retrieval via get_subscribe_link when onboarding paid FreightUtils access
Recommended MCP Servers
Journey fit
Freight data belongs in the Build phase because solo builders wire MCP tools into products and automation, not in early idea research. Integrations is the canonical shelf for a 19-tool MCP that connects agents to external freight APIs and calculators.
How it compares
Domain-specific freight MCP integration, not a general web-scraping or maps skill.
Common Questions / FAQ
Who is FreightUtils MCP for?
Solo and small-team developers building logistics, ecommerce fulfillment, or trade-compliance products who want nineteen freight tools callable from Claude Code, Cursor, or Codex.
When should I use FreightUtils MCP?
Use it during Build when you integrate quoting, HS classification, ADR checks, or duty estimates into an app or agent workflow that must stay current with freight reference data.
How do I add FreightUtils to my agent?
Install the npm package freightutils-mcp for stdio transport, or add the streamable-http remote https://www.freightutils.com/api/mcp in your MCP client configuration per the registry entry.