Weather MCP Server
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
This server cannot be installed
Maintenance
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
- AlicenseNot gradedqualityDmaintenanceProvides weather alerts and forecasts for US locations using the National Weather Service API.78GPL 3.0
- AlicenseNot gradedqualityAmaintenanceGet US weather forecasts, active alerts, and current observations via the National Weather Service API.7161Apache 2.0
- AlicenseNot gradedqualityDmaintenanceProvides US weather alerts and forecasts via the National Weather Service API.78GPL 3.0
- AlicenseNot gradedqualityDmaintenanceProvides weather alerts and forecasts for US locations using the National Weather Service API.GPL 3.0
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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