starter-mcp-server
Verified Safeby YunYouJun
Overview
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.
Installation
node dist/index.mjsSecurity Notes
The server makes outgoing HTTP requests to 'https://api.weather.gov', a legitimate public weather API. Input validation for tool arguments is implemented using 'zod', mitigating common injection risks. Communication with the MCP client is handled via StdioServerTransport, which communicates over standard I/O, reducing typical network attack surfaces. No hardcoded secrets or 'eval' statements were found. The User-Agent is generic and could be more descriptive for API politeness in a production environment, but this is not a security flaw.
Similar Servers
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.
mcp-weather
Serves weather information via the Model Context Protocol (MCP) as a tool for AI agents.
MCP-SIGMET
An MCP server for retrieving domestic and international SIGMET (Significant Meteorological Information) aviation weather data from the AviationWeather.gov API.
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.