Home › Other › FreightUtils MCP Server
FreightUtils MCP Server
Neutral freight reference + validation layer for AI agents: ADR, HS, UN/LOCODE, freight math
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 freightutils-mcp@2.19.0
Or add to your MCP client config:
{
"mcpServers": {
"freightutils-mcp": {
"command": "npx",
"args": [
"-y",
"freightutils-mcp@2.19.0"
]
}
}
}
Related servers
mcp-server-airbnb
Provides tools to search Airbnb and get listing details.
teslamate-mcp
A Model Context Protocol (MCP) server that provides access to your TeslaMate database, allowing AI assistants to query Tesla vehicle data…
wanderlog-mcp
MCP server for Wanderlog that lets AI clients read and edit trip itineraries through natural language, including trips, places, notes,…
tripadvisor-mcp
A MCP server that enables LLMs to interact with Tripadvisor API, supporting location data, reviews, and photos through standardized MCP…
ns-mcp-server
Access Dutch Railways (NS) travel information, schedules, and real-time updates
mcp-server-nationalparks
National Park Service API integration providing latest information of park details, alerts, visitor centers, campgrounds, and events for…
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry