nws-mcp-server
Verified Safeby nitvob
Overview
Provides real-time weather forecasts and alerts for US locations by integrating with the National Weather Service API.
Installation
uv run weather.pySecurity Notes
The server uses `httpx` for network requests to a public API (api.weather.gov) which requires no API key. There are no hardcoded secrets, `eval` calls, or other obvious vulnerabilities. Error handling for network requests is broad but returns `None` which is handled by the calling functions, preventing direct exposure of internal errors.
Similar Servers
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.
mcp-server
Provides 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_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.