Weather MCP Server
Related Servers
Alternatives to Weather MCP Server
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that provides current weather information and 3-day forecasts for specified cities using the Open-Meteo API.1-
- AlicenseAqualityDmaintenanceA Model Context Protocol server that retrieves current weather information for specified cities using the Open-Meteo API, requiring no API key.8362 PyPI60Apache 2.0
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that provides weather information using the Open-Meteo API, allowing users to get current weather for specific cities and retrieve weather data for date ranges.Apache 2.0
- AlicenseNot gradedqualityDmaintenanceMCP Server for global weather, forecasts, air quality, and climate data using Open-Meteo, no API key required.MIT
- AlicenseBqualityDmaintenanceA Model Context Protocol server that provides real-time weather data and forecasts for any city.114 npmISC
- FlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that enables natural language weather queries for global cities, integrating with OpenWeather API to provide real-time weather information in an easy-to-read format.1-
TDQS
Scored across 4 tools
Each tool has a clearly distinct purpose: get_current_weather for current conditions by city, get_weather_by_coordinates for current conditions by coordinates, get_weather_forecast for multi-day forecasts, and search_cities for city lookup. There is no overlap or ambiguity between these functions.
All tool names follow a consistent verb_noun pattern using snake_case: get_current_weather, get_weather_by_coordinates, get_weather_forecast, and search_cities. The naming is predictable and readable throughout.
With 4 tools, this is well-scoped for a weather server. Each tool serves a distinct and necessary function (current weather by location, current weather by coordinates, forecasts, and city search), making the count appropriate without being too sparse or bloated.
The tool set covers core weather operations well: retrieving current weather (by city and coordinates), forecasts, and city search for location resolution. A minor gap is the lack of historical weather data or more granular forecast options, but agents can work effectively with the provided tools for most use cases.