You're viewing a demo portfolio

Join the waitlist
PRSM

weather_alerts

Active

Tool of Weather & Climate Intelligence MCP

declared in 3.4.2

Check active severe-weather alerts from NOAA/NWS (US). FREE — public safety. Query by state code, by latitude+longitude (point), or with no args for nationwide weather alerts.

Parameters schema

{
  "type": "object",
  "properties": {
    "state": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "2-letter US state code, e.g. \"TX\"."
    },
    "latitude": {
      "anyOf": [
        {
          "type": "number"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "decimal latitude (point query)."
    },
    "longitude": {
      "anyOf": [
        {
          "type": "number"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "decimal longitude (point query)."
    },
    "radius_km": {
      "anyOf": [
        {
          "type": "number"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "reserved (point query uses the NWS point lookup)."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Weather & Climate Intelligence MCP

https://github.com/FoundryNet/weather-intel-mcp

2/7 registries
View full server →