You're viewing a demo portfolio

Join the waitlist
PRSM

get_forecast

Active

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

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 →