{
  "name": "WeatherAI",
  "version": "1.0.0",
  "description": "AI-powered weather intelligence API — real-time conditions, forecasts, historical data, air quality, astronomy, solar data, and plain-English AI queries for any location worldwide.",
  "url": "https://api.weatherai.io/mcp",
  "transport": "streamable-http",
  "protocol": "mcp-2025-03-26",
  "authentication": {
    "type": "apiKey",
    "methods": [
      { "in": "query", "name": "apiKey" },
      { "in": "header", "name": "X-API-Key" },
      { "in": "header", "name": "Authorization", "scheme": "Bearer" }
    ],
    "signupUrl": "https://weatherai.io/register",
    "docsUrl": "https://weatherai.io/mcp"
  },
  "tools": [
    {
      "name": "get_current_weather",
      "description": "Real-time weather conditions — temperature, wind, humidity, UV index, visibility.",
      "tier": "standard"
    },
    {
      "name": "get_weather_forecast",
      "description": "Daily and hourly forecast up to 14 days including rain chance and UV index.",
      "tier": "standard"
    },
    {
      "name": "get_historical_weather",
      "description": "Actual past weather for any date and location.",
      "tier": "premium"
    },
    {
      "name": "get_future_weather",
      "description": "Weather predictions 14 to 300 days ahead.",
      "tier": "premium"
    },
    {
      "name": "get_air_quality",
      "description": "AQI, PM2.5, PM10, CO, NO2, SO2, and O3 for any location.",
      "tier": "standard"
    },
    {
      "name": "get_weather_alerts",
      "description": "Active government-issued weather warnings and advisories.",
      "tier": "standard"
    },
    {
      "name": "get_astronomy",
      "description": "Sunrise, sunset, moonrise, moonset, moon phase, and illumination.",
      "tier": "standard"
    },
    {
      "name": "get_solar_data",
      "description": "Solar irradiance and energy generation estimates.",
      "tier": "premium"
    },
    {
      "name": "get_timezone",
      "description": "Timezone, UTC offset, local time, and DST status.",
      "tier": "standard"
    },
    {
      "name": "search_locations",
      "description": "Find matching cities and places by partial name.",
      "tier": "standard"
    },
    {
      "name": "ask_ai_weather",
      "description": "Plain-English weather questions answered by Claude AI with raw data.",
      "tier": "premium"
    }
  ],
  "mcpServers": {
    "weatherai": {
      "url": "https://api.weatherai.io/mcp?apiKey=YOUR_API_KEY",
      "transport": "streamable-http"
    }
  }
}
