mcp-server-weather
Verified Safeby bvm-arjun108
Overview
Provides current weather, hourly forecasts, and geocoding-based location lookup using the Open-Meteo API.
Installation
docker run --rm -it mcp-server-weatherSecurity Notes
The server utilizes `httpx` for external API interactions, incorporating basic error handling. Input validation is performed for `forecast_days` and `count` parameters to ensure they fall within acceptable ranges. No `eval` statements, obfuscation, hardcoded secrets, or obvious malicious patterns were identified. Generic exception handling in `make_openmeteo_request` could obscure specific types of errors, but this is a minor concern in this context and not a direct security vulnerability.
Similar Servers
mcp_weather_server
Provides current and historical weather, air quality, and timezone information via an MCP server, integrating with the Open-Meteo API.
mcp-weather
Provides current weather, forecast, air quality, and geocoding services by integrating with the Open-Meteo API.
mcp_server_test
This server provides a weather forecasting tool that fetches current and hourly weather data for specified geographical coordinates.
mcp_server_weather_taeyoung
Provides a Micro-Agent Platform (MCP) tool to fetch current weather forecasts for specified geographical coordinates.