Agent Tools
Back to MCP servers

FreightUtils MCP Server

https://www.freightutils.com/api/mcp
● degraded

19 freight tools: ADR 2025+LQ/EQ, HS, airlines, UN/LOCODE, ULDs, duty, CBM/LDM, get_subscribe_link

Transport
streamable-http
Auth
Cost

How to connect

MCP endpoint (streamable-http)
https://www.freightutils.com/api/mcp
JSON-RPC initialize probe
curl -X POST https://www.freightutils.com/api/mcp \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Source code
https://github.com/SoapyRED/freightutils-mcp