A
licenseNot graded
qualityD
maintenanceEnables querying real-time weather and 5-day forecasts for any city using the OpenWeatherMap API.
5 npm
4
MIT
No user-submitted related servers found.
Scored across 2 tools
Both tools are clearly distinct: one provides current weather, the other provides a 5-day forecast. There is no overlap or ambiguity.
Both tools follow a consistent 'get_weather' prefix pattern, with a clear modifier for the forecast variant. Naming is uniform and predictable.
With only 2 tools, the server is minimal but covers the core functionality of a weather service. It is slightly on the thin side but reasonable for a focused server.
The server covers current weather and forecast, which are the most common needs, but lacks additional features like historical data or weather alerts. It is somewhat incomplete for a full weather API.