hello-mcp-server
Verified Safeby rolroralra
Overview
Provides real-time weather alerts and forecasts using the National Weather Service API.
Installation
python weather.pySecurity Notes
The server primarily makes requests to the public NWS API. Input parameters (state, latitude, longitude) are used directly in URLs, but for simple types like two-letter state codes and floats, this poses a minimal risk. No 'eval' or other dynamic code execution found. No hardcoded secrets. The use of 'httpx' for network requests is standard and includes basic error handling.
Similar Servers
mcp-sample-server
Provides current weather alerts and detailed forecasts by leveraging the National Weather Service (NWS) API.
weather-mcp-server
Provides weather forecast and alert information by integrating with the National Weather Service (NWS) API, enabling external agents to query weather data for specific locations or states.
mcp-server
Provides weather alerts and forecasts by integrating with the National Weather Service (NWS) API.
Lab-7-Weather-MCP-Server
Provides real-time weather forecasts and alerts by integrating with the National Weather Service (NWS) API, primarily intended as a tool for an LLM.