Data Collection
schedulesmcp.com
Provides ocean freight data such as carrier reliability, transit times, and sailing schedules for specific lanes.
ENDPOINT 1
https://mcp.schedulesmcp.com/mcp
MCP server metadata
- Name
- ocean-schedules
- Version
- 1.0.0
Known tools 12
compare_lanesCompare ocean carriers serving an origin→destination port pair, ranked by on-time reliability and transit time.
Inferred read-onlycarrier_reliabilityOn-time performance and delay distribution for a specific carrier (by SCAC), optionally on a given lane.
Inferred read-onlytransit_timeObserved transit-time distribution (median / p90, in days) for a carrier on an origin→destination lane.
Inferred read-onlyfind_sailingsObserved and derived upcoming departures on an origin→destination lane, with carrier and frequency.
Inferred read-onlyget_schedulesPublished forward sailing schedules on an origin→destination lane: carrier, vessel, voyage, ETD/ETA and cut-offs, soonest first.
Inferred read-onlyfind_best_sailingsDecision query: the best upcoming sailings on a lane, ONE per carrier (next bookable departure), ranked.
Inferred read-onlywatch_laneWatch a lane for schedule alerts (PAID): get emailed when a sailing on it is blanked, a booking cut-off is about to close, or a sailing slips.
Inferred read-onlyport_reliabilityCongestion and dwell signals for a port (UN/LOCODE) — average wait and vessels at anchor.
Inferred read-onlycarrier_leagueCarrier league table — ocean carriers ranked by overall on-time reliability across all tracked lanes.
Inferred read-onlyport_congestionFused port-congestion signal for a port (UN/LOCODE): effective level (mild/moderate/severe), expected added wait in days (for ETA-band widening), a 0–1 confidence, and per-source detail — weiyun broad-AIS analysis + IMF PortWatch throughput + our own AIS wait/density.
Inferred read-onlyactive_cyclonesLive tropical cyclones (typhoons/hurricanes) currently active on ocean trade lanes — name, basin, category, center position, max wind, pressure and movement, from CMA (NW-Pacific) + NHC (Atlantic/E-Pacific) + JTWC (Indian/Southern Hemisphere) + GDACS (global).
Potential side effectslane_storm_exposureWhether an origin→destination ocean lane currently passes through an active cyclone's forecast gale field (a "storm-exposed" sailing at risk of weather delay).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.ocean-schedules]
url = "https://mcp.schedulesmcp.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ocean-schedules": {
"type": "http",
"url": "https://mcp.schedulesmcp.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ocean-schedules
Remote MCP URL: https://mcp.schedulesmcp.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"ocean-schedules": {
"url": "https://mcp.schedulesmcp.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ocean-schedules": {
"type": "http",
"url": "https://mcp.schedulesmcp.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ocean-schedules",
"transport": "streamable-http",
"url": "https://mcp.schedulesmcp.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for schedulesmcp.com was fetched 2026-08-11T01:12:43.425Z.
schedulesmcp.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.