get_stations
ActiveTool 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\")."
}
}
}Parent server
Nws
https://github.com/pipeworx-io/mcp-nws
1/7 registries