WeatherApi_MCP_server
Verified Safeby Abhishek3689
Overview
This server provides current weather, multi-day forecasts, and weather comparison for specified cities using the WeatherAPI.
Installation
python weather.pyEnvironment Variables
- WEATHER_API_KEY
Security Notes
The WEATHER_API_KEY is correctly loaded from environment variables, preventing hardcoding. Input is handled as parameters, and no 'eval' or similar dangerous functions are used. Network requests use httpx with timeouts and status error handling. The primary external dependency is WeatherAPI.com, and security relies on its proper functioning.
Similar Servers
Weather-MCP-Server
Provides comprehensive weather information and tools via a Model Context Protocol (MCP) server using FastMCP and WeatherAPI.com.
WeatherApi_MCP_server
This server provides current weather, multi-day forecasts, and weather comparison for specified cities using the WeatherAPI.
mcp-weather-bot
Provides real-time weather information to AI agents (like Claude/Cursor) via a FastMCP server.
weather-MCP-server
This server provides a tool to fetch current weather information for a specified location using the OpenWeatherMap API.