Search NOAA Stations
noaa_search_stationsSearch the NOAA CO-OPS station directory by capability type, name, and/or state.
Filter with:
type: what the station does (waterlevels, tidepredictions, currents, currentpredictions, met, ...) — pick the type matching the data you plan to request.
name: case-insensitive substring ("San Francisco", "Boston").
state: two-letter code ("CA", "MA").
Returns id, name, location, tide type, Great Lakes flag, and for prediction stations whether they are reference (R, harmonic) or subordinate (S, offset-based — hilo predictions only). Results are paginated (limit/offset). For proximity search by coordinates use noaa_find_nearest_stations instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Case-insensitive substring of the station name. | |
| type | No | Station capability filter. Common: "waterlevels" (active water level), "tidepredictions", "currents" (observed currents), "currentpredictions", "met" (weather sensors). Full list via noaa_get_reference_guide topic "station_types". | |
| limit | No | Maximum stations to return. | |
| state | No | Two-letter US state/territory code, e.g. "CA". | |
| offset | No | Pagination offset. | |
| response_format | No | Output format: "markdown" for a readable summary table, "json" for the complete structured payload. | markdown |