This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 0.1.0).
get_stations
InactiveTool of Noaa
declared in 0.1.0
Find weather observation stations in a US state (e.g., "CA", "NY", "TX"). Returns station IDs, names, locations, and observation types.
Parameters schema
{
"type": "object",
"examples": [
{
"state": "NY"
},
{
"limit": 10,
"state": "CA"
}
],
"required": [
"state"
],
"properties": {
"limit": {
"type": "number",
"description": "Maximum number of stations to return (default: 20)"
},
"state": {
"type": "string",
"description": "Two-letter US state code (e.g. \"CA\", \"NY\")"
}
}
}Parent server
Noaa
https://github.com/pipeworx-io/mcp-noaa
1/7 registries