nws_find_stations
ActiveTool of @cyanheads/nws-weather-mcp-server
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."
}
}
}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