Mmcp.market

Nws MCP server

by pipeworx-io·io.github.pipeworx-io/nws·v0.1.1

NWS MCP — US National Weather Service (no auth)

A87/100grade A
What users say
No reviews yet
Be the first
Safety scan
A87/100

full report

Adoption
Growing

0 stars

Reviews

Write one

Nobody has reviewed Nws yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Nws tools

Tool list not cached yet. `describe` through the gateway fetches it live.

Public scan report

scanner v0.1.9 · 2026-09-25 · same rubric, same numbers if you re-run it

no findings
  • –Code scanremote-only server, no package to scann/a
  • Live reliabilityremote reachable in 343ms; handshake note: Streamable HTTP error: Error POSTing to endpoint: {"jsonrpc":"2.0","id":1,"error":{"code":-32000,"message":"Discovery ra20/20
  • –Tool poisoningtools not inspected (endpoint requires auth); not countedn/a
  • Auth qualityopen endpoint, read-only tools10/15
  • Maintenancelast push 0 days ago15/15
  • Maintainer identityregistry namespace matches repository owner7/10
Overall 87/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the Nws repository's README, as published. We do not edit it. Read it on GitHub

@pipeworx/nws

US National Weather Service MCP — authoritative US forecasts + alerts. No auth.

Part of Pipeworx — an MCP gateway connecting AI agents to 1679+ live data sources.

Tools

  • get_forecast(latitude, longitude) — 7-day text forecast for a US lat/lon.
  • gethourlyforecast(latitude, longitude, max_hours?) — hourly forecast.
  • get_alerts(area?, latitude?, longitude?, severity?, urgency?, event?, limit?) — active watches/warnings/advisories.
  • getobservation(stationid) — latest observation from an ICAO station.

Data source

https://api.weather.gov — public, no key. NWS requests a unique User-Agent header on every request; this pack sends Pipeworx-NWS-MCP/0.1 (contact@mojibake.ai).

US locations only.

Quick Start

Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):

{
  "mcpServers": {
    "nws": {
      "url": "https://gateway.pipeworx.io/nws/mcp"
    }
  }
}

What this endpoint actually serves

tools/list at https://gateway.pipeworx.io/nws/mcp returns the tools in the table above plus the shared Pipeworx meta-tools — askpipeworx, discovertools, search_within, remember/recall and the rest of the gateway-wide set. So the tool count you see is larger than this table: a single-pack endpoint currently lists roughly 30 shared tools alongside the pack's own. The connection's initialize response states its exact scope, and is the authoritative answer for a given day.

This is deliberate, not multiplexing by accident. The meta-tools are what let a scoped connection answer a question this pack does not cover — via ask_pipeworx, which routes across the whole catalog — without you adding a second MCP server. There is currently no way to mount a pack endpoint without them; if the extra schemas cost you more context than the routing is worth, connect to the full gateway once rather than to several pack endpoints.

Or connect to the full Pipeworx gateway to get every pack's tools listed directly, instead of just this one's:

{
  "mcpServers": {
    "pipeworx": {
      "url": "https://gateway.pipeworx.io/mcp"
    }
  }
}

Both URLs reach the same gateway and the same 1679+ data sources. The only difference is which pack's tools are listed directly; ask_pipeworx reaches all of them from either one.

No MCP client? Call it over HTTP

curl -X POST https://gateway.pipeworx.io/v1/tools/nws_get_forecast \
  -H 'Content-Type: application/json' \
  -d '{"latitude":40.7128,"longitude":-74.006}'

No account needed for the first calls. Inspect any tool: GET https://gateway.pipeworx.io/v1/tools/nwsgetforecast. Find one: POST https://gateway.pipeworx.io/v1/tools/search_packs with {"query":"..."}.

Standalone (no gateway account)

This package also runs as a local stdio MCP server — no Pipeworx account, no gateway round-trip:

{
  "mcpServers": {
    "nws": {
      "command": "npx",
      "args": ["-y", "@pipeworx/mcp-nws"]
    }
  }
}

Or run it directly to confirm it starts:

npx -y @pipeworx/mcp-nws

It speaks MCP over stdin/stdout and answers initialize/tools/list/tools/call for only this pack's tools — none of the shared meta-tools the gateway connection above adds. Same source, same tools, no ask_pipeworx routing.

Using with ask_pipeworx

Instead of calling tools directly, you can ask questions in plain English — this works on the pack endpoint above as well as on the full gateway:

ask_pipeworx({ question: "your question about Nws data" })

The gateway picks the right tool and fills the arguments automatically.

More

  • Docs and guides
  • pipeworx.io

License

MIT

Nothing above is checked by us. What we check is on the safety report.

Install directly

claude mcp add --transport http nws https://gateway.pipeworx.io/nws/mcp
Add to Cursor

Nws: common questions

Is Nws MCP server safe?
Yes, by our scan: it is graded A (87/100). Read the Nws safety report
How do I install Nws?
It runs remotely at gateway.pipeworx.io. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
Does Nws need an API key?
Not as far as the registry entry and our scan can tell: no credentials are declared or required.
Is Nws maintained?
The last commit was in the last day (2026-09-25). The latest release is v0.1.1.
Is Nws up?
100% of our last 25 checks got an answer. We check remote servers about four times a day.
What can I use instead of Nws?
Servers from other publishers that do the same job: Aviation Weather MCP server, NWS Surface Wind Observations MCP Server and Weather MCP server. Compare all Nws alternatives.

Alternatives to Nws

Same job from other publishers: the closest match first, then the best rated.

All Nws alternatives →
  • Aviation Weather
    Fetch METARs, TAFs, PIREPs, and domestic SIGMETs from the NWS Aviation Weather Center.
    A
  • NWS Surface Wind Observations MCP Server
    NWS surface wind observations (ASOS/AWOS) via Weather.gov and Iowa Environmental Mesonet APIs
    A
  • Weather
    US weather for AI agents: active NWS alerts by state, 5-period forecasts by lat/lon. Paid per call.
    A
  • Weather Data MCP Server
    17 weather tools, no API keys: forecasts, alerts, air quality, marine, radar, lightning, wildfires
    A
  • Smarter Weather
    Smarter Weather MCP: forecasts, alerts, outlooks, observations, AQI, grids, and map imagery.
    A

More from pipeworx-io →