Weather
Serves weather data and alerts from the National Weather Service (NWS) API using the Model Context Protocol.
Acerca de
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.
Características Principales
- Retrieve active weather alerts for any US state using two-letter codes
- Obtain weather forecasts for a given latitude and longitude
- Implemented as an MCP server using the `@modelcontextprotocol/sdk`
- 0 GitHub stars
Casos de Uso
- Integrating real-time weather alerts into web or mobile applications
- Displaying localized weather forecasts on dashboards or information systems
- Building services that consume National Weather Service data programmatically