Provides weather data for US regions via a JavaScript-based MCP server.
This tool is a pure JavaScript ES Modules-based MCP server designed to fetch and provide weather-related information, primarily for the United States. It offers functionalities like retrieving weather alerts for specific US states and obtaining forecasts based on given latitude and longitude coordinates. The server supports multiple transport methods, including stdio for local development and HTTP/SSE for remote connections, making it versatile for various MCP client configurations. It leverages the National Weather Service (NWS) API as its data source and emphasizes its 'pure JavaScript' nature, requiring no compilation steps for direct execution.