MCP
If you are the rightful owner of MCP and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Weather MCP Server fetches weather data from the National Weather Service API.
The Weather MCP Server is designed to provide real-time weather data by interfacing with the National Weather Service API. It offers functionalities to retrieve active weather alerts for any US state and to obtain short-term weather forecasts for specific geographic locations. This server is built using Python and leverages the MCP Framework for seamless communication. It is ideal for applications that require up-to-date weather information, such as travel apps, emergency alert systems, and personal weather stations.
Features
- Fetches real-time weather data from the National Weather Service API.
- Provides active weather alerts for any US state using a two-letter code.
- Delivers short-term weather forecasts based on geographic coordinates.
- Built with Python 3.7+ and utilizes the MCP Framework for communication.
- Supports integration with various platforms through standard I/O communication.
Tools
get_alerts
Returns active weather alerts for a given US state (using its two-letter code).
get_forecast
Returns a short-term weather forecast for a specified location.