currents
ActiveTool of mcp-noaa-tides
declared in 0.1.0
Fetch observed current speed and direction readings for a NOAA current station over a date range; optionally specify bin number for ADCP stations. Returns timestamped velocity data in english or metric units.
Parameters schema
{
"type": "object",
"examples": [
{
"station": "PB0601",
"end_date": "2024-01-07",
"begin_date": "2024-01-01"
},
{
"bin": 1,
"units": "metric",
"station": "PB0601",
"end_date": "2024-01-07",
"begin_date": "2024-01-01"
}
],
"required": [
"station",
"begin_date",
"end_date"
],
"properties": {
"bin": {
"type": "number"
},
"units": {
"type": "string"
},
"station": {
"type": "string"
},
"end_date": {
"type": "string"
},
"time_zone": {
"type": "string"
},
"begin_date": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
mcp-noaa-tides
https://github.com/pipeworx-io/mcp-noaa-tides
2/7 registries