LandiWetter MCP Server

by nabossha

LandiWetter MCP 서버

LandiWetter에서 스위스 날씨 예보 데이터를 제공하는 모델 컨텍스트 프로토콜(MCP) 서버입니다. 이 서버를 통해 스위스 지역을 검색하고 자세한 날씨 예보를 확인할 수 있습니다.

특징

  • 이름으로 스위스 지역 검색
  • 특정 위치 및 날짜에 대한 자세한 날씨 예보를 받으세요
  • 시간별 및 일별 예보 데이터에 모두 액세스하세요
  • MCP 호환 클라이언트에서 도구 또는 리소스로 사용

설치

  1. 저장소를 복제합니다
  2. 종속성 설치:지엑스피1

용법

서버 시작

다음을 사용하여 서버를 실행합니다.

npm start

이렇게 하면 stdio 전송을 사용하여 MCP 서버가 시작되어 Claude Desktop과 같은 MCP 클라이언트와 호환됩니다.

Claude Desktop과 통합

  1. 클로드 데스크톱 열기
  2. 설정 > MCP > 사용자 정의 서버 추가로 이동하세요.
  3. 다음 세부정보로 구성하세요.
    • 이름: LandiWetter
    • 명령어: node /path/to/landiwetter-mcp/src/index.js
  4. 서버를 저장하고 활성화합니다.

클로드 프롬프트 예시

서버가 Claude Desktop과 통합되면 자연어 프롬프트를 사용하여 날씨 예보에 액세스할 수 있습니다.

날씨 예보를 받으려면:

What's the weather forecast for Bern, Switzerland?

특정 날짜의 날씨를 보려면:

What's the weather forecast for Zürich on 2025-05-10?

사용 가능한 도구

검색위치

이름으로 스위스 지역을 검색하세요.

매개변수:

  • locationName : 검색할 위치의 이름

예:

Please search for locations named "Zürich"

날씨예보 받기

특정 지역의 자세한 날씨 예보를 받아보세요.

매개변수:

  • locationId : 위치 ID(예: G2661552)
  • date (선택 사항): 예보 날짜(yyyy-MM-dd). 기본값은 오늘입니다.

예:

Please get the weather forecast for location ID G2661552

사용 가능한 리소스

일기 예보

리소스 URI를 통해 날씨 예보에 접근합니다.

URI 템플릿: weather://{location}/{date}

어디:

  • location : 위치의 이름(예: "취리히")
  • date (선택 사항): 예보 날짜(yyyy-MM-dd). 기본값은 오늘입니다.

예:

Please check the resource at weather://Zürich/2025-05-03

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

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.

스위스 날씨 예보 데이터를 제공하여 사용자가 스위스 지역을 검색하고 자세한 시간별, 일별 날씨 예보를 얻을 수 있습니다.

  1. 특징
    1. 설치
      1. 용법
        1. 서버 시작
        2. Claude Desktop과 통합
        3. 클로드 프롬프트 예시
      2. 사용 가능한 도구
        1. 검색위치
        2. 날씨예보 받기
      3. 사용 가능한 리소스
        1. 일기 예보

      Related MCP Servers

      • A
        security
        A
        license
        A
        quality
        Provides 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 -
        1
        3
        Python
        The Unlicense
      • A
        security
        F
        license
        A
        quality
        Fetches precipitation forecasts for any location using Buienradar and integrates with Claude for Desktop to provide accurate two-hour weather predictions.
        Last updated -
        1
        Python
        • Apple
        • Linux
      • A
        security
        F
        license
        A
        quality
        Provides 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 -
        1
        7
        2
        TypeScript
      • A
        security
        A
        license
        A
        quality
        Fetches 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 -
        1
        11
        Python
        MIT License
        • Apple

      View all related MCP servers

      ID: 12j27mrkki