Yes, although how useful this AI can be is another question entirely.
mpgac is a "minimally intelligent AGI" trained on the GAC-80K corpus of MIST questions. As a result, it should be able to "minimally" pass this test. However, being trained on the GAC-80K corpus obviously make it lacking for any practical purposes. From the README:
Obviously this should only be capable of producing a minimally intelligent signal when ordinary commonsense questions are asked, of the kind depicted above, using questions which would have made sense to an average human between the years 2000 and 2005. On expert knowledge or current affairs related questions it should perform no better than chance.
The point of mpgac is to compare it to other AIs that could be built to pass this test. Or as the writer wrote in the README:
When scanning the skies how can we tell whether the radio signals detected are from an intelligent source, or are merely just background or sensor noise?
Ideally, you would want to build a program that is "better" than mpgac. In much the same way as ELIZA can be seen as a baseline for the Turing Test, mpgac is the baseline for the MIST test.
The GitHub repo of mpgac (as well as the GAC-80K corpus) is available here.