Weather-MCP-Server
Verified Safeby thejokers69
Overview
Provides real-time US weather data and alerts to Model Context Protocol (MCP) clients like Claude for Desktop.
Installation
node build/index.jsSecurity Notes
The server uses Zod for input validation, preventing common injection vulnerabilities on parameters. It makes requests to a hardcoded, public US National Weather Service API (api.weather.gov) which requires no authentication, eliminating hardcoded secret risks. No 'eval' or other dynamic code execution from user input is present. The primary risk would be the reliability and security of the NWS API itself, or potential DDoS if an LLM abused the tool.
Similar Servers
Learning-Claude-McpServer
Enables AI assistants to interact with arbitrary OpenAPI-defined APIs by dynamically generating Model Context Protocol (MCP) tools.
mcp-weather-server
Provides real-time and forecast weather data, air quality information, and multi-city weather trend analysis via the Model Context Protocol (MCP), integrating with OpenWeather and OpenRouter APIs.
mcp-weather
Serves weather information via the Model Context Protocol (MCP) as a tool for AI agents.
weather-mcp
Provides real-time and historical US weather data, forecasts, and generates weather reports using MCP (Model Context Protocol) for consumption by AI/LLMs.