Skip to content

Developer portal

Freight intelligence your software can call directly.

One reference in; status, route, milestones, schedules, rates and load plans out. Every product speaks REST, and most speak MCP as well, behind a single bearer key.

Your first call

Track a container in one request.

The public lookup needs no account. Paste a container number, a bill of lading or a booking, and read back a normalised status and a truthful ETA.

See the endpoint
curl -X POST https://api.trackingmcp.com/v1/track/public \
  -H "Content-Type: application/json" \
  -d '{"reference":"MEDU1234562"}'

The APIs

23 endpoints · 24 MCP tools

REST

Plain HTTP, JSON out

Bearer-key auth, predictable envelopes and DCSA-normalised events. Copy-paste samples in curl, JavaScript and Python on every endpoint.

Browse the reference

MCP

Freight state as tool calls

Point Claude, Cursor or any MCP client at a server and let the model call tracking, schedules and load planning directly. Same key, same data.

MCP quickstart