Skip to main content
Glama

Weather MCP Server

MCP-сервер, который получает оповещения и прогнозы погоды от National Weather Service API.

Требования

  • 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: двухбуквенный код штата, например 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