US NWS alerts by state and short-term (next 5 periods) point forecasts.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
An MCP server that provides:
Data is sourced from the public NWS API at https://api.weather.gov.
| Tool | Description | Inputs |
|---|---|---|
get_alerts | Fetch active NWS alerts for a US state | state (string, two-letter code) |
get_forecast | Fetch short-term forecast (next 5 periods) for coordinates | latitude (number), longitude (number) |
Install dependencies:
Run the MCP server (stdio transport):
Your MCP client should be configured to launch the server via the package entrypoint or the above module path.
See server.json for registry metadata including name, version, tools, and entrypoint configuration.
If this directory is not yet a git repo:
Create repo (GitHub CLI) and push:
If not using GitHub CLI, create the repo manually via the GitHub web UI, then:
Tag version for release consistency:
To distribute via PyPI, ensure pyproject.toml includes build backend and metadata (authors, license). Then:
MIT (adjust if different).
This server uses public NOAA/NWS endpoints. Respect API usage guidelines and rate limits.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/weather-alerts-forecast)<a href="https://allmcps.com/mcp/weather-alerts-forecast"><img src="https://allmcps.com/api/badge/weather-alerts-forecast?style=directory" alt="Weather Alerts & Forecast on AllMCPs" /></a>