Serves weather data and alerts from the National Weather Service (NWS) API using the Model Context Protocol.
This project implements a Model Context Protocol (MCP) server designed to deliver comprehensive weather data and timely alerts. Leveraging the National Weather Service (NWS) API, it provides developers with tools to retrieve active weather alerts for any US state and obtain detailed weather forecasts for specific geographic coordinates (latitude and longitude). It offers a standardized way to integrate critical weather information into various applications and services.
Key Features
01Retrieve active weather alerts for any US state using two-letter codes
02Obtain weather forecasts for a given latitude and longitude
03Implemented as an MCP server using the `@modelcontextprotocol/sdk`
040 GitHub stars
Use Cases
01Integrating real-time weather alerts into web or mobile applications
02Displaying localized weather forecasts on dashboards or information systems
03Building services that consume National Weather Service data programmatically