MCP.so
登录

Weather MCP Server

@pg-yuly

关于 Weather MCP Server

A weather information server built using Model Context Protocol (MCP) to provide real-time weather data and forecasts

基本信息

分类

媒体与设计

运行时

node

传输方式

stdio

发布者

pg-yuly

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Weather MCP Server?

Weather MCP Server is a weather information server built using Model Context Protocol (MCP). It provides real-time weather data and forecasts for Chinese cities. It is designed for developers or users who need weather information accessible via MCP.

How to use Weather MCP Server?

Install dependencies with npm install, then start the server with npm start. The server exposes three APIs: query_weather (current conditions), query_forecast (daily forecasts), and query_hourly_forecast (hourly forecasts). Each API takes a city name as input.

Key features of Weather MCP Server?

  • Real-time weather information
  • Daily weather forecasts
  • Hourly weather forecasts
  • Detailed life indexes (clothing, makeup, cold prevention)

Use cases of Weather MCP Server?

  • Get current weather for a Chinese city.
  • Plan daily activities using forecast data.
  • Check hourly weather for short-term scheduling.
  • Use life indexes for outfit or health advice.

FAQ from Weather MCP Server?

What cities does Weather MCP Server support?

It supports Chinese cities. The README does not list specific city names.

What data does Weather MCP Server provide?

It provides real-time weather, daily and hourly forecasts, and life indexes for clothing, makeup, and cold prevention.

How to install Weather MCP Server?

Use npm install to install the required dependencies.

How to start Weather MCP Server?

Run npm start to launch the server.

What APIs does Weather MCP Server offer?

query_weather, query_forecast, and query_hourly_forecast.

评论

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