weather-mcp-server
Verified Safeby jack6249
Overview
Provides real-time weather information for specified cities via an MCP server, integrating with LLM agents.
Installation
python -u server.pySecurity Notes
The server makes external HTTP requests to `wttr.in`, a known public weather API, with a 10-second timeout. No `eval` or similar dangerous patterns were found. There are no hardcoded secrets or sensitive information.
Similar Servers
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.
weather-mcp-server
Provides real-time weather information for specified cities using the wttr.in API, integrated as an MCP server with the HelloAgents framework.
mcp-simulation
Serves weather forecast and alert data from the National Weather Service API as tools for an MCP-compatible AI agent.
mcp_server_weather_jayden
This server provides current and forecasted weather data for specific geographical coordinates as a tool callable by an AI agent.