get_meteorological_data
Retrieve meteorological data from NOAA Tides and Currents API. Specify station, product (e.g., air_temperature, wind), date range, format (json, xml, csv), and units (metric/english) for targeted data extraction.
Instructions
Get meteorological data
Input Schema
Name | Required | Description | Default |
---|---|---|---|
begin_date | No | Start date (YYYYMMDD or MM/DD/YYYY) | |
date | No | Date to retrieve data for ("today", "latest", "recent", or specific date) | |
end_date | No | End date (YYYYMMDD or MM/DD/YYYY) | |
format | No | Output format (json, xml, csv) | |
product | Yes | Product (air_temperature, wind, etc.) | |
range | No | Number of hours to retrieve data for | |
station | Yes | Station ID | |
time_zone | No | Time zone (gmt, lst, lst_ldt) | |
units | No | Units to use ("english" or "metric") |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from noaa-tidesandcurrents-mcp
Related Tools
- @RyanCardin15/NOAA
- @RyanCardin15/NOAA
- @RyanCardin15/NOAA
- @RyanCardin15/NOAA
- @ravinahp/surf-mcp