Skip to main content
Glama

noaa-tidesandcurrents-mcp

get_stations

Retrieve a list of NOAA tide and current stations by specifying station type, output format, and units for accurate data access.

Instructions

Get list of stations

Input Schema

NameRequiredDescriptionDefault
formatNoOutput format (json, xml)
typeNoStation type (waterlevels, currents, etc.)
unitsNoUnits to use ("english" or "metric")

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "format": { "description": "Output format (json, xml)", "enum": [ "json", "xml" ], "type": "string" }, "type": { "description": "Station type (waterlevels, currents, etc.)", "type": "string" }, "units": { "description": "Units to use (\"english\" or \"metric\")", "enum": [ "english", "metric" ], "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools from noaa-tidesandcurrents-mcp

Related Tools

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'

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