← perigeetides.com

INDIVIDUAL MCP TOOL

noaa_get_water_levels

Get observed water levels from a NOAA tide station as a time series.

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_water_levels 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

  • noaa_get_water_level_summaries — Get verified summary water-level products from a NOAA station: - high_low: each day's observed highs/lows with ty = HH (higher high), H, L, LL (lower low).
  • noaa_get_tide_predictions — Get NOAA harmonic tide predictions (future or past) for a station.
  • noaa_get_currents — Get observed current speed and direction from a NOAA current meter station.
  • noaa_get_current_predictions — Get predicted tidal currents for a NOAA current prediction station.
  • noaa_get_meteorological_data — Get observed meteorological/oceanographic sensor data from a NOAA station.
  • noaa_search_stations — Search the NOAA CO-OPS station directory by capability type, name, and/or state.
  • noaa_find_nearest_stations — Find the NOAA stations closest to a latitude/longitude point, sorted by distance.
  • noaa_get_station_info — Get a NOAA station's full metadata record: location, state, time zone, tide type, Great Lakes flag, capability flags, and links to available sub-resources.