This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 0.1.0).
get_predictions
InactiveTool of Tides
declared in 0.1.0
Get hi/lo tide predictions for a NOAA station over a date range. Dates must be formatted YYYYMMDD.
Parameters schema
{
"type": "object",
"examples": [
{
"end_date": "20240107",
"begin_date": "20240101",
"station_id": "9414290"
},
{
"end_date": "20240622",
"begin_date": "20240615",
"station_id": "8454000"
}
],
"required": [
"station_id",
"begin_date",
"end_date"
],
"properties": {
"end_date": {
"type": "string",
"description": "End date in YYYYMMDD format (e.g. \"20240107\")"
},
"begin_date": {
"type": "string",
"description": "Start date in YYYYMMDD format (e.g. \"20240101\")"
},
"station_id": {
"type": "string",
"description": "NOAA station ID (e.g. \"9414290\" for San Francisco)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Tides
https://github.com/pipeworx-io/mcp-tides
1/7 registries