MCP-Weather-Server
0
Weather MCP Server provides tools to access weather data and alerts from the National Weather Service API across the US. It supports state-specific alerts and detailed forecasts by coordinates with structured logging and error handling.
Overview
This repository contains an MCP server for accessing US weather data from the National Weather Service API. The server offers capabilities to fetch weather alerts and forecasts for locations across the United States.
Features
- Get weather alerts for any US state using two-letter state codes
- Retrieve detailed weather forecasts by latitude and longitude
- Structured logging with contextual information
- Error handling and timeout management
Usage
The server provides tools for getting weather alerts and forecasts. It supports US state code-based alerts and latitude/longitude-based forecasts. The server is designed for compatibility with MCP clients, running over stdio for interaction.