weather-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_current_weatherA | 查询一个城市的实时天气,包括温度、体感温度、天气描述、风速、湿度、能见度、紫外线指数、气压。支持中文城市名(如 '北京')和英文城市名(如 'Tokyo')。不需要 API Key。 |
| get_forecastA | 查询一个城市未来几天的天气预报,包括每日最高/最低温度和天气描述。支持中文和英文城市名。 |
| get_air_qualityA | 查询一个城市的空气质量指数(AQI),包括 PM2.5、PM10、NO₂、SO₂、O₃ 等污染物浓度。支持中文和英文城市名。不需要 API Key。 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
Each tool targets a distinct weather aspect: air quality, current weather, and forecast. There is no overlap in purpose.
All tools follow the consistent 'get_' prefix with a noun describing the data type: get_air_quality, get_current_weather, get_forecast.
Three tools is a compact and appropriate number for a weather MCP server, covering the essential weather data endpoints without excess.
Covers the core weather needs (current, forecast, air quality). Missing historical data or severe weather alerts, but these are reasonable omissions for a basic weather server.