Weather MCP Server
by lixiaotiancai
A weather information server built using Model Context Protocol (MCP) to provide real-time weather data and forecasts for Chinese cities.
Last updated: N/A
What is Weather MCP Server?
This is a weather information server built using Model Context Protocol (MCP) that provides real-time weather data and forecasts specifically for Chinese cities.
How to use Weather MCP Server?
To use this server, first install the dependencies with npm install
. Then, start the server with npm start
. You can then access the APIs to query weather information.
Key features of Weather MCP Server
Real-time weather information
Daily weather forecasts
Hourly weather forecasts
Detailed life indexes (clothing, makeup, cold prevention, etc.)
Use cases of Weather MCP Server
Displaying current weather conditions for a city
Providing daily weather forecasts to users
Offering hourly weather forecasts for planning activities
Giving personalized life index recommendations based on weather conditions
FAQ from Weather MCP Server
How do I get current weather for a city?
How do I get current weather for a city?
Use the query_weather
API.
How do I get daily forecasts for a city?
How do I get daily forecasts for a city?
Use the query_forecast
API.
How do I get hourly forecasts for a city?
How do I get hourly forecasts for a city?
Use the query_hourly_forecast
API.
What kind of life indexes are provided?
What kind of life indexes are provided?
The server provides detailed life indexes such as clothing, makeup, and cold prevention recommendations.
What license is this server released under?
What license is this server released under?
This server is released under the MIT license.