Skip to content
Claude Desktop

FreightUtils MCP Server for Claude Desktop

io.github.soapyred/freightutils

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

client:Claude Desktop transport:streamable-http runtime:npm tools:25

Install FreightUtils MCP Server in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "freightutils": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://www.freightutils.com/api/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

What Claude Desktop can do once it is connected

All 25 tools →

FreightUtils MCP Server in other clients