VerifiMind PEAS - RefleXion Trinity

AI 与智能体

by creator35lwb-web

基于 X-Z-CS RefleXion Trinity 的 Multi-Agent AI 验证方案,支持更合乎伦理且安全的应用开发。

什么是 VerifiMind PEAS - RefleXion Trinity

基于 X-Z-CS RefleXion Trinity 的 Multi-Agent AI 验证方案,支持更合乎伦理且安全的应用开发。

README

<div align="center"> <img src="docs/assets/branding/VerifiMind-PEAS-Logo-transparent.png" alt="VerifiMind PEAS" width="200"/>

VerifiMind PEAS

An opinionated MCP server for structured multi-LLM critique.

Three specialized agents — Innovation, Ethics, Security — review your concept before you build it. Multi-vendor (Gemini · Claude · GPT · Groq · Cerebras · Mistral · Ollama). Free, open-source, MCP-native.

Version License Status MCP Registry Health Genesis DOI MACP DOI Dataset DOI HuggingFace Dataset

</div>

Quick Start

Use streamable-http transport and the trailing slash /mcp/. See docs/MCP_Server_Troubleshooting_Guide.md if you hit issues.

Claude Code (one command):

bash
claude mcp add -s user verifimind -- npx -y mcp-remote https://verifimind.ysenseai.org/mcp/

Claude Desktop (macOS · Windows):

json
{
  "mcpServers": {
    "verifimind": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://verifimind.ysenseai.org/mcp/"]
    }
  }
}

Cursor / VS Code Copilot (.cursor/mcp.json or .vscode/mcp.json):

json
{
  "servers": {
    "verifimind": {
      "url": "https://verifimind.ysenseai.org/mcp/",
      "transport": "streamable-http"
    }
  }
}

After registering, add --header "X-VerifiMind-UUID:${VERIFIMIND_UUID}" to opt into the personal usage dashboard at /early-adopters/dashboard/{uuid}. Registration is optional.


What this is

VerifiMind PEAS is an MCP server that runs your concept through three specialized LLM judges in sequence:

AgentRoleQuestion it answers
X (Innovation)Innovation & competitive positioning"Is this novel? What's the prior art? What's the strategic angle?"
Z (Ethics)Ethics, compliance, 21-framework jurisdictional check"What risks does this raise? GDPR, EU AI Act, SG MGF, etc."
CS (Security)Security validation, OWASP Agentic AI Top 10"What can break? What's the attack surface? What's the reasoning-layer audit say?"

Each agent sees the prior agents' reasoning. You get a unified assessment with scores, recommendations (PROCEED / REVISE / REJECT), and full reasoning chains.

What this is not: "Verification" in the formal-methods sense. The output is structured multi-LLM critique, not a mathematical proof. We make that distinction explicitly.


The 13 tools

All 13 tools are free for everyone under the Core Tools Always Free pledge. 10 are currently active; the 3 coordination tools are temporarily unavailable — see Coordination below.

Trinity validation (4 tools)

  • consult_agent_x — Innovation analysis with competitive positioning
  • consult_agent_z — Ethics review with 21-framework jurisdictional coverage
  • consult_agent_cs — Security validation, OWASP Agentic AI Top 10
  • run_full_trinity — X → Z → CS pipeline with chain-of-thought, unified assessment

Template management (6 tools)

  • list_prompt_templates — Browse templates by agent, category, or tag
  • get_prompt_template — Retrieve a template by ID
  • export_prompt_template — Export to Markdown or JSON
  • register_custom_template — Register a new template at runtime
  • import_template_from_url — Import from a GitHub Gist or raw URL
  • get_template_statistics — Registry stats by agent / phase / type

Coordination (3 tools) — TEMPORARILY UNAVAILABLE

  • coordination_handoff_createdisabled
  • coordination_handoff_readdisabled
  • coordination_team_statusdisabled

These three tools are disabled and currently return COORDINATION_TEMPORARILY_DISABLED for every caller.

