Thats actually the plan (eventually). At this point its still a script, not an app.
The basic idea I am implementing is that camera alerts are really only a concern when you aren't home. So to check if you are home, check the network and bluetooth clients for devices that you take with you when you leave the house. (reword for business applications)
I ended up using the idea as a school project (So on a sharp time limit), and at this point my goal was to end up with a python script that anyone with an MVx2 or better can use without having to set up a Webhooks server or anything, pure API.
The result: https://github.com/andrewbluepiano/SmarterSecurityCamera-MVSense
Eventually in the next few weeks I will thread client parsing in the python version, then make a Webhook version of the same idea, likely using email alerts. But that all went beyond the scope of what I am trying to accomplish, basically a proof of concept.