weather.gov integration for AI agents.
weather.gov integration for AI agents with secure authentication and server-side credential injection. Open Connector runs the OAuth, seals the token in an encrypted vault, and serves weather.gov tools to your agent over MCP or a typed API — credentials injected server-side, every call audited, nothing leaving your infrastructure. Open source (AGPL-3.0) and self-hostable.
Real weather.gov actions, managed and audited.
Your user connects weather.gov once; your agent can then access weather forecasts, observations, alerts, offices, stations, and related National Weather Service data — scoped to the OAuth permissions you grant and the tool allowlist you configure. Every action is least-privilege and written to a tamper-evident audit trail.
- 1
Your user grants weather.gov access once (OAuth) — the token lands in the vault.
- 2
Your agent calls a tool over MCP or the typed API; Open Connector injects the credential server-side.
- 3
Every routed call appends a hash-chained audit record — nothing leaves your infra.
Supported weather.gov tools.
69 tools are generated from the published weather.gov catalog. Descriptions are plain text; each action remains subject to its configured authentication and tool allowlist.
Showing 69 tools. All published catalog entries are included in this page's server-rendered HTML.
- Alerts Active
- Returns all currently active alerts
- alerts
- Alerts Active Area
- Returns active alerts for the given area (state or marine area)
- active
- Alerts Active Count
- Returns info on the number of active alerts
- active
- Alerts Active Region
- Returns active alerts for the given marine region
- active
- Alerts Active Zone
- Returns active alerts for the given NWS public zone or county
- active
- Alerts Query
- Returns all alerts
- alerts
- Alerts Single
- Returns a specific alert
- alerts
- Alerts Types
- Returns a list of alert types
- alerts
- Area Radio
- Returns NOAA Weather Radio broadcast script for a transmitter
- area
- Cwa
- Returns a list of Center Weather Advisories from a CWSU
- cwa
- Cwas
- Returns a list of Center Weather Advisories from a CWSU
- cwas
- Cwsu
- Returns metadata about a Center Weather Service Unit
- cwsu
- Glossary
- Returns glossary terms
- glossary
- Gridpoint
- Returns raw numerical forecast data for a 2.5km grid area
- gridpoint
- Gridpoint Forecast
- Returns a textual forecast for a 2.5km grid area
- gridpoint
- Gridpoint Forecast Hourly
- Returns a textual hourly forecast for a 2.5km grid area
- forecast
- Gridpoint Stations
- Returns a list of observation stations usable for a given 2.5km grid area
- gridpoint
- Icons
- Returns a forecast icon. Icon services in API are deprecated.
- icons
- IconsDualCondition
- Returns a forecast icon. Icon services in API are deprecated.
- iconsdualcondition
- Icons Summary
- Returns a list of icon codes and textual descriptions. Icon services in API are deprecated.
- icons
- Latest Product Type Location
- Returns latest text products of a given type for a given issuance location with product text
- product
- Location Products
- Returns a list of valid text product types for a given issuance location
- location
- Obs Station
- Returns metadata about a given observation station
- obs
- Obs Stations
- Returns a list of observation stations.
- obs
- Office
- Returns metadata about a NWS forecast office
- office
- Office Briefing
- Returns active briefing for an NWS office
- office
- Office Briefing Download
- Returns a briefing for an office
- briefing
- Office Briefing Download Latest
- Returns the latest briefing for an office
- briefing
- Office Headline
- Returns a specific news headline for a given NWS office
- office
- Office Headlines
- Returns a list of news headlines for a given NWS office
- office
- Office Weatherstory
- Returns active weather stories for an NWS office
- office
- Office Weatherstory Image
- Returns the image for a weather story
- weatherstory
- Point
- Returns metadata about a given latitude/longitude point
- point
- Point Radio
- Returns NOAA Weather Radio broadcast script for a latitude/longitude point
- point
- Point Stations
- Returns a list of observation stations for a given point
- point
- Product
- Returns a specific text product
- product
- Product Locations
- Returns a list of valid text product issuance locations
- product
- Product Types
- Returns a list of valid text product types and codes
- product
- Products Query
- Returns a list of text products
- products
- Products Type
- Returns a list of text products of a given type
- products
- Products Type Location
- Returns a list of text products of a given type for a given issuance location
- type
- Products Type Locations
- Returns a list of valid text product issuance locations for a given product type
- type
- Radar Profiler
- Returns metadata about a given radar wind profiler
- radar
- Radar Queue
- Returns metadata about a given radar queue
- radar
- Radar Server
- Returns metadata about a given radar server
- radar
- Radar Servers
- Returns a list of radar servers
- radar
- Radar Spgds
- Returns a list of radar spgds
- radar
- Radar Station
- Returns metadata about a given radar station
- radar
- Radar Station Alarms
- Returns metadata about a given radar station alarms
- station
- Radar Stations
- Returns a list of radar stations
- radar
- Satellite Thumbnails
- Returns a thumbnail image for a satellite region. Image services in API are deprecated.
- satellite
- Sigmet
- Returns a specific SIGMET/AIRMET
- sigmet
- SigmetQuery
- Returns a list of SIGMET/AIRMETs
- sigmetquery
- SigmetsByATSU
- Returns a list of SIGMET/AIRMETs for the specified ATSU
- sigmetsbyatsu
- SigmetsByATSUByDate
- Returns a list of SIGMET/AIRMETs for the specified ATSU for the specified date
- sigmetsbyatsubydate
- Station Observation Latest
- Returns the latest observation for a station
- observation
- Station Observation List
- Returns a list of observations for a given station
- observation
- Station Observation Time
- Returns a single observation.
- observation
- Taf
- Returns a single Terminal Aerodrome Forecast.
- taf
- Tafs
- Returns Terminal Aerodrome Forecasts for the specified airport station.
- tafs
- Transmitter
- Returns a single transmitter
- transmitter
- Transmitter Zone
- Returns transmitter object for a given zone
- transmitter
- Transmitters
- Returns a collection of transmitters
- transmitters
- Zone
- Returns metadata about a given zone
- zone
- Zone Forecast
- Returns the current zone forecast for a given zone
- zone
- Zone List
- Returns a list of zones
- zone
- Zone List Type
- Returns a list of zones of a given type
- list
- Zone Obs
- Returns a list of observations for a given zone
- zone
- Zone Stations
- Returns a list of observation stations for a given zone
- zone
weather.gov integration, answered
- How do AI agents use weather.gov through Open Connector?
- Your user connects weather.gov once with one of its cataloged authentication methods. Open Connector stores the credential in an encrypted vault and exposes weather.gov tools to your agent over MCP or a typed API, with credentials injected server-side on each call.
- Is this a weather.gov MCP server?
- Yes. Open Connector can serve weather.gov as a named MCP server with a scoped allowlist and a per-user connection URL, so any MCP client can call weather.gov actions with credentials injected server-side.
- Where do weather.gov credentials live?
- In your own infrastructure. Open Connector keeps credentials in its own vault and injects them at call time, so they never leave your environment.
Give your agents weather.gov — keep the keys.
Open source, self-hostable, with weather.gov credentials that never leave your infrastructure. Run it from source today.