Skip to main content
Glama

Weather MCP Server

National Weather Service API から気象警報と予報を取得する MCP サーバーです。

要件

  • Node.js 18 以降

  • MCP 互換クライアント

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

インストール

npm install
npm run build

ビルドされたサーバーは build/index.js に出力されます。

MCP クライアントの設定

MCP クライアントがビルド済みサーバーを stdio 経由で起動するように設定してください。例:

{
  "mcpServers": {
    "weather": {
      "command": "node",
      "args": ["/absolute/path/to/weather/build/index.js"]
    }
  }
}

パスをこのプロジェクトの絶対パスに置き換えてください。

利用可能なツール

get_alerts

米国の州に関する現在発令中の気象警報を返します。

入力:

  • state: 2文字の州コード(例: CA

get_forecast

指定された地点の予報を返します。

入力:

  • latitude: -90 から 90 までの数値

  • longitude: -180 から 180 までの数値

データソース

気象データは、National Weather Service API から提供されます。

ライセンス

ISC

A
license - permissive license
Not graded
quality - not tested
B
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/andresilvase/weather-mcp'

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