mcp-server
Verified Safeby marcustomazelli
Overview
Provides weather alerts and forecasts by integrating with the National Weather Service (NWS) API.
Installation
mcp run mcp-serverSecurity Notes
The server makes external HTTP requests to a legitimate weather API (api.weather.gov). Requests include basic error handling. No hardcoded secrets, 'eval' usage, or obvious malicious patterns were found. Input for latitude, longitude, and state is used to construct API URLs, relying on httpx for proper encoding; direct code injection into the server's logic is unlikely.
Similar Servers
nws-mcp-server
Provides real-time weather forecasts and alerts for US locations by integrating with the National Weather Service API.
MCP-demo2-CSCI-435
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.
hello-mcp-server
Provides real-time weather alerts and forecasts using the National Weather Service 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.