You're viewing a demo portfolio

Join the waitlist
PRSM

get_stations

Active

Tool of Nws

declared in 0.1.0

Find NWS weather observation stations in a US state (e.g., "CA", "NY", "TX"). Returns station IDs (use with get_observation), names, time zones, and coordinates. US only.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "state": "NY"
    },
    {
      "limit": 10,
      "state": "CA"
    }
  ],
  "required": [
    "state"
  ],
  "properties": {
    "limit": {
      "type": "number",
      "description": "Maximum stations to return (1-500, default 20)."
    },
    "state": {
      "type": "string",
      "description": "Two-letter US state code (e.g. \"CA\", \"NY\")."
    }
  }
}

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 →