Weather Report

Created By
forerunner29 months ago
这是一个查询天气的mcp server项目:通过调用官网数据,获取城市的经纬度,然后再调用天气查询网站,获得天气预报。
Overview

what is Weather Report?

Weather Report is an MCP server project that allows users to query weather information by fetching city coordinates and retrieving weather forecasts from a weather query website.

how to use Weather Report?

To use Weather Report, set up the server by running the command uv --directory your folder path run weather.py and then make requests to the server to get weather data for specific cities.

key features of Weather Report?

  • Fetches city coordinates from official data sources.
  • Retrieves real-time weather forecasts from a weather query website.
  • Easy server setup and configuration.

use cases of Weather Report?

  1. Providing weather updates for specific cities.
  2. Integrating weather data into applications or websites.
  3. Assisting in planning events based on weather conditions.

FAQ from Weather Report?

  • Can Weather Report provide weather data for all cities?

Yes! Weather Report can provide data for any city as long as the coordinates are available.

  • Is Weather Report free to use?

Yes! Weather Report is open-source and free to use for everyone.

  • How accurate is the weather data?

The accuracy of the weather data depends on the source of the weather query website.

Server Config

{
  "mcpServers": {
    "weather": {
      "disabled": false,
      "timeout": 60,
      "command": "uv",
      "args": [
        "--directory",
        "your folder path",
        "run",
        "weather.py"
      ],
      "transportType": "stdio"
    }
  }
}
Project Info
Created At
9 months ago
Updated At
9 months ago
Author Name
forerunner2
Star
-
Language
-
License
-

Recommend Servers

View All
Tavily Mcp
@tavily-ai

JavaScript
a year ago