← freightutils.com
INDIVIDUAL MCP TOOL
get_subscribe_link
Get the URL where the user can subscribe to FreightUtils Pro for higher API limits (50,000 requests/month).
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.freightutils-mcp]
url = "https://www.freightutils.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"freightutils-mcp": {
"type": "http",
"url": "https://www.freightutils.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: freightutils-mcp
Remote MCP URL: https://www.freightutils.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"freightutils-mcp": {
"url": "https://www.freightutils.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"freightutils-mcp": {
"type": "http",
"url": "https://www.freightutils.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "freightutils-mcp",
"transport": "streamable-http",
"url": "https://www.freightutils.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
cbm_calculator— Calculate cubic metres (CBM) for a shipment from per-piece dimensions.chargeable_weight_calculator— Calculate air freight chargeable weight — the greater of actual gross weight and volumetric weight, which is what airlines bill.ldm_calculator— Calculate loading metres (LDM) for European road freight — how much trailer length a pallet load occupies.adr_lookup— Look up European road dangerous-goods (ADR 2025) reference data for a substance: hazard class, classification code, packing group, labels, special provisions, limited/excepted quantities, transport category, tunnel restriction code and Kemler (hazard identification) number.adr_exemption_calculator— Calculate ADR 1.airline_lookup— Search 6,357 airlines by name, IATA code, ICAO code, AWB prefix, or country.airport_lookup— Look up an airport by IATA code (3 letters, e.nearest_airport— Find the airports nearest to a caller-provided latitude/longitude, sorted by great-circle (haversine) distance with distance_km on each result.