Skip to main content
Glama

@pipeworx/nws

米国国立気象局(NWS)のMCP — 米国の公式予報と警報。認証不要。

Pipeworx の一部 — AIエージェントを1476以上のライブデータソースに接続するMCPゲートウェイ。

ツール

  • get_forecast(latitude, longitude) — 米国の緯度・経度に対する7日間のテキスト予報。

  • get_hourly_forecast(latitude, longitude, max_hours?) — 時間ごとの予報。

  • get_alerts(area?, latitude?, longitude?, severity?, urgency?, event?, limit?) — 現在発令中のウォッチ/警報/注意報。

  • get_observation(station_id) — ICAOコードの観測地点からの最新の観測データ。

Related MCP server: @cyanheads/nws-weather-mcp-server

データソース

https://api.weather.gov — 公開されており、キーは不要。NWSはすべてのリクエストに対して一意の User-Agent ヘッダーを要求します。このパックは User-Agent として Pipeworx-NWS-MCP/0.1 (contact@mojibake.ai) を送信します。

米国の地点のみ対応。

クイックスタート

お使いのMCPクライアント(Claude Desktop、Cursor、Windsurf など)に追加します:

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

このエンドポイントが実際に提供するもの

https://gateway.pipeworx.io/nws/mcptools/list は、上記の表のツールに加えて、Pipeworx共通のメタツールを返します — ask_pipeworxdiscover_toolssearch_withinremember/recall、およびゲートウェイ全体で利用できるその他のツール群です。したがって、表示されるツール数はこの表よりも多くなります。単一パックのエンドポイントでは、現在パック独自のツールに加えて約30の共通ツールが一覧表示されます。接続の initialize レスポンスは正確なスコープを示しており、その日における正式な回答です。

これは意図的な設計であり、偶然の多重化ではありません。スコープが限定された接続が、このパックがカバーしない質問に答えられるのは、メタツールのおかげです — カタログ全体にルーティングする ask_pipeworx を介して — 2つ目のMCPサーバーを追加する必要はありません。現在、メタツールなしでパックのエンドポイントをマウントする方法はありません。追加のスキーマがルーティングの価値以上にコンテキストを消費する場合は、複数のパックエンドポイントに接続するより、フルゲートウェイに一度接続してください。

または、フルPipeworxゲートウェイに接続すると、このパックだけでなく、すべてのパックのツールが直接一覧表示されます:

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

どちらのURLも同じゲートウェイと同じ1476以上のデータソースに到達します。唯一の違いは、どのパックのツールが直接一覧表示されるかだけです。ask_pipeworx はどちらのURLからでも、そのすべてにアクセスできます。

ask_pipeworx の利用

ツールを直接呼び出す代わりに、平易な英語で質問できます — これは上記のパックエンドポイントでもフルゲートウェイでも機能します:

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

ゲートウェイが適切なツールを選択し、引数を自動的に入力します。

詳細

ライセンス

MIT

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Get US weather forecasts, active alerts, and current observations.

  • US weather, alerts, earthquakes and elevation for AI agents, from NWS/NOAA and USGS. No API keys.

  • US weather & geo for AI agents: forecasts, alerts, earthquakes, elevation, geocoding. No keys.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/pipeworx-io/mcp-nws'

If you have feedback or need assistance with the MCP directory API, please join our Discord server