weather-mcp-server
If you are the rightful owner of weather-mcp-server 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 allows AI assistants to interact with the National Weather Service API for real-time weather alerts and forecasts.
The Weather MCP Server is a Model Context Protocol (MCP) server designed to facilitate interaction between AI assistants, such as Claude, and the National Weather Service (NWS) API. It provides real-time weather alerts and forecasts based on user-specified locations. The server is built using Python and leverages the FastMCP framework to expose tools for AI interaction. It supports asynchronous HTTP requests through the httpx library, ensuring efficient data retrieval. The server is designed to be easily integrated with the Claude Desktop app, allowing users to access weather information seamlessly.
Features
- Retrieve active weather alerts for a given US state.
- Fetch weather forecasts for a specified latitude and longitude.
- Implements the FastMCP framework to expose tools for AI interaction.