get_hourly_forecast
ActiveTool of Nws
declared in 0.1.0
Get the hourly NWS forecast for a US lat/lon (~168 hours). Useful for short-term planning, severe-weather windows, or precipitation timing.
Parameters schema
{
"type": "object",
"examples": [
{
"latitude": 40.7128,
"longitude": -74.006
},
{
"latitude": 39.7392,
"longitude": -104.9903,
"max_hours": 48
}
],
"required": [
"latitude",
"longitude"
],
"properties": {
"latitude": {
"type": "number",
"description": "US latitude"
},
"longitude": {
"type": "number",
"description": "US longitude"
},
"max_hours": {
"type": "number",
"description": "Cap hours returned (default 24)"
}
}
}Parent server
Nws
https://github.com/pipeworx-io/mcp-nws
1/7 registries