absolutely! if cura can be called from the command line, then we can integrate it. even better would be if you can export a slice configuration file as text. i'm not familiar with cura, so i dont know how hard/easy this is.
if you are willing to get your hands dirty, take a look at bumblebee/ginsu.py - this is the file that has all the slice engine stuff in it. you'll notice the generic ginsu class that handles slicing a file. if you look at the Slic3r module, you can see how it sends all the info to slicer to get sliced.
the easiest way to do this would be to copy the slic3r module and create one called cura in this file. i'll need to create an entry on the botqueue website with info on the new slice engine as well. let me know if you want to do this and which what version of cura and i'll help you set it up.