mcp_weather_server
Verified Safeby isdaniel
Overview
Provides current and historical weather, air quality, and timezone information via an MCP server, integrating with the Open-Meteo API.
Installation
docker run -p 8080:8080 dog830228/mcp_weather_server:latest --mode streamable-httpEnvironment Variables
- PORT
- STATELESS
Security Notes
The server uses `httpx` for external API calls, `starlette` and `uvicorn` for HTTP modes, which are standard and robust libraries. No hardcoded API keys are visible; the server explicitly states it uses free Open-Meteo APIs requiring no keys. Input validation for tool arguments is present via `validate_required_args`. CORS is enabled for HTTP modes. No `eval` or blatant obfuscation detected.
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.
Weather-MCP-Server
Provides comprehensive weather information and tools via a Model Context Protocol (MCP) server using FastMCP and WeatherAPI.com.
mcp_server
Provides real-time and historical weather, air quality, and time information via an MCP server, integrating with external APIs.
mcp-weather
Provides current weather, forecast, air quality, and geocoding services by integrating with the Open-Meteo API.