MCP-demo2-CSCI-435
Verified Safeby Tetsukiba
Overview
This server provides real-time weather alerts for US states and detailed forecasts for specific geographic coordinates by interacting with the National Weather Service (NWS) API.
Installation
uv run weather.pySecurity Notes
The code makes external API calls to api.weather.gov, which is a trusted source. It uses httpx with proper error handling (response.raise_for_status()) and a timeout. No 'eval' or other highly dangerous patterns were found. There are no hardcoded secrets or API keys, as the NWS API generally does not require them for public data access. The user-agent is hardcoded, which is acceptable. Overall, the server appears safe to run.
Similar Servers
nws-mcp-server
Provides real-time weather forecasts and alerts for US locations by integrating with the National Weather Service API.
MCP_SERVER_STR
This server acts as a Multi-Agent Communication Protocol (MCP) tool provider, offering weather alerts and forecasts by integrating with the National Weather Service (NWS) API.
mcp-sample-server
Provides current weather alerts and detailed forecasts by leveraging the National Weather Service (NWS) API.
mcp-server
Provides weather alerts and forecasts by integrating with the National Weather Service (NWS) API.