LandiWetter MCP 서버
LandiWetter에서 스위스 날씨 예보 데이터를 제공하는 모델 컨텍스트 프로토콜(MCP) 서버입니다. 이 서버를 통해 스위스 지역을 검색하고 자세한 날씨 예보를 확인할 수 있습니다.
특징
- 이름으로 스위스 지역 검색
- 특정 위치 및 날짜에 대한 자세한 날씨 예보를 받으세요
- 시간별 및 일별 예보 데이터에 모두 액세스하세요
- MCP 호환 클라이언트에서 도구 또는 리소스로 사용
설치
- 저장소를 복제합니다
- 종속성 설치:지엑스피1
용법
서버 시작
다음을 사용하여 서버를 실행합니다.
이렇게 하면 stdio 전송을 사용하여 MCP 서버가 시작되어 Claude Desktop과 같은 MCP 클라이언트와 호환됩니다.
Claude Desktop과 통합
- 클로드 데스크톱 열기
- 설정 > MCP > 사용자 정의 서버 추가로 이동하세요.
- 다음 세부정보로 구성하세요.
- 이름: LandiWetter
- 명령어:
node /path/to/landiwetter-mcp/src/index.js
- 서버를 저장하고 활성화합니다.
클로드 프롬프트 예시
서버가 Claude Desktop과 통합되면 자연어 프롬프트를 사용하여 날씨 예보에 액세스할 수 있습니다.
날씨 예보를 받으려면:
특정 날짜의 날씨를 보려면:
사용 가능한 도구
검색위치
이름으로 스위스 지역을 검색하세요.
매개변수:
locationName
: 검색할 위치의 이름
예:
날씨예보 받기
특정 지역의 자세한 날씨 예보를 받아보세요.
매개변수:
locationId
: 위치 ID(예: G2661552)date
(선택 사항): 예보 날짜(yyyy-MM-dd). 기본값은 오늘입니다.
예:
사용 가능한 리소스
일기 예보
리소스 URI를 통해 날씨 예보에 접근합니다.
URI 템플릿: weather://{location}/{date}
어디:
location
: 위치의 이름(예: "취리히")date
(선택 사항): 예보 날짜(yyyy-MM-dd). 기본값은 오늘입니다.
예:
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
스위스 날씨 예보 데이터를 제공하여 사용자가 스위스 지역을 검색하고 자세한 시간별, 일별 날씨 예보를 얻을 수 있습니다.
Related MCP Servers
- AsecurityAlicenseAqualityProvides hourly weather forecasts using the AccuWeather API, enabling users to access current weather conditions and detailed 12-hour forecasts tailored to specific locations.Last updated -13PythonThe Unlicense
- AsecurityFlicenseAqualityFetches precipitation forecasts for any location using Buienradar and integrates with Claude for Desktop to provide accurate two-hour weather predictions.Last updated -1Python
- AsecurityFlicenseAqualityProvides weather forecast data for locations in China using the HeFeng Weather API, with real-time, hourly, or daily forecasts and location-based queries.Last updated -172TypeScript
- AsecurityAlicenseAqualityFetches tide information for any location using latitude and longitude, providing detailed tide data including high/low tides and station information with automatic UTC time zone handling.Last updated -111PythonMIT License