weather-mcp-server
0
Weather MCP Server is designed to provide real-time weather information and alerts using the NWS API. It offers an easy-to-use interface and can be easily deployed using Docker. The server allows users to obtain weather alerts and forecasts for specified locations in the U.S.
Weather MCP Server
A Model Context Protocol (MCP) server that provides weather information and alerts using the National Weather Service (NWS) API.
Features
- Get weather alerts for any US state
- Get detailed weather forecasts for any location using latitude and longitude
- Easy-to-use MCP interface
- Docker support for easy deployment
Available Tools
get_alerts(state: str)
- Get active weather alerts for a US state.
get_forecast(latitude: float, longitude: float)
- Get detailed weather forecast for a specific location.