currents-mcp

sailingnaturali/currents-mcp
★ 0 stars Python API Integration Updated 1d ago
MCP server exposing Pacific Northwest tidal-gate slack windows (CHS + NOAA current predictions) to agents
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "currents-mcp": {
      "command": "uvx",
      "args": [
        "currents-mcp"
      ]
    }
  }
}

Or install with pip: pip install currents-mcp

README Excerpt

MCP server exposing Pacific Northwest tidal-gate slack windows to agents. Tidal-current predictions are read from the [`signalk-currents`](https://github.com/sailingnaturali) plugin's `/currents` resource (the plugin owns CHS/NOAA fetching and caching); this server maps named gates and destination passages onto those predictions and reports next slack windows, transit windows, and recommended departure times. Tide heights come from the same SignalK server's [`signalk-tides`](https://github.com/o

Tools (4)

SIGNALK_URLdatelonsets_display