MCP Weather Server
MCP 날씨 서버
이 프로젝트는 날씨 관련 도구를 제공하는 모델 컨텍스트 프로토콜(MCP) 서버의 데모 구현입니다. 이 서버는 두 가지 도구를 제공합니다.
get-alerts : 특정 미국 주에 대한 활성 날씨 알림을 가져옵니다.
get-forecast : 위도와 경도를 기반으로 특정 위치의 날씨를 예보합니다.
특징
Node.js를 사용하여 구축되었습니다.
날씨 데이터 검색을 위한 MCP 도구를 구현합니다.
정확하고 최신의 날씨 정보를 제공하기 위해 미국 국립 기상청 API를 사용합니다.
Related MCP server: Weather MCP Server
필수 조건
시스템에 Node.js가 설치되어 있어야 합니다.
MCP 개념과 도구에 익숙함.
설정
Smithery를 통해 설치
Smithery를 통해 Claude Desktop용 mcp-server-learn을 자동으로 설치하려면:
지엑스피1
수동 설치
저장소를 복제합니다.
git clone <repository-url> cd weatherpnpm사용하여 종속성을 설치합니다(프로젝트에 구성된 대로):pnpm install프로젝트를 빌드하세요:
pnpm build
구성
VSCode의 settings.json 파일을 업데이트하여 이 MCP 서버를 추가하세요.
{
"mcpServers": {
"weather": {
"command": "node",
"args": [
"/ABSOLUTE/PATH/TO/PARENT/FOLDER/weather/build/index.js"
]
}
}
}자원
미국 국립 기상청 API # mcp-server-learn
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceThis is a Model Context Protocol (MCP) server that provides weather information using the National Weather Service (NWS) API. Features Get weather alerts for a US state Get weather forecast for a specific location (using latitude and longitude)
- AlicenseBqualityDmaintenanceA Model Context Protocol server that provides AI agents with tools to retrieve weather alerts and detailed forecasts for US locations using the National Weather Service API.2781GPL 3.0
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that enables AI models to fetch weather alerts and detailed forecasts for US locations using the National Weather Service API.78GPL 3.0
- FlicenseBqualityDmaintenanceA Model Context Protocol (MCP) server that provides US weather forecasts and active alerts using the National Weather Service API.2
Related MCP Connectors
NOAA and ECMWF weather forecast MCP for discovery, validation, and GribStream OAuth queries.
US weather, alerts, earthquakes and elevation for AI agents, from NWS/NOAA and USGS. No API keys.
Get US weather forecasts, active alerts, and current observations.
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/adarshem/mcp-server-learn'
If you have feedback or need assistance with the MCP directory API, please join our Discord server