Labsco
idipankan logo

Maersk Vessel Deadlines

โ˜… 1

from idipankan

Access Maersk vessel schedules and shipment deadlines programmatically via the Maersk API.

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedAccount requiredNeeds API keys

โŒ labsco summary โ€” our analysis, not the vendor's

What it is โ€” an MCP server that exposes Maersk vessel schedules and shipment deadlines to MCP-compatible clients, for logistics/shipping teams.

What you get โ€”

  • get_vessel_imo to resolve a vessel's IMO number from its name
  • get_vessel_schedule for schedules and shipment deadlines given IMO, voyage, port of loading, and country code โ€” e.g. "what are the cut-off deadlines for this voyage?"
  • get_port_calls to list vessels calling at a port over the next week

Requirements โ€” a Maersk API Consumer Key set as CONSUMER_KEY; Python 3.11+ or Docker.

Cost snapshot โ€” free (no license file stated), but it fronts Maersk's API, which requires your own developer credentials; usage terms are Maersk's. Never invent prices.

Setup effort โ€” easiest via the prebuilt image: docker run -e CONSUMER_KEY=... dipankan001/maersk-mcp:v1, then add the Docker block to Claude Desktop config.

Our take โ€” a handy real-time shipping-data bridge if you have Maersk API access, but it's tied to a single carrier (Maersk) and needs an approved consumer key to do anything.

Source: the project README โ€” summarized 2026-07-08.