weather-mcp-server
Verified Safeby feiming-afk
Overview
Provides real-time weather information for specified cities using the wttr.in API, integrated as an MCP server with the HelloAgents framework.
Installation
python server.pyEnvironment Variables
- PORT
- HOST
Security Notes
The server makes external HTTP requests to wttr.in, which is a public weather service API. No `eval` or `exec` functions are used, and there are no hardcoded API keys or obvious malicious patterns. Input `city` is used in a URL path, not executed as code, minimizing injection risks. The main security consideration is reliance on the external `wttr.in` service.
Similar Servers
weather-mcp-server
Provides real-time weather information for specified cities via an MCP server, integrating with LLM agents.
weather-mcp-server
Provides real-time weather information for specified cities by querying the wttr.in API, primarily for use within agent frameworks like HelloAgents.
mcp-server-weather
Provides real-time weather alerts and forecasts for specified US locations and states.
poc-mcp-server-wttr
Provides a weather forecasting tool for Model Context Protocol (MCP) agents by integrating with the wttr.in API.