Records created through them were stored in a shared, unauthenticated namespace; they are no longer readable or writable through the public API. No other VerifiMind tool is affected, and the validation tools remain fully available.

They will return only after private, owner-scoped storage ships. Until then, keep coordination state in your own repository — the handoff markdown format is documented in this repo. Incident reference: VM-IR-2026-07-28-COORD-01.

The Always Free pledge is unchanged. This is a security containment, not a paywall and not a tier change. Nothing here is or becomes a paid feature.


Core Tools Always Free Pledge

All VerifiMind PEAS validation tools are free to use, forever. No paywall, no premium tier for tool access. Rate limits apply for system health only (not as monetization). Paid services, when they launch, will be consultation reports — separate from the tools.

Ratified by L (CEO) + Alton (Human Orchestrator) + T (CTO) on May 9, 2026. Active in production since v0.5.28 (May 10, 2026).

Rate limits (system health, equal for all tiers):

TierIdentityLimit
AnonymousIP only10 req/60s
ScholarUUID (free registration)30 req/60s
EA / PILOTUUID + email100 req/60s

Methodology overview

VerifiMind PEAS productizes the multi-judge LLM evaluation pattern — a well-established approach in the AI evaluation literature — into an opinionated MCP server with three specialized roles, a Genesis Master Prompt continuity layer, and a multi-vendor BYOK architecture.

What's ours:

  • Productization quality of the X / Z / CS specialization
  • MCP-native exposure (works in Claude Code / Cursor / VS Code / ChatGPT Codex)
  • Multi-vendor design (not locked to one LLM family)
  • Genesis Master Prompt — stateful continuity across multi-model workflows
  • 21-framework jurisdictional coverage in the Ethics agent (GDPR · EU AI Act · SG MGF · etc.)

What's prior art: Multi-judge LLM evaluation, LLM-as-judge scoring, multi-model orchestration. See Related Work for citations.

We do not claim the underlying methodology is novel.


Architecture

The full system architecture — from the foundational X / Z / CS multi-agent validation design through the Phase 90 production deployment (MCP transport, BYOK provider layer, security hardening, FLYWHEEL coordination) — is documented in a single comprehensive, fact-checked diagram:

VerifiMind-PEAS Architecture Diagram (v0.6.0-Beta, June 2026)


Related Work

VerifiMind PEAS builds on and acknowledges:

  • ChatEval (Chan et al., 2023, arXiv:2308.07201) — Multi-agent debate framework
  • MAJ-EVAL — Multi-Agent-as-Judge evaluation pattern
  • CollabEval — Collaborative LLM evaluation with role-based agents
  • HELM (Stanford CRFM) — Holistic Evaluation of Language Models
  • Inspect (UK AI Safety Institute) — Open-source safety evaluation framework
  • G-Eval / GPTScore — LLM-as-judge scoring methodologies

Our contribution: productization quality, MCP integration path, multi-vendor architecture, and the Genesis Master Prompt continuity layer.


Status & Metrics

  • Server: v0.6.0-Beta "Adoption First"verifimind.ysenseai.org · /health
  • Landing Page: verifimind.io
  • Tests: 252+ unit/integration tests pass per release
  • Tools: 13 (all free)
  • Providers: 7 (Gemini · Claude · GPT · Groq · Cerebras · Mistral · Ollama) — pluggable via BYOK
  • Protocols: MACP v2.4.1 · Genesis v2.6.1

For honest live metrics, see /changelog. Detailed adoption metrics (weekly cohort, return rate, conversion) are tracked internally and reviewed in iteration handoffs. We deliberately do not display unaudited "total users" numbers — they tend to include bots and dev sessions.


Common mistakes

