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 클라이언트 설정

빌드된 서버를 stdio로 실행하도록 MCP 클라이언트를 설정하세요. 예:

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

경로를 이 프로젝트의 절대 경로로 바꾸세요.

사용 가능한 도구

get_alerts

미국 주(state)에 대한 현재 발효 중인 기상 특보를 반환합니다.

입력:

  • 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