mcp-weather
Verified Safeby algonacci
Overview
Fetches current weather conditions and forecasts using the AccuWeather API based on location coordinates or search queries.
Installation
uv --directory /Users/ericjulianto/Documents/GitHub/mcp-weather run python main.pyEnvironment Variables
- ACCUWEATHER_API_KEY
Security Notes
API key is loaded securely from environment variables using `python-dotenv`. The server uses the standard and trusted `httpx` library for all external API calls. No `eval`, obfuscation, or other immediately apparent malicious patterns were detected in the provided source code. `follow_redirects=True` is enabled for HTTP requests, which is generally acceptable for API interactions.
Similar Servers
mcp-weather
Provides current weather conditions and a 12-hour hourly forecast for a specified location using the AccuWeather API.
mcp_server_weather_shilLoon
Provides current and hourly weather forecasts for a specified geographic location.
mcp-server-weather
Provides weather alerts and forecasts for US locations by integrating with the National Weather Service (NWS) API.
MCP-Server
The server provides weather alerts and forecasts for a US state or location, acting as a set of tools for an MCP agent.