weather-mcp-server
Verified Safeby Hellganaut
Overview
Provides live weather forecasts for any city in the world via a tool-enabled API, designed to be integrated with AI agents or LLMs.
Installation
python weather.pySecurity Notes
The code uses standard HTTP requests to public APIs. There are no obvious signs of 'eval', code injection vulnerabilities, hardcoded secrets for sensitive services, or malicious patterns. User input 'city' is used in API parameters and f-strings, which is generally safe in this context as the HTTP client handles encoding. Broad exception handling is present, returning the error message string.
Similar Servers
mcp-weather-server
Provides current and forecasted weather data as a tool for AI agents (like Cline), as well as for general production APIs and custom applications, with robust resilience and security features.
mcp-weather-server
Standalone MCP server providing weather information, task management, and local document processing capabilities for an AI client.
weather-mcp-server
Provides current weather conditions and 5-day forecasts for any city using the OpenWeatherMap API via a Model Context Protocol (MCP) server.
McpWeatherServer
A server application designed to provide weather information to connected clients, likely within a Minecraft Coder Pack (MCP) environment.