npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

schedulesmcp-mcp

v0.1.0

Published

Ocean freight sailing-schedule & carrier-reliability MCP server — 60+ carriers, 72,000+ forward sailings, 5,000+ lanes. Compare lanes, transit times, and on-time performance before you book. Works with Claude, Cursor, and any MCP client.

Downloads

19

Readme

SchedulesMCP — Ocean Schedules & Carrier Reliability MCP Server

Compare ocean carrier sailing schedules, transit times, and on-time reliability before you book — 60+ carriers, 72,000+ forward sailings across 5,000+ lanes and 255 ports — 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 4,200+ scored 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 | |---|---| | compare_lanes | Rank carriers on an origin→destination pair by on-time reliability + transit time | | carrier_reliability | On-time % and delay distribution for a carrier, optionally per lane | | transit_time | Observed median / p90 transit time for a carrier on a lane | | find_sailings | Observed and derived upcoming departures on a lane | | get_schedules | Published forward sailings on a lane: carrier, vessel, voyage, ETD/ETA and cut-offs | | find_best_sailings | Best upcoming sailings on a lane, one per carrier, ranked — filter by dates, transit, reliability, open cut-offs | | watch_lane | Watch a lane for schedule alerts — blank sailings, closing cut-offs, slips, reliability drops (paid) | | port_reliability | Congestion and dwell signals for a port | | carrier_league | League table of carriers ranked by overall on-time reliability | | port_congestion | Fused port-congestion signal: level, expected added wait in days, confidence | | active_cyclones | Live tropical cyclones currently active on ocean trade lanes | | lane_storm_exposure | Whether a lane currently passes through an active cyclone's forecast gale field |

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/mcp
  • Health: https://mcp.schedulesmcp.com/health

License

MIT