weather-mcp-server
Verified Safeby attilacsanyi
Overview
Provides weather forecast and alert information by integrating with the National Weather Service (NWS) API, enabling external agents to query weather data for specific locations or states.
Installation
node build/index.jsSecurity Notes
Input validation is performed using Zod schemas for 'state', 'latitude', and 'longitude' parameters. External API calls are made to the official NWS API over HTTPS. No hardcoded secrets or direct command execution are present. Error messages are generic, preventing information leakage. The implementation is straightforward and does not introduce obvious vulnerabilities.
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.
mcp-server
Provides weather alerts and forecasts by integrating with the National Weather Service (NWS) API.
nws-mcp-server
Provides real-time weather forecasts and active alerts for US locations by integrating with the National Weather Service API, accessible via Model Context Protocol (MCP) clients like Claude for Desktop.
MCP_Remote_Server_Demo
This server acts as a weather agent, providing real-time weather alerts and forecasts by integrating with the National Weather Service (NWS) API.