MCP
0
The Weather MCP Server is a tool for accessing weather data from the National Weather Service API, providing alerts and forecasts. It requires Python and specific libraries to function.
Weather MCP Server
This MCP server fetches weather data from the National Weather Service API. It provides two tools:
- Returns active weather alerts for a given US state.
- Provides a short-term weather forecast for a specified location.
Requirements include Python 3.7+, httpx, and MCP Framework mcp[cli]. It operates using standard I/O for communication.
Usage
Run the server with the command provided.