water_level
ActiveTool of mcp-noaa-tides
Fetch observed (verified) water level readings for a NOAA station over a date range (YYYYMMDD format), referenced to a tidal datum (default MLLW). Returns timestamped water-height values in english or metric units.
Parameters schema
{
"type": "object",
"examples": [
{
"station": "8454000",
"end_date": "2024-01-07",
"begin_date": "2024-01-01"
},
{
"units": "metric",
"station": "8454000",
"end_date": "2024-01-07",
"time_zone": "gmt",
"begin_date": "2024-01-01"
}
],
"required": [
"station",
"begin_date",
"end_date"
],
"properties": {
"datum": {
"type": "string"
},
"units": {
"type": "string"
},
"station": {
"type": "string"
},
"end_date": {
"type": "string"
},
"time_zone": {
"type": "string"
},
"begin_date": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
mcp-noaa-tides
https://github.com/pipeworx-io/mcp-noaa-tides
2/7 registries