Claymore have the same jsonrpc protocol for remote monitoring/controlling, default port is 3333.
You can check it with EthMan, or you can write your own as jsonrpc is well documented. (as i did).
After my miner monitor will be stable i'll release it with a minersit hardware based that can monitor/restart your pc like simple rig resetter but with more features.
What do you mean "the same"? For ex., I've tried this command and it returned nothing:
curl -H "Content-Type: application/json" --data {\"command\": \"version\"} -v http://127.0.0.1:3333
Yeah, it responds to the GET request with a kind of HTTP-formatted logs. But it is not the same as the status.
EthMan is MustDie-only.