You're viewing a demo portfolio

Join the waitlist
PRSM

nws_find_stations

Active

Tool of @cyanheads/nws-weather-mcp-server

declared in 0.7.2

Find weather observation stations near a location. Returns stations sorted by proximity with distance and bearing. Use to discover station IDs for nws_get_observations.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "latitude",
    "longitude"
  ],
  "properties": {
    "limit": {
      "type": "integer",
      "default": 10,
      "maximum": 50,
      "minimum": 1,
      "description": "Max stations to return (1-50)."
    },
    "latitude": {
      "type": "number",
      "maximum": 90,
      "minimum": -90,
      "description": "Center latitude for proximity search."
    },
    "longitude": {
      "type": "number",
      "maximum": 180,
      "minimum": -180,
      "description": "Center longitude for proximity search."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

@cyanheads/nws-weather-mcp-server

https://github.com/cyanheads/nws-weather-mcp-server

2/7 registries
View full server →