Weavz
NOAA National Weather Service

NOAA National Weather Service

Use NOAA National Weather Service forecasts, alerts, stations, and observations from weather.gov.

6 tools
1 trigger
Use withChatGPTClaudeClaude CodeCursorCodexMCP clientsSetup guide

Tools

Name
get_point_metadata

Resolve latitude/longitude to NWS grid, forecast office, forecast URLs, zones, and stations.

get_forecast

Get the NWS forecast or hourly forecast for a latitude/longitude point.

list_alerts

List active or historical weather alerts with explicit state, zone, status, event, and urgency filters.

get_alert

Get a weather alert by NWS alert ID.

list_stations

List NWS observation stations by state or near a latitude/longitude point.

list_station_observations

List observations for a station with optional ISO start/end time bounds.

Triggers

Name
new_active_alerts

Triggers when new active NWS alerts appear for the configured state, zone, event, or urgency filters after the initial baseline.

Quick Start

TypeScript
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.

How do I connect NOAA National Weather Service to ChatGPT or Claude?

Open the Weavz connector setup, sign in, choose a workspace, and add NOAA National Weather Service as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped NOAA National Weather Service tools exposed by that workspace.

Does NOAA National Weather Service work with Claude Code, Cursor, Codex, and local agents?

Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved NOAA National Weather Service work, and execute Code Mode workflows from a terminal.

What can I ask an AI agent to do with NOAA National Weather Service?

NOAA National Weather Service exposes 6 tools, including Get Point Metadata, Get Forecast, List Alerts, Get Alert, List Observation Stations, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.

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.