mcpServer_weather

mcpServer_weather

3.1

If you are the rightful owner of mcpServer_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 C# implementation of a Model Context Protocol (MCP) server that provides weather information using the National Weather Service API.

The Weather MCP Server is a robust implementation designed to provide real-time weather information using the National Weather Service API. It is built using C# and leverages the Model Context Protocol (MCP) to facilitate seamless communication between clients and the server. The server is capable of delivering detailed weather forecasts and active weather alerts for any location within the United States. By utilizing latitude and longitude coordinates, users can obtain precise weather data, while state codes allow for quick access to weather alerts. The server is designed to be compatible with any MCP client, making it a versatile tool for developers and users seeking reliable weather information.

Features

  • Get weather forecasts for any location in the US using latitude and longitude
  • Get active weather alerts for any US state using state codes

Tools

  1. GetForecast

    Get detailed weather forecast for a specific location.

  2. GetAlerts

    Get active weather alerts for a US state.