simple_weather_mcp_server

simple_weather_mcp_server

0

The Weather MCP Server is a simple Model Control Protocol server offering weather information through the National Weather Service API. It provides tools to get weather alerts and forecasts for specified US locations.

Weather MCP Server

A simple MCP server that provides weather information using the National Weather Service API. This server exposes the following tools:

  • Get weather alerts for a US state
  • Get weather forecast for a specific location

Prerequisites

  • Python 3.10 or higher
  • uv package manager (recommended) or pip

Usage

  • Run the server and configure your desktop app to connect with it. Test by checking for tools like weather alerts and forecasts.

Available Tools

  • get_alerts: Get weather alerts for a US state using a two-letter state code.
  • get_forecast: Get weather forecast for a location using latitude and longitude.