{
  "name": "Plan travel itineraries with Gemini AI, live Amadeus flights, and Airbnb stays",
  "nodes": [
    {
      "id": "bfc008db-0ce3-408e-81e0-7ae4a59827ae",
      "name": "MCP Client List Tool",
      "type": "n8n-nodes-mcp.mcpClientTool",
      "position": [
        2240,
        208
      ]
    },
    {
      "id": "4c023674-f122-461f-8b2a-7a4cf8bcf0f8",
      "name": "MCP Execute Tool",
      "type": "n8n-nodes-mcp.mcpClientTool",
      "position": [
        2432,
        208
      ]
    },
    {
      "id": "261e170e-3cc4-46af-99c1-7258689c37ba",
      "name": "Google Vertex Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatGoogleVertex",
      "position": [
        2048,
        208
      ]
    },
    {
      "id": "0b8d99c9-2e6c-45c9-a357-4e367fb9f74e",
      "name": "Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        1888,
        -32
      ]
    },
    {
      "id": "ff786384-4d96-4dac-bf7a-2a0874c61254",
      "name": "Respond to Webhook",
      "type": "n8n-nodes-base.respondToWebhook",
      "position": [
        3472,
        -32
      ]
    },
    {
      "id": "0ff2d625-a11d-4f46-8a43-319d80737eee",
      "name": "Edit Fields",
      "type": "n8n-nodes-base.set",
      "position": [
        3248,
        -32
      ]
    },
    {
      "id": "76879d17-f704-44a4-a201-3779581ea062",
      "name": "Flight Search with fare",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        2800,
        -32
      ]
    },
    {
      "id": "0ad516da-6610-40d4-b0d6-e41b15b7fa2b",
      "name": "Grabbing Clean Data",
      "type": "n8n-nodes-base.code",
      "position": [
        2576,
        -32
      ]
    },
    {
      "id": "f88182f5-aa5a-42b1-acf0-7196aa614278",
      "name": "Flight Data + Airbnb Listings",
      "type": "n8n-nodes-base.code",
      "position": [
        3024,
        -32
      ]
    },
    {
      "id": "c4d03699-1ae0-4b90-be6b-16e6fd245cbf",
      "name": "AI Agent",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        2144,
        -32
      ]
    }
  ],
  "connections": {
    "Webhook": {
      "main": [
        [
          {
            "node": "AI Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "AI Agent": {
      "main": [
        [
          {
            "node": "Grabbing Clean Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Edit Fields": {
      "main": [
        [
          {
            "node": "Respond to Webhook",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "MCP Execute Tool": {
      "ai_tool": [
        [
          {
            "node": "AI Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Grabbing Clean Data": {
      "main": [
        [
          {
            "node": "Flight Search with fare",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "MCP Client List Tool": {
      "ai_tool": [
        [
          {
            "node": "AI Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Flight Search with fare": {
      "main": [
        [
          {
            "node": "Flight Data + Airbnb Listings",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Vertex Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "AI Agent",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Flight Data + Airbnb Listings": {
      "main": [
        [
          {
            "node": "Edit Fields",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}