Back to Apps

Maersk Vessel Deadlines
Supports UIby idipankan
Real-time vessel schedules and shipment deadlines for Maersk-operated shipping lines.
0 stars
Works in:claude
Exposes:Tools
What it does
This MCP server connects AI assistants to Maersk's public APIs, allowing users to retrieve critical shipping logistics data, including vessel IMO numbers, schedules, and shipment deadlines.
Tools
get_vessel_imo: Retrieve the IMO (International Maritime Organization) number for a vessel by its name.get_vessel_schedule: Retrieve schedule and shipment deadlines using IMO, voyage number, port of loading, and ISO country code.get_port_calls: List vessels calling at a specific port for the upcoming week.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"maersk-mcp-server": {
"command": "docker",
"args": ["run", "--rm", "-i", "-e", "CONSUMER_KEY=<INSERT_API_KEY_HERE>", "dipankan001/maersk-mcp:v1"]
}
}
}
Supported hosts
- Claude Desktop
Quick install
docker run -e CONSUMER_KEY=INSERT_API_KEY_HERE dipankan001/maersk-mcp:v1Information
- Pricing
- free
- Published
- 6/29/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"maersk-mcp-server": {
"command": "docker",
"args": ["run", "--rm", "-i", "-e", "CONSUMER_KEY=<INSERT_API_KEY_HERE>", "dipankan001/maersk-mcp:v1"]
}
}
}





