{
  "@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-09-05T15:23:01.837Z",
  "dataset": [
    {
      "id": "forecast",
      "name": "Forecast by coordinates",
      "description": "Weather + next-12h advice + days[] with band honesty (reliable/trend/uncertain). Query: locale=fr|en|es|de|it, horizon=7|14|28. payload.version 1.2+.",
      "url": "https://clairmeteo.fr/feeds/forecast?lat=48.8566&lon=2.3522&locale=fr&horizon=7",
      "format": "application/json",
      "variables": [
        "temperature",
        "precipitation",
        "windSpeed",
        "uvIndex",
        "weatherCondition",
        "advice",
        "summary",
        "horizon",
        "temperatureRange"
      ]
    },
    {
      "id": "paris",
      "name": "Paris canonical feed",
      "description": "Pre-resolved Paris feed — same payload as forecast (advice, days bands, horizon=). payload.version 1.2+.",
      "url": "https://clairmeteo.fr/feeds/paris?horizon=7",
      "format": "application/json",
      "variables": [
        "temperature",
        "precipitation",
        "windSpeed",
        "uvIndex",
        "weatherCondition",
        "advice",
        "summary",
        "horizon",
        "temperatureRange"
      ]
    },
    {
      "id": "trip",
      "name": "Trip / dual-place compare",
      "description": "Origin + destination aligned days[], deltas, trip advice (pack_for_delta, cooler_dest, wetter_dest). Query: from_lat, from_lon, to_lat, to_lon, from_name, to_name, locale, horizon=7|14|28. payload.version 1.0.",
      "url": "https://clairmeteo.fr/feeds/trip?from_lat=48.8566&from_lon=2.3522&to_lat=41.3874&to_lon=2.1686&from_name=Paris&to_name=Barcelona&locale=fr&horizon=7",
      "format": "application/json",
      "variables": [
        "temperature",
        "precipitation",
        "advice",
        "summary",
        "temperatureDelta",
        "horizon"
      ]
    }
  ]
}