SkyCast-AI

A weather MCP server. US current conditions, forecasts, outdoor recommendations, and National Weather Service alerts.

This is not a website. It is an MCP server, and it speaks the Model Context Protocol at /mcp - not HTML. It is meant to be called by an agent, not browsed. Registered in Databricks under AI Gateway → MCPs as skycast-weather.

Tools

get_current_weatherConditions right now: temperature, humidity, wind, sky.
get_forecastUp to 16 days: highs, lows, chance of rain, wind, UV.
get_outdoor_recommendationUmbrella, jacket, sunscreen, and whether outdoor plans are sensible - each with the threshold that decided it.
get_severe_weather_alertsActive National Weather Service alerts for a point.
compare_citiesTwo to five places in one call.

Sources: Open-Meteo for conditions and forecasts, api.weather.gov for severe-weather alerts. Neither needs an API key.

Source: github.com/lubobali/SkyCast-AI  ·  /status