get_forecast
ActiveTool of Nws
declared in 0.1.0
Get the 7-day NWS forecast for a US lat/lon. Returns named periods (e.g., "Tonight", "Wednesday") with high/low temperature, wind, and a short text forecast. US locations only.
Parameters schema
{
"type": "object",
"examples": [
{
"latitude": 40.7128,
"longitude": -74.006
},
{
"latitude": 34.0522,
"longitude": -118.2437
}
],
"required": [
"latitude",
"longitude"
],
"properties": {
"latitude": {
"type": "number",
"description": "US latitude"
},
"longitude": {
"type": "number",
"description": "US longitude"
}
}
}Parent server
Nws
https://github.com/pipeworx-io/mcp-nws
1/7 registries