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.
SchedulesMCP — Ocean Schedules & Carrier Reliability MCP Server
Compare ocean carrier sailing schedules, transit times, and on-time reliability before you book — straight from your AI client (Claude, Cursor, Windsurf, or any MCP client).
A sister product to TrackingMCP. Reliability is derived from observed actual-vs-scheduled arrivals across tracked ocean port calls — not carrier promises.
This repo is the public MCP server for schedulesmcp.com. It runs as a remote Streamable HTTP server; you don't need to host it. Use the public demo key to try it with no signup.
Tools
Tool | What it does |
| Rank carriers on an origin→destination pair by on-time reliability + transit time |
| On-time % and delay distribution for a carrier, optionally per lane |
| Observed median / p90 transit time for a carrier on a lane |
| Observed and derived upcoming departures on a lane |
| Congestion and dwell signals for a port |
Related MCP server: VesselAPI MCP Server
Connect
Claude Desktop
{
"mcpServers": {
"ocean-schedules": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.schedulesmcp.com/mcp",
"--header", "Authorization: Bearer YOUR_API_KEY"]
}
}
}Cursor / Windsurf / VS Code (native HTTP MCP)
{
"mcpServers": {
"ocean-schedules": {
"url": "https://mcp.schedulesmcp.com/mcp",
"headers": { "Authorization": "Bearer YOUR_API_KEY" }
}
}
}Replace YOUR_API_KEY with a key from your dashboard, or use the public demo key
smcp_demo_public for synthetic demo data (no signup). Don't add "type": "streamable-http"
— Claude Desktop rejects unknown config fields; Cursor/Windsurf infer transport from url.
Endpoint
Remote:
https://mcp.schedulesmcp.com/mcpHealth:
https://mcp.schedulesmcp.com/health
License
MIT
This server cannot be installed
Maintenance
Latest Blog Posts
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