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 timezone information via an MCP server, integrating with the Open-Meteo API.
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.
starter-mcp-server
This server acts as a proxy to the National Weather Service (NWS) API, providing weather alerts and forecasts based on state codes or geographical coordinates.