MCP.so
ログイン

Weather Report

@forerunner2

Weather Report について

这是一个查询天气的mcp server项目

基本情報

カテゴリ

メディアとデザイン

ランタイム

python

トランスポート

stdio

公開者

forerunner2

投稿者

riaake Zu

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "weather": {
      "disabled": false,
      "timeout": 60,
      "command": "uv",
      "args": [
        "--directory",
        "your folder path",
        "run",
        "weather.py"
      ],
      "transportType": "stdio"
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Weather Report?

Weather Report is a Model Context Protocol (MCP) server that retrieves weather forecasts for cities. It obtains a city’s latitude and longitude from an official data source, then queries a weather website to return the forecast.

How to use Weather Report?

Key features of Weather Report

  • Fetches city coordinates from official data
  • Retrieves weather forecast from a weather website
  • Provides weather data via MCP integration

Use cases of Weather Report

  • Getting the weather forecast for a specific city

FAQ from Weather Report

What data sources does Weather Report use?

It uses an official website to obtain city coordinates and a separate weather query website to retrieve the forecast. No additional sources are mentioned.

コメント

「メディアとデザイン」の他のコンテンツ