mcp-weather
Verified Safeby agentic-forge
Overview
Provides current weather, forecast, air quality, and geocoding services by integrating with the Open-Meteo API.
Installation
uv run python -m forge_mcp_weatherSecurity Notes
The server does not handle sensitive user data or require API keys. It uses `httpx` for external API calls and has no obvious use of `eval`, `exec`, or direct shell command execution of user input. CORS is set to `*` for HTTP transport, which is acceptable for serving public data but could be tightened if restricted access is ever required. `detect-secrets` is included in development dependencies, indicating awareness of secret management.
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.
weather-MCP-server
This server provides a tool to fetch current weather information for a specified location using the OpenWeatherMap API.
mcp-server-weather
Provides current weather, hourly forecasts, and geocoding-based location lookup using the Open-Meteo API.