container-tracking-mcp
Container Tracking MCP
Track ocean freight containers directly from Claude, ChatGPT, Cursor, or any MCP-compatible AI assistant.
Ask your AI: "Where is container MSCU7349821?" or "Which shipments have demurrage risk this week?"
Quick setup
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"container-tracking": {
"type": "streamable-http",
"url": "https://mcp.trackingmcp.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}Cursor / VS Code
{
"mcp": {
"servers": {
"container-tracking": {
"type": "http",
"url": "https://mcp.trackingmcp.com/mcp",
"headers": { "Authorization": "Bearer YOUR_API_KEY" }
}
}
}
}Related MCP server: ShippingRates
Tools
Tool | Tokens | What it does |
| 15 | Portfolio overview: exceptions, arriving soon, demurrage risk |
| 50 | Full status: route, ETA, vessel, events, AI narrative |
| 25 | Live AIS: lat/lng, speed, heading |
| 20 | Risk report: free days left, daily rates, projected cost |
| 15 | Wait times at any port by UN/LOCODE |
| 10 | Start tracking a container ID or B/L |
Token pricing
Pack | Tokens | Price | Per container check |
Starter | 3,000 | €49 | €1.47 |
Growth | 15,000 | €199 | €1.19 |
Pro | 50,000 | €549 | €0.99 |
Enterprise | 100,000 | €849 | €0.76 |
One "container check" = get_container_detail + get_vessel_position + get_shipment_summary = 90 tokens
Tokens never expire. Buy at trackingmcp.com/pricing
Example questions
"Give me a summary of all active shipments"
"What's the status of HLCU2840012?"
"Which containers arrive at Rotterdam this week?"
"Am I at risk of demurrage on any containers?"
"How congested is Felixstowe port right now?"
"Start tracking BL MAEU123456789"
Links
This server cannot be installed
Maintenance
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lxxmng/container-tracking-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server