NOAA National Weather Service
Use NOAA National Weather Service forecasts, alerts, stations, and observations from weather.gov.
Tools
| Name | Description |
|---|---|
get_point_metadataResolve latitude/longitude to NWS grid, forecast office, forecast URLs, zones, and stations. | Resolve latitude/longitude to NWS grid, forecast office, forecast URLs, zones, and stations. |
get_forecastGet the NWS forecast or hourly forecast for a latitude/longitude point. | Get the NWS forecast or hourly forecast for a latitude/longitude point. |
list_alertsList active or historical weather alerts with explicit state, zone, status, event, and urgency filters. | List active or historical weather alerts with explicit state, zone, status, event, and urgency filters. |
get_alertGet a weather alert by NWS alert ID. | Get a weather alert by NWS alert ID. |
list_stationsList NWS observation stations by state or near a latitude/longitude point. | List NWS observation stations by state or near a latitude/longitude point. |
list_station_observationsList observations for a station with optional ISO start/end time bounds. | List observations for a station with optional ISO start/end time bounds. |
Triggers
| Name | Description |
|---|---|
new_active_alertsTriggers when new active NWS alerts appear for the configured state, zone, event, or urgency filters after the initial baseline. | Triggers when new active NWS alerts appear for the configured state, zone, event, or urgency filters after the initial baseline. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('noaa-nws', 'get_point_metadata', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'noaa-nws',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect NOAA National Weather Service to my app?
NOAA National Weather Service does not require an external account connection. Install the SDK, add the integration to a workspace, then execute tools programmatically.
What tools does NOAA National Weather Service support?
NOAA National Weather Service supports 6 tools including Get Point Metadata, Get Forecast, List Alerts, Get Alert, List Observation Stations, and more.
Can I use NOAA National Weather Service with AI agents?
Yes. Add NOAA National Weather Service to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
Can NOAA National Weather Service be used in stateful agent workflows?
Yes. Agents can combine NOAA National Weather Service tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does NOAA National Weather Service use?
NOAA National Weather Service does not require external authentication.
How much does the NOAA National Weather Service integration cost?
The NOAA National Weather Service integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does NOAA National Weather Service support?
NOAA National Weather Service supports 1 triggers including New Active Alerts.
Connect NOAA National Weather Service in minutes
Get 20,000 free action executions every month. No credit card required.