MCP.so
Sign In

Weather Report

@forerunner2

About Weather Report

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

Basic information

Category

Media & Design

Runtime

python

Transports

stdio

Publisher

forerunner2

Submitted by

riaake Zu

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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.

Comments

More Media & Design MCP servers