You're viewing a demo portfolio

Join the waitlist
PRSM

get_hourly_forecast

Active

Tool 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)"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Nws

https://github.com/pipeworx-io/mcp-nws

1/7 registries
View full server →
get_hourly_forecast — Nws — PRSM MCP