mcp-server-weather
Verified Safeby issam-eddine
Overview
Provides weather alerts and forecasts for US locations by integrating with the National Weather Service (NWS) API.
Installation
uv --directory [YOUR_REPO_PATH] run weather.pySecurity Notes
The server uses `httpx` to make requests to the public NWS API. It includes basic error handling and does not use `eval`, `exec`, or other direct code execution patterns. No hardcoded secrets or sensitive information are present. The main risk relies on the security and data integrity of the external NWS API.
Similar Servers
epanet-mcp-server
Provides tools for fetching real-time weather information from the NWS API and running EPANET water network simulations.
weather-mcp-server
Provides real-time weather alerts and forecasts for US locations by integrating with the National Weather Service (NWS) API.
mcp-server
Provides weather alerts and forecasts via integration with the National Weather Service (NWS) API.
hello-mcp-server
Provides real-time weather alerts and forecasts using the National Weather Service API.