met_obs
ActiveTool of mcp-noaa-tides
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.
Parameters schema
{
"type": "object",
"examples": [
{
"product": "wind",
"station": "8454000",
"end_date": "2024-01-07",
"begin_date": "2024-01-01"
},
{
"units": "metric",
"product": "air_temperature",
"station": "8454000",
"end_date": "2024-01-07",
"time_zone": "lst",
"begin_date": "2024-01-01"
}
],
"required": [
"station",
"product",
"begin_date",
"end_date"
],
"properties": {
"units": {
"type": "string"
},
"product": {
"type": "string",
"description": "wind | air_temperature | water_temperature | air_pressure | humidity | conductivity | visibility"
},
"station": {
"type": "string"
},
"end_date": {
"type": "string"
},
"time_zone": {
"type": "string"
},
"begin_date": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
mcp-noaa-tides
https://github.com/pipeworx-io/mcp-noaa-tides
2/7 registries