Weather
0
Provides weather data for US regions via a JavaScript-based MCP server.
About
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.
Key Features
- Retrieves US state weather alert information
- Obtains weather forecasts for specified latitude and longitude
- Supports stdio and HTTP/SSE transport methods
- Utilizes the US National Weather Service (NWS) API
- Pure JavaScript implementation with no compilation required
- 0 GitHub stars
Use Cases
- Integrating real-time US weather data into MCP clients or applications
- Developing and testing weather data integrations locally
- Providing a customizable HTTP/SSE endpoint for weather information retrieval