weather-mcp-server
Related Servers
Alternatives to weather-mcp-server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityFmaintenanceA simple minimal weather mcp server :)24MIT
- FlicenseNot gradedqualityDmaintenanceAn MCP server implementation that allows users to fetch and display weather information for specified cities, including temperature, humidity, wind speed, and weather descriptions.1-
- AlicenseCqualityDmaintenanceThis MCP server exposes the WeatherXM PRO APIs as MCP tools, allowing clients to access weather station data, observations, and forecasts through the MCP protocol.87MIT
- ISC
- AlicenseBqualityDmaintenanceMCP server that provides Korean weather information using grid coordinates and the Korea Meteorological Administration API, allowing users to query current weather conditions and forecasts for specific locations in Korea.27Apache 2.0
- FlicenseCqualityDmaintenanceA MCP server that provides real-time weather information for any city through a simple tool that resolves geographic coordinates and fetches current weather data.18 npm-
TDQS
Scored across 2 tools
The two tools have clearly distinct purposes: get_alerts retrieves weather alerts for US states, while get_forecast provides forecasts for geographic coordinates. There is no overlap in functionality or ambiguity between them.
Both tools follow a consistent verb_noun naming pattern (get_alerts, get_forecast) with identical verb usage and snake_case formatting. The naming is perfectly predictable and uniform.
With only two tools, the server feels under-scoped for a weather domain. Essential operations like current conditions, historical data, or multi-location forecasts are missing, making the toolset thin and incomplete for typical weather-related tasks.
The toolset has significant gaps for a weather server. It lacks core functionalities such as current weather conditions, historical data, radar imagery, or air quality, and the forecast tool is limited to a single location without options for time ranges or units.