LandiWetter MCP Server

by nabossha

LandiWetter MCP サーバー

これは、LandiWetterからスイスの天気予報データを提供するモデルコンテキストプロトコル(MCP)サーバーです。このサーバーでは、スイスの地域を検索し、詳細な天気予報を入手できます。

特徴

  • スイスの場所を名前で検索
  • 特定の場所と日付の詳細な天気予報を取得します
  • 時間別および日別の予報データにアクセス
  • MCP 対応クライアントのツールまたはリソースとして使用します

インストール

  1. リポジトリをクローンする
  2. 依存関係をインストールします:
    npm install

使用法

サーバーの起動

次のコマンドでサーバーを実行します。

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