NWS Weather & Aviation
Access real-time US weather forecasts, alerts, radar, and station observations from the National Weather Service. Retrieve aviation products including TAFs and SIGMETs for flight planning. Build loca…
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add ahmed2real/thinkzone
# Browse available tools
npx -y smithery tool list ahmed2real/thinkzone
# Get full schema for a tool
npx -y smithery tool get ahmed2real/thinkzone alerts_query
# Call a tool
npx -y smithery tool call ahmed2real/thinkzone alerts_query '{}'Direct MCP Connection
Endpoint: https://thinkzone--ahmed2real.run.tools
Tools (58)
alerts_query— Returns all alertsalerts_active— Returns all currently active alertsalerts_active_count— Returns info on the number of active alertsalerts_active_zone— Returns active alerts for the given NWS public zone or countyalerts_active_area— Returns active alerts for the given area (state or marine area)alerts_active_region— Returns active alerts for the given marine regionalerts_types— Returns a list of alert typesalerts_single— Returns a specific alertcwsu— Returns metadata about a Center Weather Service Unitcwas— Returns a list of Center Weather Advisories from a CWSUcwa— Returns a list of Center Weather Advisories from a CWSUsigmetQuery— Returns a list of SIGMET/AIRMETssigmetsByATSU— Returns a list of SIGMET/AIRMETs for the specified ATSUsigmetsByATSUByDate— Returns a list of SIGMET/AIRMETs for the specified ATSU for the specified datesigmet— Returns a specific SIGMET/AIRMETglossary— Returns glossary termsgridpoint— Returns raw numerical forecast data for a 2.5km grid areagridpoint_forecast— Returns a textual forecast for a 2.5km grid areagridpoint_forecast_hourly— Returns a textual hourly forecast for a 2.5km grid areagridpoint_stations— Returns a list of observation stations usable for a given 2.5km grid areaicons— Returns a forecast icon. Icon services in API are deprecated.iconsDualCondition— Returns a forecast icon. Icon services in API are deprecated.icons_summary— Returns a list of icon codes and textual descriptions. Icon services in API are deprecated.satellite_thumbnails— Returns a thumbnail image for a satellite region. Image services in API are deprecated.station_observation_list— Returns a list of observations for a given stationstation_observation_latest— Returns the latest observation for a stationstation_observation_time— Returns a single observation.tafs— Returns Terminal Aerodrome Forecasts for the specified airport station.taf— Returns a single Terminal Aerodrome Forecast.obs_stations— Returns a list of observation stations.obs_station— Returns metadata about a given observation stationoffice— Returns metadata about a NWS forecast officeoffice_headline— Returns a specific news headline for a given NWS officeoffice_headlines— Returns a list of news headlines for a given NWS officepoint— Returns metadata about a given latitude/longitude pointpoint_stations— Returns a list of observation stations for a given pointradar_servers— Returns a list of radar serversradar_server— Returns metadata about a given radar serverradar_stations— Returns a list of radar stationsradar_station— Returns metadata about a given radar stationradar_station_alarms— Returns metadata about a given radar station alarmsradar_queue— Returns metadata about a given radar queueradar_profiler— Returns metadata about a given radar wind profilerproducts_query— Returns a list of text productsproduct_locations— Returns a list of valid text product issuance locationsproduct_types— Returns a list of valid text product types and codesproduct— Returns a specific text productproducts_type— Returns a list of text products of a given typeproducts_type_locations— Returns a list of valid text product issuance locations for a given product typelocation_products— Returns a list of valid text product types for a given issuance locationproducts_type_location— Returns a list of text products of a given type for a given issuance locationlatest_product_type_location— Returns latest text products of a given type for a given issuance location with product textzone_list— Returns a list of zoneszone_list_type— Returns a list of zones of a given typezone— Returns metadata about a given zonezone_forecast— Returns the current zone forecast for a given zonezone_obs— Returns a list of observations for a given zonezone_stations— Returns a list of observation stations for a given zone
# Get full input/output schema for a tool
npx -y smithery tool get ahmed2real/thinkzone