INDIVIDUAL MCP TOOL
define_freight_term
Define a freight or logistics term in plain English with a one-line practical example, from the Cargizon glossary.
LIVE ENDPOINT
https://www.cargizon.com/api/mcp
Connect to this endpoint to inspect the live schema for define_freight_term and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.cargizon]
url = "https://www.cargizon.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"cargizon": {
"type": "http",
"url": "https://www.cargizon.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: cargizon
Remote MCP URL: https://www.cargizon.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": {
"cargizon": {
"url": "https://www.cargizon.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"cargizon": {
"type": "http",
"url": "https://www.cargizon.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "cargizon",
"transport": "streamable-http",
"url": "https://www.cargizon.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
vessel_lookup— Cross-reference a vessel by name, IMO, or MMSI against the Cargizon vessel registry and return the canonical identifiers and any stored particulars.container_carrier_lookup— Identify the carrier or owner behind a container number from its 4-letter prefix, and report whether the ISO 6346 check digit is valid.validate_container_number— Validate an ISO 6346 container number: format plus the check digit.port_lookup— Look up a port by name or UN/LOCODE (optionally filtered by country) and return its code, country, and coordinates.incoterms— Explain, compare, or recommend Incoterms 2020 trade terms.calculate_cbm_and_container_fit— Compute per-carton and total CBM (and total weight if given), plus an estimate of how many cartons fit in a 20ft, 40ft, and 40HC container.estimate_transit— Estimate transit time between two ports by mode (ocean default).