nws_get_forecast
ActiveTool of @cyanheads/nws-weather-mcp-server
declared in 0.7.2
Get the weather forecast for a US location. Returns either named 12-hour periods (default) or hourly breakdowns.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"latitude",
"longitude"
],
"properties": {
"hourly": {
"type": "boolean",
"default": false,
"description": "If true, returns hourly forecast (next 48 one-hour periods) instead of 12-hour named periods (14 periods). Hourly includes dewpoint and relative humidity."
},
"latitude": {
"type": "number",
"maximum": 90,
"minimum": -90,
"description": "Latitude in decimal degrees (e.g., 47.6062)."
},
"longitude": {
"type": "number",
"maximum": 180,
"minimum": -180,
"description": "Longitude in decimal degrees (e.g., -122.3321)."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
@cyanheads/nws-weather-mcp-server
https://github.com/cyanheads/nws-weather-mcp-server
2/7 registries