MistakeFix
Using https://verifimind.ysenseai.org/mcp (no slash)Use /mcp/ with trailing slash — required by streamable-http transport
Connecting via server.smithery.ai/...Smithery legacy was sunset March 1, 2026. Use the direct URL above.
Mixing transportsUse streamable-http, not http-sse
Coordination tools returning COORDINATION_TEMPORARILY_DISABLEDExpected. They are disabled for every caller pending owner-scoped storage — see Coordination. Not a paywall; the other 10 tools are unaffected.
Trying to call coordination tools and seeing "PIONEER_TIER_REQUIRED"You're on v0.5.27 or older — the paywall was removed in v0.5.28 (May 10, 2026). Tool access is free; note the 3 coordination tools are separately disabled (row above).

For a fuller troubleshooting guide, see docs/MCP_Server_Troubleshooting_Guide.md.


How to cite

If you use VerifiMind PEAS in research or a project, please cite. We'd love to hear about it — open a GitHub Discussion.

VerifiMind PEAS (server)

bibtex
@software{verifimind_peas_2026,
  author  = {Lee, Alton and {Manus AI} and {Claude Code}},
  title   = {VerifiMind PEAS: Multi-Agent AI Validation MCP Server},
  year    = {2026},
  url     = {https://github.com/creator35lwb-web/VerifiMind-PEAS},
  doi     = {10.5281/zenodo.17980791},
  note    = {Multi-vendor MCP server for structured multi-LLM critique}
}

VerifiMind DOI

Genesis Methodology

bibtex
@misc{genesis_methodology_2025,
  author  = {Lee, Alton and {Manus AI}},
  title   = {Genesis Prompt Engineering Methodology: Multi-Agent AI Validation Framework},
  year    = {2025},
  url     = {https://doi.org/10.5281/zenodo.17972751},
  doi     = {10.5281/zenodo.17972751}
}

Genesis DOI

MACP (Multi-Agent Communication Protocol)

bibtex
@misc{macp_2025,
  author  = {Lee, Alton and {Manus AI}},
  title   = {MACP: Multi-Agent Communication Protocol},
  year    = {2025},
  url     = {https://doi.org/10.5281/zenodo.18504478},
  doi     = {10.5281/zenodo.18504478}
}

MACP DOI

VerifiMind PEAS Evaluation Dataset (M2)

bibtex
@dataset{verifimind_peas_eval_2026,
  author    = {Lee, Alton Wei Bin},
  title     = {{VerifiMind-PEAS Evaluation Dataset v1.0: Human-Annotated Ground Truth for Multi-Agent Epistemic Verification}},
  year      = {2026},
  publisher = {Zenodo},
  version   = {v1.0},
  doi       = {10.5281/zenodo.21276884},
  url       = {https://doi.org/10.5281/zenodo.21276884},
  note      = {100-item dataset with 5 domains, ground-truth verdicts, multi-model scoring, and inter-annotator agreement analysis}
}

Dataset DOI

Defensive Publication

A prior-art defensive publication is registered at DOI 10.5281/zenodo.17645665.


Documentation & links

ResourceWhere
Architecture diagramdocs/architecture/VerifiMind-PEAS-Architecture-Diagram.md
Live server healthverifimind.ysenseai.org/health
Server changelogverifimind.ysenseai.org/changelog · CHANGELOG.md
Server statusSERVER_STATUS.md
RoadmapROADMAP.md
MCP setup troubleshootingdocs/MCP_Server_Troubleshooting_Guide.md
Research library/library · /research
Validation Paradox reflections/research/paradox
Evaluation Roadmap (v1.0, tagged roadmap-v1.0)/research/evaluation-roadmap · canonical source
GitHub Discussionsgithub.com/creator35lwb-web/VerifiMind-PEAS/discussions
MCP Registry listingregistry.modelcontextprotocol.io
Hugging Face demoYSenseAI/verifimind-peas
Evaluation DatasetYSenseAI/verifimind-peas-eval — 100 items, 5 domains, DOI 10.5281/zenodo.21276884
Landing pageverifimind.io
Long-form README archive (May 10, 2026 snapshot — 87-Day Journey, 8-Skill Stack, full citation library, expanded changelog)docs/archive/README_2026-05-10_comprehensive.md

License

VerifiMind PEAS is released under the MIT License. See LICENSE for the full text.

code
Copyright (c) 2025-2026 Alton Lee Wei Bin (creator35lwb)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.

The methodology is freely usable under MIT. Forks and derivatives must use different branding.


Community

For paid consultation engagements (planned, not yet active), use GitHub Discussions or email — we'll publish service details and pricing when they're ready.


Acknowledgments

VerifiMind PEAS was built collaboratively by the FLYWHEEL TEAM — a human orchestrator working with multiple AI agents (Manus AI, Claude Code, Perplexity, Antigravity/Gemini, GodelAI). Multi-agent coordination uses the open MACP protocol (v2.5 "Loop Engineering", published 2026-07-14).

The 87-day development journey is documented in the Validation Paradox research collection and the iteration handoffs — written contemporaneously, not retrospectively.

External Model Council review (Claude Opus 4.7 + GPT-5.5 + Gemini 3.1 Pro, May 9, 2026) shaped the current positioning. See docs/case-studies for application examples.


Last Updated: July 16, 2026 · Version: v0.6.0-Beta "Adoption First" · MACP: v2.5 "Loop Engineering" (DOI) · Genesis: registry v3.13

常见问题

VerifiMind PEAS - RefleXion Trinity 是什么?

基于 X-Z-CS RefleXion Trinity 的 Multi-Agent AI 验证方案,支持更合乎伦理且安全的应用开发。

相关 Skills

Claude接口

by anthropics

Universal
热门

面向接入 Claude API、Anthropic SDK 或 Agent SDK 的开发场景,自动识别项目语言并给出对应示例与默认配置,快速搭建 LLM 应用。

想把Claude能力接进应用或智能体,用claude-api上手快、兼容Anthropic与Agent SDK,集成路径清晰又省心

AI 与智能体
未扫描171.4k

RAG架构师

by alirezarezvani

Universal
热门

聚焦生产级RAG系统设计与优化,覆盖文档切块、检索链路、索引构建、召回评估等关键环节,适合搭建可扩展、高准确率的知识库问答与检索增强应用。

面向RAG落地,把知识库、向量检索和生成链路系统串联起来,做架构设计时更清晰,也更少踩坑。

AI 与智能体
未扫描24.9k

多智能体架构

by alirezarezvani

Universal
热门

聚焦多智能体系统架构设计,梳理 Supervisor、Swarm、分层和 Pipeline 等模式,覆盖角色定义、通信协作与性能评估,适合规划稳健可扩展的 AI agent 编排方案。

帮你系统解决多智能体应用的架构设计与协同编排难题,适合构建复杂 AI 工作流,成熟度高、社区认可也很亮眼。

AI 与智能体
未扫描24.9k

相关 MCP Server

知识图谱记忆

编辑精选

by Anthropic

热门

Memory 是一个基于本地知识图谱的持久化记忆系统,让 AI 记住长期上下文。

帮 AI 和智能体补上“记不住”的短板,用本地知识图谱沉淀长期上下文,连续对话更聪明,数据也更可控。

AI 与智能体
89.7k

顺序思维

编辑精选

by Anthropic

热门

Sequential Thinking 是让 AI 通过动态思维链解决复杂问题的参考服务器。

这个服务器展示了如何让 Claude 像人类一样逐步推理,适合开发者学习 MCP 的思维链实现。但注意它只是个参考示例,别指望直接用在生产环境里。

AI 与智能体
89.2k

by deusdata

热门

持久化的代码库知识图谱,可跨会话保留上下文,在 session 重启或上下文压缩后仍能继续使用。

专治 AI 编程助手“会话失忆”,把代码库沉淀为持久知识图谱,重启或压缩上下文后也能无缝续上开发状态。

AI 与智能体
37.3k

评论