mcp-weather
Verified Safeby romeritomendes
Overview
A Model Context Protocol (MCP) server for retrieving weather alerts and forecasts for US locations using the National Weather Service (NWS) API.
Installation
./build/index.jsSecurity Notes
The server uses Zod for input validation, which effectively mitigates common injection risks for parameters. External API calls are made only to the official National Weather Service (NWS) API. No hardcoded secrets or sensitive API keys are found in the provided code. The server operates via stdio, limiting its direct external attack surface.
Similar Servers
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
A server component designed to provide weather-related data or services.
mcp-weather-server
Standalone MCP server providing weather information, task management, and local document processing capabilities for an AI client.
mcp-server-weather
Provides real-time weather alerts and forecasts for specified US locations and states.