mcp-server-weather
Verified Safeby Pulse-Programmer
Overview
Provides real-time weather alerts and forecasts for specified US locations and states.
Installation
python weather.pySecurity Notes
The server interacts with a reputable public API (National Weather Service) using the httpx library. It includes basic error handling for network requests and no hardcoded secrets or 'eval' statements. Data formatting appears safe. The primary risk would be issues with the NWS API itself or potential abuse of the tool by providing excessive inputs, though the NWS API likely has rate limits.
Similar Servers
mcp-server-weather
This server provides a tool to fetch current weather conditions for a specified geographic location using the Open-Meteo API.
mcp-weather
A Model Context Protocol (MCP) server for retrieving weather alerts and forecasts for US locations using the National Weather Service (NWS) API.
weather-mcp-server
Provides current weather conditions and 5-day forecasts for any city using the OpenWeatherMap API via a Model Context Protocol (MCP) server.
mcp_server_test
This server provides a weather forecasting tool that fetches current and hourly weather data for specified geographical coordinates.