mcp-weather

mcp-weather

3.4

If you are the rightful owner of mcp-weather 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.

A Model Context Protocol (MCP) server that provides hourly and daily weather forecasts using the AccuWeather API.

The MCP Weather Server is designed to integrate with large language models (LLMs) to provide real-time weather data. It allows models like Claude to fetch accurate weather forecasts, offering hourly data for the next 12 hours and daily forecasts for up to 15 days. The server supports both metric and imperial units, providing comprehensive weather details including temperature, conditions, and precipitation. This integration enhances the capabilities of LLMs by enabling them to deliver precise weather information to users.

Features

  • Fetch accurate, up-to-date weather forecasts
  • Provide hourly weather data for the next 12 hours
  • Access daily weather forecasts for up to 15 days
  • Display data in both metric (ยฐC) and imperial (ยฐF) units
  • View temperature, conditions, precipitation information, and other weather details

Tools

  1. weather-get_hourly

    Provides hourly forecasts for the next 12 hours. Parameters include location (required) and units (optional).

  2. weather-get_daily

    Provides daily forecasts for up to 15 days. Parameters include location (required), days (optional), and units (optional).