Real-time US weather data via National Weather Service API. Forecasts, alerts, and observations.
Real-time US weather data via National Weather Service API. Forecasts, alerts, and observations. The nws mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 9 defined tools rather than through you.
Everything the assistant can do here goes through one of these:
nws_get_forecast — 7-day or hourly forecast for coordinates. Resolves NWS grid internallynws_search_alerts — Active weather alerts filtered by area, point, zone, event, severity, urgency, certainty, and statusnws_get_observations — Current conditions by coordinates (nearest station) or station IDnws_find_stations — Nearby observation stations sorted by distance with bearingnws_list_alert_types — All valid alert event type names for filter discoverynws_get_office_discussion — Latest narrative product (AFD, HWO, ZFP, SPS) from a Weather Forecast Officenws_get_zone_forecast — Text forecast periods for a public NWS forecast zonePrerequisites — The Prerequisites tool exposed by this serverInstallation — The Installation tool exposed by this serverBeing a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
You will need 3 environment variables: MCP_TRANSPORT_TYPE, MCP_LOG_LEVEL, MCP_HTTP_HOST. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
This sits in the cloud and infrastructure group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Nws's toolset — nws_get_forecast, nws_search_alerts, nws_get_observations and 6 more — is a fair guide to whether it matches your workflow. It is maintained by cyanheads; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| nws_get_forecast | 7-day or hourly forecast for coordinates. Resolves NWS grid internally. |
| nws_search_alerts | Active weather alerts filtered by area, point, zone, event, severity, urgency, certainty, and status. |
| nws_get_observations | Current conditions by coordinates (nearest station) or station ID. |
| nws_find_stations | Nearby observation stations sorted by distance with bearing. |
| nws_list_alert_types | All valid alert event type names for filter discovery. |
| nws_get_office_discussion | Latest narrative product (AFD, HWO, ZFP, SPS) from a Weather Forecast Office. |
| nws_get_zone_forecast | Text forecast periods for a public NWS forecast zone. |
| Prerequisites | The Prerequisites tool exposed by this server. |
| Installation | The Installation tool exposed by this server. |
{
"mcpServers": {
"nws-weather-mcp-server": {
"type": "streamable-http",
"url": "https://nws.caseyjhand.com/mcp"
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| MCP_TRANSPORT_TYPE | Configuration value read at startup. | Optional |
| MCP_LOG_LEVEL | Configuration value read at startup. | Optional |
| MCP_HTTP_HOST | Endpoint or connection string the server talks to. | Optional |
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.
AWS Labs' official server suite — current AWS docs, CDK guidance, cost analysis and service tools.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.
Workers, KV, R2 and D1 by conversation — Cloudflare's official remote servers for building and observability.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.