mcp-server-weather

mcp-server-weather

3.1

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

The Weather MCP Server fetches weather data from the National Weather Service API.

The Weather MCP Server is designed to provide real-time weather data by interfacing with the National Weather Service API. It offers functionalities to retrieve active weather alerts for any US state and to obtain short-term weather forecasts for specific geographic locations. This server is built using Python and leverages the MCP framework for seamless communication and data retrieval. It is an essential tool for developers looking to integrate weather data into their applications, providing accurate and timely information.

Features

  • Fetches real-time weather data from the National Weather Service API.
  • Provides active weather alerts for any US state using a two-letter code.
  • Delivers short-term weather forecasts based on geographic coordinates.
  • Built with Python 3.7+ and utilizes the MCP framework for efficient data handling.
  • Supports easy integration with other applications through standard I/O communication.

Tools

  1. get_alerts

    Returns active weather alerts for a given US state (using its two-letter code).

  2. get_forecast

    Returns a short-term weather forecast for a specified location.