← perigeetides.com

INDIVIDUAL MCP TOOL

noaa_get_station_datums

Get the accepted tidal datum values for a station: the elevations of MHHW, MHW, MTL, MSL, DTL, MLW, MLLW, STND, NAVD88 (where computed), plus GT (great diurnal range), MN (mean range), LAT/HAT (lowest/highest astronomical tide), and the station's historical extreme min/max water levels with dates.

perigeetides.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://perigeetides.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for noaa_get_station_datums and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

perigeetides.com

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.noaa-tides-currents-mcp-server]
url = "https://perigeetides.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "noaa-tides-currents-mcp-server": {
      "type": "http",
      "url": "https://perigeetides.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: noaa-tides-currents-mcp-server
Remote MCP URL: https://perigeetides.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": {
    "noaa-tides-currents-mcp-server": {
      "url": "https://perigeetides.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "noaa-tides-currents-mcp-server": {
      "type": "http",
      "url": "https://perigeetides.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "noaa-tides-currents-mcp-server",
  "transport": "streamable-http",
  "url": "https://perigeetides.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools