akaramanapp_weather-mcp-server

akaramanapp_weather-mcp-server

0

The Weather MCP Server is a Model Context Protocol server that delivers weather alerts and forecasts for US locations using the NWS API. It is designed for use by AI agents through the MCP and offers real-time weather data.

Weather MCP Server

A Model Context Protocol (MCP) server that provides weather information and alerts for US locations using the National Weather Service (NWS) API.

Features

  • Get weather alerts for any US state
  • Detailed weather forecasts for any US location using coordinates
  • Supports temperature, wind conditions, and short forecast descriptions
  • Real-time data from the National Weather Service

Prerequisites

  • Node.js (v16 or higher)
  • npm or yarn package manager

MCP Tools

  • get-alerts: Get weather alerts for a specific US state.
  • get-forecast: Get weather forecast for a specific location using coordinates.

Technical Details

  • Built with TypeScript
  • Implements Model Context Protocol (MCP) server
  • Interfaces with the National Weather Service (NWS) API.