Free MCP server

Cargizon freight tools, over MCP

Connect Claude or any MCP client to eight free freight tools: container and vessel lookups, port and Incoterms references, CBM and container fit, and transit estimates. No account, no API key.

Cargizon runs a Model Context Protocol (MCP) server so an AI assistant can call our freight tools directly in a conversation. The tools are free and need no account. They read our own reference data and run pure calculations, so there are no live feeds and nothing to sign up for. When you want to track your own shipments and audit your freight invoices, that is the full product below.

The eight tools

vessel_lookup
Cross-reference a vessel by name, IMO, or MMSI against the Cargizon registry. Static registry only, no live position.
container_carrier_lookup
Identify the carrier or owner behind a container number from its prefix, and report whether the ISO 6346 check digit is valid.
validate_container_number
Validate an ISO 6346 container number, format plus check digit, and return the parsed owner, category, and serial.
port_lookup
Look up a port by name or UN/LOCODE, optionally filtered by country, and get its code, country, and coordinates.
incoterms
Explain one Incoterms 2020 term, compare two side by side, or recommend one from a described situation. Guidance only, not legal advice.
calculate_cbm_and_container_fit
Compute per-carton and total CBM and weight, plus how many cartons fit a 20ft, 40ft, or 40HC container.
estimate_transit
Estimate port-to-port transit time by mode as a day range with the basis. Always an estimate, never a booked schedule.
define_freight_term
Define a freight or logistics term in plain English with a one-line practical example, from the Cargizon glossary.

Connect in your MCP client

The server speaks Streamable HTTP at a single endpoint. Add it to any MCP client that supports a remote server. No authentication is required.

Endpoint

https://www.cargizon.com/api/mcp

Claude Code (CLI)

claude mcp add --transport http cargizon https://www.cargizon.com/api/mcp

Cursor, VS Code, or any client with an mcp.json

{
  "mcpServers": {
    "cargizon": {
      "url": "https://www.cargizon.com/api/mcp"
    }
  }
}

Claude Desktop

Open Settings, go to Connectors, add a custom connector named Cargizon, and paste the endpoint above as its URL.

Once connected, ask the assistant something like "look up the carrier for container MSKU1234567" or "estimate the ocean transit from Shanghai to Los Angeles" and it will call the matching tool.

MCP server questions

The tools are free. The product tracks your freight.

Cargizon turns your purchase orders into tracked shipments and checks each carrier invoice against your rate card, so wrong charges get flagged before you pay. Start free.