{
  "@context": "https://schema.org",
  "@type": "DataCatalog",
  "name": "ClairMétéo Agent Feeds",
  "description": "Structured JSON weather feeds for AI agents, MCP tools, and programmatic access.",
  "url": "https://clairmeteo.fr/feeds/",
  "dateModified": "2026-07-14T03:28:23.665Z",
  "dataset": [
    {
      "id": "forecast",
      "name": "Forecast by coordinates",
      "description": "7-day weather forecast with hourly next-24h, vigilance alerts, and Schema.org Place metadata.",
      "url": "https://clairmeteo.fr/feeds/forecast?lat=48.8566&lon=2.3522&locale=fr",
      "format": "application/json",
      "variables": [
        "temperature",
        "precipitation",
        "windSpeed",
        "uvIndex",
        "weatherCondition"
      ]
    },
    {
      "id": "paris",
      "name": "Paris canonical feed",
      "description": "Pre-resolved feed for Paris, France — high-traffic default city.",
      "url": "https://clairmeteo.fr/feeds/paris",
      "format": "application/json",
      "variables": [
        "temperature",
        "precipitation",
        "windSpeed",
        "uvIndex",
        "weatherCondition"
      ]
    }
  ]
}