Weather icon

Weather

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.

主要功能

  • 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

使用案例

  • 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