SchedulesMCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@SchedulesMCPShow me the most reliable carriers from Shanghai to Long Beach"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Sailing Schedule MCP Server
Compare ocean sailing schedules, transit times, and carrier on-time reliability across 60+ carriers from Claude, Cursor, or any MCP client.
SchedulesMCP is an ocean-freight sailing-schedule MCP server that lets an AI assistant find sailings and rank shipping lines before you book. It covers 60+ carriers, 72,000+ forward sailings, and 5,000+ point-to-point lanes across 255 ports. Carrier reliability is derived from observed actual-vs-scheduled arrivals across 4,200+ scored ocean port calls — not carrier promises. It runs as a hosted remote server, so there is nothing to self-host.
Ask your AI: "Compare Shanghai→Rotterdam carriers by reliability" or "What's the median transit time for Maersk on CNSHA→USLAX?"
Coverage
60+ ocean carriers ranked head-to-head on any lane (Maersk, MSC, CMA CGM, COSCO, Hapag-Lloyd, ONE, Evergreen, HMM, Yang Ming, ZIM, and more)
72,000+ forward sailings — observed and derived upcoming departures
5,000+ point-to-point lanes across 255 ports (UN/LOCODE)
On-time reliability scored from 4,200+ observed actual-vs-scheduled port calls, with median / p90 transit-time distributions
Sister product to TrackingMCP (ocean container tracking) and LoadingMCP (container load planning).
Related MCP server: ShippingRates
Tools
Tool | What it does |
| Rank carriers serving an origin→destination port pair by on-time reliability and transit time. Use this to decide which line to book. |
| On-time performance and delay distribution for a specific carrier (by SCAC), optionally on a given lane. |
| Observed transit-time distribution (median / p90, in days) for a carrier on an origin→destination lane. |
| Observed and derived upcoming departures on an origin→destination lane, with carrier and frequency. |
| Congestion and dwell signals for a port (UN/LOCODE): average wait and vessels at anchor. |
Quick connect
The server is hosted at https://mcp.schedulesmcp.com/mcp. Try it with zero signup using the public demo key smcp_demo_public (synthetic demo data; try lanes CNSHA→NLRTM or CNSHA→USLAX).
Claude Desktop
{
"mcpServers": {
"ocean-schedules": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.schedulesmcp.com/mcp",
"--header", "Authorization: Bearer smcp_demo_public"]
}
}
}Cursor / Windsurf / VS Code (native HTTP MCP)
{
"mcpServers": {
"ocean-schedules": {
"url": "https://mcp.schedulesmcp.com/mcp",
"headers": { "Authorization": "Bearer smcp_demo_public" }
}
}
}Replace smcp_demo_public with a key from your dashboard for full coverage. Don't add "type": "streamable-http" — Claude Desktop rejects unknown config fields; Cursor/Windsurf infer transport from url. Registry ID: io.github.lxxmng/ocean-schedules.
Example prompts
"Compare Shanghai→Rotterdam carriers by reliability."
"Which line is most on-time from CNSHA to USLAX?"
"What's Maersk's on-time performance on the transpacific?"
"Give me the median and p90 transit time for CMA CGM from Ningbo to Los Angeles."
"Show upcoming sailings from Shanghai to Rotterdam."
"How congested is the port of Rotterdam right now?"
Endpoint
Remote:
https://mcp.schedulesmcp.com/mcpHealth:
https://mcp.schedulesmcp.com/health
Links
Product: schedulesmcp.com
Sister product: trackingmcp.com
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityCmaintenanceConnect your AI assistant to real-time maritime data. Access vessel tracking, port activity, and maritime safety information through natural language.Last updated24771MIT
- Alicense-qualityDmaintenanceOcean container shipping intelligence for AI agents — D\&D tariffs, freight rates, vessel schedules, port congestion, inland haulage across 6 major carriers. 24 MCP tools.Last updatedMIT

Easyship MCPofficial
Alicense-qualityDmaintenanceEnables AI agents to manage global shipping operations, including rate comparison, shipment creation, label purchasing, tracking, pickup scheduling, address validation, billing, and analytics, via natural language.Last updated48MIT- AlicenseAqualityCmaintenanceOcean and multimodal freight intelligence suite providing cross-validated rates, total landed cost, transit reliability, customs, risk, emissions, and unified ship decisions through 47 tools.Last updated4715MIT
Related MCP Connectors
Ocean & multimodal freight intelligence: rates, landed cost, transit, customs, risk, ship decisions
Ocean shipping intelligence: D&D, freight rates, vessel schedules, port data. 24 tools, 6 carriers.
Multi-carrier shipping for AI agents: compare rates, buy labels, track packages, validate addresses
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/schedulesmcp-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server