Container Tracking MCP server
DCSA container tracking across 228 ocean carriers: live vessel positions, ETAs, demurrage alerts.
0 stars
Reviews
Write oneNobody has reviewed Container Tracking MCP yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Container Tracking MCP tools
Tool list not cached yet. `describe` through the gateway fetches it live.
Public scan report
scanner v0.1.9 · 2026-09-25 · same rubric, same numbers if you re-run it
- –Code scanremote-only server, no package to scann/a
- Live reliabilityremote reachable in 377ms (auth required)20/20
- –Tool poisoningtools not inspected (endpoint requires auth); not countedn/a
- Auth qualityOAuth resource metadata advertised on 40115/15
- Maintenancelast push 71 days ago12/15
- Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
What the publisher says
From the Container Tracking MCP repository's README, as published. We do not edit it. Read it on GitHub
Container Tracking MCP Server
Track ocean containers across 200+ shipping lines from Claude, ChatGPT, Cursor, or any MCP client.
Container Tracking MCP is an ocean-freight MCP server that lets an AI assistant track a container via MCP across 225 carriers — including Maersk, MSC, CMA CGM, COSCO, and Hapag-Lloyd. Track by container number, bill of lading, or booking number to get live milestones, vessel position, ETA, and demurrage & detention free time as DCSA-normalised events. It runs as a hosted remote server, so there is nothing to self-host.
Ask your AI: "Where is container MSCU7349821?" or "Which shipments have demurrage risk this week?"
Supported carriers & coverage
Container Tracking MCP covers 200+ ocean shipping lines (225 carriers). Top lines include:
Maersk · MSC · CMA CGM · COSCO · Hapag-Lloyd · ONE (Ocean Network Express) · Evergreen · HMM · Yang Ming · ZIM · OOCL · Wan Hai · PIL · Hyundai · SITC · KMTC · Matson · Sinokor · Heung-A · Namsung — and 200+ more.
Every carrier is normalised to the DCSA ocean-tracking event standard, so a milestone from any line looks the same to your AI client. Track by:
- Container number (e.g. MSCU7349821)
- Bill of lading number
- Booking number
You get: live milestone events, current vessel name + IMO, live AIS vessel position, ETA with a confidence percentage, demurrage & detention free-time countdown, and port congestion signals.
Tools
Quick connect
The server is hosted at https://mcp.trackingmcp.com/mcp. Try it with zero signup using the public demo key tmcpdemopublic, or get a free API key.
Claude Desktop
Add to ~/Library/Application Support/Claude/claudedesktopconfig.json:
{
"mcpServers": {
"container-tracking": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.trackingmcp.com/mcp",
"--header", "Authorization: Bearer tmcp_demo_public"]
}
}
}Cursor / Windsurf / VS Code (native HTTP MCP)
{
"mcpServers": {
"container-tracking": {
"url": "https://mcp.trackingmcp.com/mcp",
"headers": { "Authorization": "Bearer tmcp_demo_public" }
}
}
}Replace tmcpdemopublic with your own key from trackingmcp.com/mcp for live production tracking. Registry ID: io.github.lxxmng/container-tracking.
Example prompts
Shortened. The full README is on GitHub.
Nothing above is checked by us. What we check is on the safety report.
Install directly
claude mcp add --transport http container-tracking https://mcp.trackingmcp.com/mcp
Container Tracking MCP: common questions
- Is Container Tracking MCP server safe?
- Yes, by our scan: it is graded A (92/100). Read the Container Tracking MCP safety report
- How do I install Container Tracking MCP?
- It runs remotely at mcp.trackingmcp.com. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does Container Tracking MCP need an API key?
- No key to paste: it signs you in with OAuth when your client connects.
- Is Container Tracking MCP maintained?
- The last commit was 73 days ago (2026-07-16). The latest release is v1.3.0.
- Is Container Tracking MCP up?
- 100% of our last 28 checks got an answer. We check remote servers about four times a day.