← Registry

Data Collection

perigeetides.com

Provides access to NOAA water level data, tide predictions, and current observations.

2 endpoints26 known toolsFirst detected July 25, 2026Last detected September 5, 2026

ENDPOINT 1

https://perigeetides.com/mcp

No auth detected

MCP server metadata

Name
noaa-tides-currents-mcp-server
Version
2.0.0
Capabilities
tools.listChangedresources.listChangedcompletionsprompts.listChanged

Known tools 26

noaa_get_water_levels

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

Inferred read-only
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).

Inferred read-only
noaa_get_tide_predictions

Get NOAA harmonic tide predictions (future or past) for a station.

Inferred read-only
noaa_get_currents

Get observed current speed and direction from a NOAA current meter station.

Inferred read-only
noaa_get_current_predictions

Get predicted tidal currents for a NOAA current prediction station.

Inferred read-only
noaa_get_meteorological_data

Get observed meteorological/oceanographic sensor data from a NOAA station.

Inferred read-only
noaa_search_stations

Search the NOAA CO-OPS station directory by capability type, name, and/or state.

Inferred read-only
noaa_find_nearest_stations

Find the NOAA stations closest to a latitude/longitude point, sorted by distance.

Inferred read-only
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.

Inferred read-only
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.

Inferred read-only
noaa_get_harmonic_constituents

Get the harmonic constituents NOAA uses to compute tide or current predictions at a station — the amplitude, phase, and angular speed of each tidal constituent (M2, S2, N2, K1, O1, ...).

Inferred read-only
noaa_get_prediction_offsets

Get the offsets a subordinate (type "S") prediction station applies to its reference station's predictions.

Inferred read-only
noaa_get_sea_level_trends

Get the long-term relative sea level trend at a NOAA station: trend and error (reported by NOAA in mm/yr or inches/decade — the payload's trendUnits field says which), the observation period (startDate/endDate), and seasonal amplitude.

Inferred read-only
noaa_get_sea_level_rise_projections

Get NOAA's Interagency Sea Level Rise Scenario projections for a station (from the 2022 technical report): projected relative sea level (meters or feet, see units field) per decade through 2150 under the chosen scenario.

Inferred read-only
noaa_get_extreme_water_levels

Get NOAA's extreme water level exceedance statistics for a station: the annual exceedance probability levels (e.g.

Inferred read-only
noaa_get_top_ten_water_levels

Get a station's highest recorded water levels: analysis "toptenwaterlevels" returns the ten highest events on record (with date, height, causal event name like "Great New England Hurricane", and category); "peakwaterlevels" returns peak event records (optionally filtered by year).

Inferred read-only
noaa_get_high_tide_flooding

Get NOAA high tide flooding (HTF, "nuisance"/"sunny day" flooding) statistics for a station.

Inferred read-only
astro_get_moon_phase

Get the moon phase for a date (or each day of a date range if end_date is given): phase name (New Moon, Waxing Crescent, ...), illuminated fraction, age in days within the 29.53-day cycle, distance (km), apparent diameter (degrees), and waxing/waning.

Inferred read-only
astro_get_next_moon_phase

Find the date(s) of the next occurrence(s) of a principal moon phase (New Moon, First Quarter, Full Moon, Last Quarter) from a starting date.

Inferred read-only
astro_get_sun_times

Get sunrise, sunset, solar noon, dawn/dusk (civil), nautical dawn/dusk, astronomical dawn/dusk, golden hour, and day length for a location and date (or each day of a range if end_date is given).

Inferred read-only
astro_get_sun_position

Get the sun's position for a date, time, and location: azimuth (degrees clockwise from north as rendered here), altitude above the horizon (degrees), plus approximate declination and right ascension.

Inferred read-only
astro_get_next_sun_event

Find the next occurrence(s) of a sun event (sunrise, sunset, dawn, dusk, solarNoon, night, nightEnd, goldenHourStart, goldenHourEnd, nauticalDawn, nauticalDusk, astronomicalDawn, astronomicalDusk) at a location from a starting date.

Inferred read-only
nws_get_wind_forecast

Get the NWS hourly wind FORECAST (speed, gust, direction — plus wave height where the grid carries it) for a latitude/longitude.

Inferred read-only
nws_get_marine_forecast

Get the official NWS Coastal Waters Forecast (CWF) narrative for the marine zone covering a latitude/longitude — day-part wind/seas text ("SE winds 10 to 15 kt...

Inferred read-only
noaa_get_reference_guide

Get curated reference documentation for NOAA CO-OPS concepts and parameters.

Inferred read-only
perigee_whoami

Show how this MCP connection is authenticated: the Perigee account it is linked to (if any), how it signed in (OAuth connector or API key), its rate-limit tier, and the requests-per-minute limit.

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

ENDPOINT 2

https://perigeetides.com/pro/mcp

Auth required

Known tools 0

No tool metadata was available in the registry cache.

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.perigeetides-com]
url = "https://perigeetides.com/pro/mcp"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Code

.mcp.json

{
  "mcpServers": {
    "perigeetides-com": {
      "type": "http",
      "url": "https://perigeetides.com/pro/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Desktop

Settings → Connectors → Add custom connector

Name: perigeetides-com
Remote MCP URL: https://perigeetides.com/pro/mcp

Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "perigeetides-com": {
      "url": "https://perigeetides.com/pro/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Visual Studio Code

.vscode/mcp.json

{
  "servers": {
    "perigeetides-com": {
      "type": "http",
      "url": "https://perigeetides.com/pro/mcp",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "perigeetides-com bearer token",
      "password": true
    }
  ]
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Generic MCP

Client-specific MCP configuration

{
  "name": "perigeetides-com",
  "transport": "streamable-http",
  "url": "https://perigeetides.com/pro/mcp",
  "headers": {
    "Authorization": "Bearer YOUR_BEARER_TOKEN"
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

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 perigeetides.com was fetched 2026-08-04T09:55:36.415Z and is being refreshed.

Trust status Neutral

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