Smithery

find_weather_stations

Find weather observation stations near a location in the United States. Useful for getting station-specific data, finding data sources, or understanding which stations provide weather data for an area. Includes ASOS, AWOS, and other automated weather stations.

Remote smithery-ai/national-weather-service

Other tools also called find_weather_stations? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "limit": {
      "type": "number",
      "default": 10,
      "description": "Maximum number of stations to return (1-20, default 10). Stations are returned ordered by distance from the specified location."
    },
    "location": {
      "type": "string",
      "description": "US location as coordinates (lat,lng) in decimal degrees. Example: '40.7128,-74.0060' for New York City. Must be within US boundaries including states, territories (PR, VI, AS, GU, MP), and coastal waters."
    }
  }
}