Have QgroundControl communicate missions to server

Hi everybody
I’m currently working on a project where I would like to have a central MissionBoss that receives drones current mission from QGC and can send a mission to QGC as well.
Basically I’m working on something similar to a fleet management system.
As far as I can see there is no way for me to send data to QGC from my own process on a computer nor is there a way to get the current mission to my process.
Do anybody know of a solution for this?