69
/ 100
1 month ago
glama

loop-verify

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.

Is this your MCP?

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.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 2 credentials: GEMINI_API_KEY, OPENAI_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configLOOP_VERIFY_BACKENDcodex ~/.venvs/loop-verify/bin/python -m loop_verify.server
🔐 secretGEMINI_API_KEYGemini backend (needs + pip install google-genai):
🔐 secretOPENAI_API_KEYOpenAI backend (needs + pip install openai):
configLOOP_VERIFY_PORTLOOP_VERIFY_HOST=0.0.0.0 =8000 LOOP_VERIFY_ALLOWED_HOSTS=myhost:8000 \
configLOOP_VERIFY_ALLOWED_HOSTSLOOP_VERIFY_HOST=0.0.0.0 LOOP_VERIFY_PORT=8000 =myhost:8000 \
configLOOP_VERIFY_HOST0.0.0.0 LOOP_VERIFY_PORT=8000 LOOP_VERIFY_ALLOWED_HOSTS=myhost:8000 \
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 5 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/akihidem-loop-verify-n1o1bb)](https://m8ven.ai/mcp/akihidem-loop-verify-n1o1bb)
commit: 30ce1669f01f21f576b85dab730f792a96d1aa61
code hash: de8a0a5301014c253c3435fd39e09a804124a2da15e7692f47944b11b0c18c0a
verified: 6/25/2026, 9:56:23 AM
view raw JSON →