Data Collection
perigeetides.com
Provides access to NOAA water level data, tide predictions, and current observations.
ENDPOINT 1
https://perigeetides.com/mcp
MCP server metadata
- Name
- noaa-tides-currents-mcp-server
- Version
- 2.0.0
Known tools 26
noaa_get_water_levelsGet observed water levels from a NOAA tide station as a time series.
Inferred read-onlynoaa_get_water_level_summariesGet 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-onlynoaa_get_tide_predictionsGet NOAA harmonic tide predictions (future or past) for a station.
Inferred read-onlynoaa_get_currentsGet observed current speed and direction from a NOAA current meter station.
Inferred read-onlynoaa_get_current_predictionsGet predicted tidal currents for a NOAA current prediction station.
Inferred read-onlynoaa_get_meteorological_dataGet observed meteorological/oceanographic sensor data from a NOAA station.
Inferred read-onlynoaa_search_stationsSearch the NOAA CO-OPS station directory by capability type, name, and/or state.
Inferred read-onlynoaa_find_nearest_stationsFind the NOAA stations closest to a latitude/longitude point, sorted by distance.
Inferred read-onlynoaa_get_station_infoGet 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-onlynoaa_get_station_datumsGet 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-onlynoaa_get_harmonic_constituentsGet 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-onlynoaa_get_prediction_offsetsGet the offsets a subordinate (type "S") prediction station applies to its reference station's predictions.
Inferred read-onlynoaa_get_sea_level_trendsGet 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-onlynoaa_get_sea_level_rise_projectionsGet 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-onlynoaa_get_extreme_water_levelsGet NOAA's extreme water level exceedance statistics for a station: the annual exceedance probability levels (e.g.
Inferred read-onlynoaa_get_top_ten_water_levelsGet 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-onlynoaa_get_high_tide_floodingGet NOAA high tide flooding (HTF, "nuisance"/"sunny day" flooding) statistics for a station.
Inferred read-onlyastro_get_moon_phaseGet 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-onlyastro_get_next_moon_phaseFind 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-onlyastro_get_sun_timesGet 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-onlyastro_get_sun_positionGet 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-onlyastro_get_next_sun_eventFind 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-onlynws_get_wind_forecastGet the NWS hourly wind FORECAST (speed, gust, direction — plus wave height where the grid carries it) for a latitude/longitude.
Inferred read-onlynws_get_marine_forecastGet 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-onlynoaa_get_reference_guideGet curated reference documentation for NOAA CO-OPS concepts and parameters.
Inferred read-onlyperigee_whoamiShow 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-onlyCONNECT 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
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.
perigeetides.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.