weather-mcp
Verified Safeby jkf87
Overview
Provides weather information for major Korean cities via an MCP server, integrating with AI assistants.
Installation
weather-mcpSecurity Notes
The server uses `httpx` to make requests to the Open-Meteo API. City inputs are validated against a predefined list, preventing injection vulnerabilities. No hardcoded secrets or API keys are used (as per Open-Meteo's design). No `eval` or other dynamic code execution patterns were found. The use of a fixed external API (Open-Meteo) reduces the attack surface significantly. A score of 9 instead of 10 is given as any external API dependency carries a minimal inherent risk, though Open-Meteo is a well-known and generally reliable service.
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-server-weather
Fetches current weather data for a specific city and country using the OpenWeatherMap API.
mcp-server-weather
Provides current weather, hourly forecasts, and geocoding-based location lookup using the Open-Meteo API.
mcp-weather
Provides current weather, forecast, air quality, and geocoding services by integrating with the Open-Meteo API.