MCP server exposing 7 tools for noaa-tides.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/noaa-tides/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
stations — List all NOAA Tides & Currents monitoring stations; filter by type (waterlevels, currents, physical, or meteorological). Returns station IDs, names, and geographic coordinates.station_metadata — Fetch full metadata for a single NOAA station by its numeric station ID (e.g. 8454000), including location, available products, and operational status.predictions — Tide predictions.water_level — 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.currents — 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.met_obs — Fetch meteorological observations from a NOAA station over a date range for a specific product (wind, air_temperature, water_temperature, air_pressure, humidity, conductivity, or visibility). Returns timestamped sensor readings.datums — Vertical datums for a station.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/noaa-tides/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io