The bootloader is encrypted on this phone. Validated myself earlier today. Without an unlocked bootloader, or rather unsecure bootloader, you can't apply a custom recovery. There are 2 possibilities:
1) Someone find an unsecure bootloader or bootloader which allows the unlock command on motodev servers (cheesecake), then apply the unsecure or unlockable bootloader to the phone, then issue the fastboot oem unlock command (might be moto-fastboot oem unlock depending on the actual bootloader), then compile amon ra or CWM for our device, and finally flash_image that onto the phone.
2) Create a boot strap recovery (
Koush's source) that hijacks the boot process to act as a pseudo recovery. This is not a true custom recovery as it won't allow for boot.img to be modified which means CM type ROMs and other kernel level modifications are out of the question, but /system modifications are fair game.
Hope that clarifies.
EDIT - Also, for the sake of preventing confusion, I hope the OP will consider editing post #1, clicking advanced edit, and changing the title to better reflect this is a discussion rather than an actual recovery download.