WeatherMCP
Verified Safeby abg011
Overview
A simple Model Context Protocol (MCP) server for fetching live weather alerts and forecasts from the U.S. National Weather Service (NWS) API.
Installation
python weather.pySecurity Notes
The source code appears very safe. It uses the standard 'httpx' library for network requests and does not contain 'eval' or similar dangerous functions. There are no hardcoded secrets or sensitive information. The NWS API used is public and does not require authentication. All network requests have a timeout.
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.
authenticated-mcp-servers
A Python-based Model Context Protocol (MCP) server providing weather forecasting and alerts from the National Weather Service API, with optional JWT authentication.
mcp-sample-server
Provides current weather alerts and detailed forecasts by leveraging the National Weather Service (NWS) API.
nws-mcp-server
Provides weather forecasts and alerts for US locations by integrating with the National Weather Service API, designed for Model Context Protocol (MCP) clients like Claude for Desktop.