MCP_Server
5
The project implements a command-line tool for accessing US weather data through a client-server architecture, utilizing the Model Context Protocol (MCP) and Google's Gemini AI. It allows for natural language queries to obtain weather alerts and forecasts via a Python client and server communicating with the National Weather Service API.
get_alerts
Get weather alerts for designated U.S. states (using two letter state code)
get_forecast
Search weather forecasts for specific locations (using latitude and longitude)