{
  "schema_version": "v1",
  "name": "Voyage IA (LesZaffaires)",
  "description": "Suggestions voyage IA par budget/ambiance/période, comparateur affilié multi-providers",
  "url": "https://voyage.leszaffaires.com",
  "contact": "leszaffairespro@gmail.com",
  "auth": { "type": "none_required" },
  "capabilities": [
    { "id": "trips.search", "endpoint": "/api/agentic/trips", "method": "GET",
      "params": ["budget_max","origin_iata","destination_iata","month","vibe","duration_days","limit"],
      "returns": "TouristTrip[]" },
    { "id": "trip.get", "endpoint": "/api/agentic/trips/:slug", "method": "GET" },
    { "id": "deeplink.flight", "endpoint": "/api/agentic/deeplink/flight", "method": "GET",
      "params": ["origin_iata","destination_iata","depart_date","return_date","adults"] },
    { "id": "deeplink.hotel", "endpoint": "/api/agentic/deeplink/hotel", "method": "GET",
      "params": ["city","checkin","checkout","adults"] }
  ],
  "mcp": {
    "endpoint": "https://voyage.leszaffaires.com/mcp",
    "transport": "streamable-http",
    "protocol": "2025-06-18",
    "description": "Serveur MCP : recherche de séjours + deeplinks de réservation affiliés, appelables par les agents IA.",
    "tools": ["search_trips", "get_trip", "deeplink_flight", "deeplink_hotel"]
  },
  "trust_signals": { "travelpayouts_affiliate": true, "skimlinks_partner": true },
  "supported_currencies": ["EUR"],
  "supported_languages": ["fr-FR"],
  "rate_limits": { "anonymous": "60/min" },
  "related_sites": [
    {"name":"LesZaffaires","url":"https://leszaffaires.com","relation":"parent-site","capability":"deal-aggregator"},
    {"name":"SnapMarket","url":"https://snapmarket.leszaffaires.com","relation":"sister-site","capability":"c2c-marketplace"},
    {"name":"Phimetra","url":"https://phimetra.com","relation":"partner","capability":"b2b-saas-aesthetic"}
  ],
  "sister_endpoints": [
    {"name":"LesZaffaires","endpoint":"https://leszaffaires.com/api/agentic/deals"},
    {"name":"SnapMarket","endpoint":"https://snapmarket.leszaffaires.com/api/agentic/products"},
    {"name":"Phimetra","endpoint":"https://phimetra.com/api/agentic/services"}
  ],
  "discovery": {
    "mcp": "https://voyage.leszaffaires.com/mcp",
    "ucp": "https://voyage.leszaffaires.com/.well-known/ucp",
    "llms_txt": "https://voyage.leszaffaires.com/llms.txt",
    "sitemap_agents": "https://voyage.leszaffaires.com/sitemap-agents.xml",
    "opensearch": "https://voyage.leszaffaires.com/opensearch.xml"
  },
  "powered_by": "claude-code"
}
