poc-mcp-server-wttr
Verified Safeby marcusbaer
Overview
Provides a weather forecasting tool for Model Context Protocol (MCP) agents by integrating with the wttr.in API.
Installation
npx -y poc-mcp-server-wttrSecurity Notes
The server makes external 'fetch' requests to the public wttr.in API. The 'city' input parameter is properly URL-encoded using 'encodeURIComponent' to mitigate injection risks. No hardcoded secrets, 'eval', or other malicious patterns were found in the provided source code. The primary risk is reliance on an external, untrusted API for data, which is inherent in its functionality.
Similar Servers
mcp_weather_server
Provides current and historical weather, air quality, and time information for specified cities/timezones using the Open-Meteo API, supporting various Model Context Protocol (MCP) transport modes.
MCP_Remote_Server_Demo
This server acts as a weather agent, providing real-time weather alerts and forecasts by integrating with the National Weather Service (NWS) API.
weather-mcp-server
Provides real-time weather information for specified cities via an MCP server, integrating with LLM agents.
mcp-weather-server
Provides real-time and forecast weather data, air quality information, and multi-city weather trend analysis via the Model Context Protocol (MCP), integrating with OpenWeather and OpenRouter APIs.