get_observation
ActiveTool of Nws
declared in 0.1.0
Latest observation from a specific NWS weather station. Returns temperature, humidity, wind, visibility, pressure, and present-weather codes.
Parameters schema
{
"type": "object",
"examples": [
{
"station_id": "KSFO"
},
{
"station_id": "KJFK"
}
],
"required": [
"station_id"
],
"properties": {
"station_id": {
"type": "string",
"description": "4-character NWS / ICAO station ID (e.g., \"KSFO\", \"KJFK\", \"KDEN\")"
}
}
}Parent server
Nws
https://github.com/pipeworx-io/mcp-nws
1/7 registries