mcp-weather
Verified Safeby razeone
Overview
This server provides weather information, including alerts for US states and forecasts for specific coordinates, by interacting with an external weather API.
Installation
dotnet run --project src/Weather.PresentationSecurity Notes
The provided source code is limited to the README, which describes an architecture prioritizing input validation (via Value Objects like StateCode, Coordinates) and clear separation of concerns, generally contributing to a more secure system. No 'eval' or malicious patterns are visible. Interaction with an external 'WeatherGovService' implies network calls, which would require secure handling (e.g., TLS, input sanitization, error handling) in the actual implementation, but this is not verifiable from the provided text. Hardcoded secrets are not evident in the README.
Similar Servers
mcp-weather
Hosts a Model Context Protocol (MCP) server to provide weather information.
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_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.
mcp-sample-server
Provides current weather alerts and detailed forecasts by leveraging the National Weather Service (NWS) API.