weather-server
0
The Weather MCP Server provides real-time and forecast weather information for Chinese cities using the Model Context Protocol (MCP). It offers detailed life indices to help users make informed decisions based on the weather conditions.
Weather MCP Server
A weather information server built using Model Context Protocol (MCP) to provide real-time weather data and forecasts for Chinese cities.
Features
- Real-time weather information
- Daily weather forecasts
- Hourly weather forecasts
- Detailed life indexes (clothing, makeup, cold prevention, etc.)
Installation
npm install
Usage
npm start
APIs
query_weather
: Get current weather for a cityquery_forecast
: Get daily forecasts for a cityquery_hourly_forecast
: Get hourly forecasts for a city
License
MIT