weather-mcp-server
Verified Safeby ChathuraIshara
Overview
Provides real-time weather alerts and forecasts for US locations by integrating with the National Weather Service (NWS) API.
Installation
npx weatherSecurity Notes
The server makes HTTP requests to a known, legitimate external API (api.weather.gov). Input validation is performed using Zod for 'state', 'latitude', and 'longitude' parameters, mitigating common injection risks. No 'eval' or similar dangerous patterns were found. The 'User-Agent' header is hardcoded, preventing arbitrary user agent injection. No hardcoded secrets were identified.
Similar Servers
epanet-mcp-server
Provides tools for fetching real-time weather information from the NWS API and running EPANET water network simulations.
mcp-server-weather
Provides weather alerts and forecasts for US locations by integrating with the National Weather Service (NWS) API.
starter-mcp-server
This server acts as a proxy to the National Weather Service (NWS) API, providing weather alerts and forecasts based on state codes or geographical coordinates.
Weather-MCP-Server
Provides real-time US weather data and alerts to Model Context Protocol (MCP) clients like Claude for Desktop.