Skip to main content
Glama

LocalTides MCP Server

MIT License
1

get_current_predictions

Retrieve current tide and water flow predictions for specific stations using NOAA Tides and Currents API. Specify station ID, date range, units, and output format to access accurate data.

Instructions

Get current predictions

Input Schema

NameRequiredDescriptionDefault
begin_dateNoStart date (YYYYMMDD or MM/DD/YYYY)
binNoBin number
dateNoDate to retrieve data for ("today", "latest", "recent", or specific date)
end_dateNoEnd date (YYYYMMDD or MM/DD/YYYY)
formatNoOutput format (json, xml, csv)
intervalNoInterval (MAX_SLACK or a number for minutes)
rangeNoNumber of hours to retrieve data for
stationYesStation ID
time_zoneNoTime zone (gmt, lst, lst_ldt)
unitsNoUnits to use ("english" or "metric")
vel_typeNoVelocity type (speed_dir or default)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "begin_date": { "description": "Start date (YYYYMMDD or MM/DD/YYYY)", "type": "string" }, "bin": { "description": "Bin number", "type": "number" }, "date": { "description": "Date to retrieve data for (\"today\", \"latest\", \"recent\", or specific date)", "type": "string" }, "end_date": { "description": "End date (YYYYMMDD or MM/DD/YYYY)", "type": "string" }, "format": { "description": "Output format (json, xml, csv)", "enum": [ "json", "xml", "csv" ], "type": "string" }, "interval": { "description": "Interval (MAX_SLACK or a number for minutes)", "type": "string" }, "range": { "description": "Number of hours to retrieve data for", "type": "number" }, "station": { "description": "Station ID", "minLength": 1, "type": "string" }, "time_zone": { "description": "Time zone (gmt, lst, lst_ldt)", "enum": [ "gmt", "lst", "lst_ldt" ], "type": "string" }, "units": { "description": "Units to use (\"english\" or \"metric\")", "enum": [ "english", "metric" ], "type": "string" }, "vel_type": { "description": "Velocity type (speed_dir or default)", "enum": [ "speed_dir", "default" ], "type": "string" } }, "required": [ "station" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/RyanCardin15/NOAA-TidesAndCurrents-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server