{
  "serverInfo": {
    "name": "crosbynews-weather",
    "version": "1.0.0",
    "title": "Crosby, TX Weather"
  },
  "protocolVersion": "2025-06-18",
  "description": "Live weather for Crosby, Texas (U.S. National Weather Service): current conditions, forecast, and active alerts.",
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://crosbynews.com/mcp"
  },
  "capabilities": {
    "tools": {
      "listChanged": false
    }
  },
  "tools": [
    {
      "name": "get_current_conditions",
      "title": "Current conditions",
      "description": "Current weather for Crosby, TX: temperature, sky, and precip chance."
    },
    {
      "name": "get_forecast",
      "title": "Forecast",
      "description": "Forecast for Crosby, TX from the U.S. National Weather Service. Returns the 7-day day/night forecast, or upcoming hourly periods if `hours` is given."
    },
    {
      "name": "get_alerts",
      "title": "Active alerts",
      "description": "Active NWS weather alerts for Crosby, TX. Returns an empty list when none are active."
    }
  ],
  "documentation": "https://crosbynews.com/"
}