← Registry

Data Collection

schedulesmcp.com

Provides ocean freight data such as carrier reliability, transit times, and sailing schedules for specific lanes.

1 endpoint12 known toolsFirst detected August 6, 2026Last detected August 6, 2026

ENDPOINT 1

https://mcp.schedulesmcp.com/mcp

No auth detected

MCP server metadata

Name
ocean-schedules
Version
1.0.0
Capabilities
tools.listChanged

Known tools 12

compare_lanes

Compare ocean carriers serving an origin→destination port pair, ranked by on-time reliability and transit time.

Inferred read-only
carrier_reliability

On-time performance and delay distribution for a specific carrier (by SCAC), optionally on a given lane.

Inferred read-only
transit_time

Observed transit-time distribution (median / p90, in days) for a carrier on an origin→destination lane.

Inferred read-only
find_sailings

Observed and derived upcoming departures on an origin→destination lane, with carrier and frequency.

Inferred read-only
get_schedules

Published forward sailing schedules on an origin→destination lane: carrier, vessel, voyage, ETD/ETA and cut-offs, soonest first.

Inferred read-only
find_best_sailings

Decision query: the best upcoming sailings on a lane, ONE per carrier (next bookable departure), ranked.

Inferred read-only
watch_lane

Watch 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-only
port_reliability

Congestion and dwell signals for a port (UN/LOCODE) — average wait and vessels at anchor.

Inferred read-only
carrier_league

Carrier league table — ocean carriers ranked by overall on-time reliability across all tracked lanes.

Inferred read-only
port_congestion

Fused 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-only
active_cyclones

Live 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 effects
lane_storm_exposure

Whether 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-only

CONNECT 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.

Trust status Neutral

schedulesmcp.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.