HomeOther › FreightUtils MCP Server

FreightUtils MCP Server

Neutral freight reference + validation layer for AI agents: ADR, HS, UN/LOCODE, freight math

TypeScript Cloud Remote
★ 6 stars Last pushed 2026-09-12 License: MIT

Topics: Travel & Transportation

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://www.freightutils.com/api/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http freightutils-mcp https://www.freightutils.com/api/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "freightutils-mcp": {
      "url": "https://www.freightutils.com/api/mcp"
    }
  }
}

Package (npm 2.19.0)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "freightutils-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ]
    }
  }
}

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry