A weather MCP server. US current conditions, forecasts, outdoor recommendations, and National Weather Service alerts.
/mcp - not HTML. It is meant to be
called by an agent, not browsed. Registered in Databricks under
AI Gateway → MCPs as skycast-weather.
get_current_weather | Conditions right now: temperature, humidity, wind, sky. |
get_forecast | Up to 16 days: highs, lows, chance of rain, wind, UV. |
get_outdoor_recommendation | Umbrella, jacket, sunscreen, and whether outdoor plans are sensible - each with the threshold that decided it. |
get_severe_weather_alerts | Active National Weather Service alerts for a point. |
compare_cities | Two 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