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_weather_server
Provides current and historical weather, air quality, and timezone information via an MCP server, integrating with the Open-Meteo API.
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.
weather-MCP-server
This server provides a tool to fetch current weather information for a specified location using the OpenWeatherMap API.