F
licenseNot graded
qualityC
maintenanceEnables AI agents to retrieve current weather conditions and 3-day forecasts for cities through standardized MCP tools over stdio.
-
No user-submitted related servers found.
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.