Open Data

NWS Weather Alerts MCP Server

Chat with AI and run tools instantly — no account needed.

Access real-time weather alerts from the National Weather Service including watches, warnings, and advisories by state, county, and zone.

3 tools
Agent guide included
Try it Free

No account needed. Chat with AI and run tools instantly.

Browse all tools

AI Skill
SKILL.md

Domain knowledge for NWS Weather Alerts — workflow patterns, data models, and gotchas for your AI agent.

NWS Weather Alerts

NWS provides real-time weather alerts (watches, warnings, advisories) by state, county, zone. Data includes event type, severity, certainty, onset/expiry times, affected areas. Alerts follow CAP (Common Alerting Protocol) format.

Data Model

  • Alerts — active watches, warnings, advisories with event type, severity (Extreme/Severe/Moderate/Minor/Unknown), certainty (Observed/Likely/Possible/Unlikely/Unknown), urgency.
  • Geographic scope — alerts filterable by state (e.g. WA), zone (WAZ001), county FIPS, area, point coordinates, or region.
  • Temporal — onset and expiry timestamps, effective time, status (Actual/Exercise/Test).
  • CAP format — Common Alerting Protocol fields: headline, description, instruction, sender, category, response type.
  • Observations — current weather conditions from NWS stations including temperature, humidity, wind speed/direction, pressure, visibility, and precipitation. Query by station ID (e.g. KLAX, KJFK) or find nearest station from lat/lon coordinates.

Gotchas

  • User-Agent required: NWS API requires a User-Agent header identifying the application. Requests without it may be blocked.
  • Rate limits: NWS has no published rate limit but requests excessive traffic may be throttled.
  • GeoJSON responses: Alert data is returned in GeoJSON format with geometry for affected areas.
  • Active only: The /alerts/active endpoint returns only currently active alerts, not historical.

Tools in this Server (3)

Nws Get Alerts

Get weather alerts from the National Weather Service. Pass alert_id to retrieve a single alert with full details (headline, description, instruction, ...

Nws Get Forecast

Get a weather forecast for a specific geographic point. Requires latitude and longitude. Returns forecast periods (today, tonight, tomorrow, etc.) wit...

Nws Get Observations

Get current weather observations from a National Weather Service station. Pass station_id (e.g. 'KLAX' for LAX airport) to get the latest observation ...

Frequently Asked Questions

What is the NWS Weather Alerts MCP server?

Access real-time weather alerts from the National Weather Service including watches, warnings, and advisories by state, county, and zone. It provides 3 tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect NWS Weather Alerts to my AI agent?

Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/nws-alerts. Authentication is handled automatically.

How many tools does NWS Weather Alerts provide?

NWS Weather Alerts provides 3 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.

What authentication does NWS Weather Alerts require?

NWS Weather Alerts uses open data APIs — no authentication required.

Setup Instructions

Connect NWS Weather Alerts to any MCP client in minutes

https://mcp.mcpbundles.com/bundle/nws-alerts

What is MCP?

Model Context Protocol lets AI tools call external capabilities securely through a single URL. This bundle groups tools behind an MCP endpoint that many clients can use.

Use this bundle in 3 steps

  1. Copy the MCP URL above
  2. Open your AI tool and add a new MCP/connector
  3. Paste the URL and follow any auth prompts

Claude Desktop Users

Skip the manual setup! Use the .mcpb file format for one-click installation. Check the Claude Desktop tab for setup instructions.

Pick your tool tab for exact steps

Select ChatGPT, Cursor, Claude Code, or another tab for copy-paste config.

Try NWS Weather Alerts now

No sign-up required. Chat with AI and run tools instantly.

NWS Weather Alerts MCP Server & Skill — 3 Tools