A simple server that implements the Model Context Protocol, allowing AI models like Claude to fetch real-time weather information for any location using the wttr.in API.
This is a Model Context Protocol (MCP) server that provides weather information using the National Weather Service (NWS) API.
Features
Get weather alerts for a US state
Get weather forecast for a specific location (using latitude and longitude)
An MCP server that connects to OpenWeatherMap's API to provide current weather data and multi-day forecasts for locations worldwide in different measurement units.
An MCP server implementation that allows users to fetch and display weather information for specified cities, including temperature, humidity, wind speed, and weather descriptions.