MCP-Server
Verified Safeby VenushkiT
Overview
The server provides weather alerts and forecasts for a US state or location, acting as a set of tools for an MCP agent.
Installation
python weather.pySecurity Notes
The server makes HTTP requests to the legitimate NWS API. No 'eval', hardcoded secrets, or obvious malicious patterns were found. Broad exception handling in 'make_nws_request' could be more specific but doesn't pose a direct security risk.
Similar Servers
mcp_server_weather_shilLoon
Provides current and hourly weather forecasts for a specified geographic location.
mcp-server-weather
Fetches current weather data for a specific city and country using the OpenWeatherMap API.
mcp-server-weather
Provides current weather, hourly forecasts, and geocoding-based location lookup using the Open-Meteo API.
weather-MCP-server
This server provides a tool to fetch current weather information for a specified location using the OpenWeatherMap API.