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.

评论

媒体与设计 分类下的更多 MCP 服务器