An MCP server that performs independent verification of artifacts against criteria using a different AI model lineage (codex, OpenAI, or Gemini) to catch defects that same-family checks might miss.
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.LOOP_VERIFY_BACKEND— codex ~/.venvs/loop-verify/bin/python -m loop_verify.serverGEMINI_API_KEY— Gemini backend (needs + pip install google-genai):OPENAI_API_KEY— OpenAI backend (needs + pip install openai):LOOP_VERIFY_PORT— LOOP_VERIFY_HOST=0.0.0.0 =8000 LOOP_VERIFY_ALLOWED_HOSTS=myhost:8000 \LOOP_VERIFY_ALLOWED_HOSTS— LOOP_VERIFY_HOST=0.0.0.0 LOOP_VERIFY_PORT=8000 =myhost:8000 \LOOP_VERIFY_HOST— 0.0.0.0 LOOP_VERIFY_PORT=8000 LOOP_VERIFY_ALLOWED_HOSTS=myhost:8000 \[](https://m8ven.ai/mcp/akihidem-loop-verify-n1o1bb)