# VerifiMind PEAS - RefleXion Trinity MCP server

Multi-Agent AI Validation: X-Z-CS Trinity. tools FREE. Growth-first. v0.5.41

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-creator35lwb-web-verifimind-genesis
- Repository: https://github.com/creator35lwb-web/VerifiMind-PEAS

## Install
- Endpoint: https://verifimind.ysenseai.org/mcp/
- Auth: Not captured

## Setup notes
- Remote endpoint: https://verifimind.ysenseai.org/mcp/

## Tools
- consult_agent_x - Consult X Intelligent agent for innovation and strategy analysis.

X Intelligent specializes in:
- Innovation potential assessment
- Strategic value analysis
- Market opportunity identification
- Competitive positioning
- Growth potential evaluation

BYOK (v0.4.5): Pass llm_provider and api_key to use your own LLM.
If only api_key is provided, the provider is auto-detected from the key prefix.
Keys are ephemeral (never stored) and garbage collected after the call. Endpoint: https://verifimind.ysenseai.org/mcp/
- consult_agent_z - Consult Z Guardian agent for ethical review and Z-Protocol enforcement.

Z Guardian specializes in:
- Ethical implications assessment
- Privacy and data protection review
- Bias and fairness analysis
- Social impact evaluation
- Z-Protocol compliance verification

Z Guardian has VETO POWER. If veto_triggered is True, the concept
should not proceed as it crosses ethical red lines.

BYOK (v0.4.5): Pass llm_provider and api_key to use your own LLM.
If only api_key is provided, the provider is auto-detected from the key prefix.
Keys are ephemeral (never stored) and garbage collected after the call. Endpoint: https://verifimind.ysenseai.org/mcp/
- consult_agent_cs - Consult CS Security agent for security validation and Socratic interrogation.

CS Security specializes in:
- Security vulnerability assessment
- Attack vector identification
- Data security review
- System integrity analysis
- Socratic questioning (challenging assumptions)

BYOK (v0.4.5): Pass llm_provider and api_key to use your own LLM.
If only api_key is provided, the provider is auto-detected from the key prefix.
Keys are ephemeral (never stored) and garbage collected after the call. Endpoint: https://verifimind.ysenseai.org/mcp/
- run_full_trinity - Run complete X → Z → CS Trinity validation with Chain of Thought.

This tool orchestrates all three agents in sequence:
1. X Intelligent analyzes innovation and strategy
2. Z Guardian reviews ethics (sees X's reasoning)
3. CS Security validates security (sees X and Z reasoning)
4. Results are synthesized into a unified assessment

Each agent sees the reasoning of previous agents, enabling
true collaborative analysis with full transparency.

BYOK (v0.4.5): Pass llm_provider/api_key for all agents, or use
per-agent overrides (x_provider/x_api_key, z_provider/z_api_key,
cs_provider/cs_api_key). Per-agent params take priority over global.
Keys are ephemeral (never stored) and garbage collected after the call. Endpoint: https://verifimind.ysenseai.org/mcp/
- list_prompt_templates - List available prompt templates with optional filtering.

v0.4.0 Unified Prompt Templates feature. Endpoint: https://verifimind.ysenseai.org/mcp/
- get_prompt_template - Get a specific prompt template by ID.

v0.4.0 Unified Prompt Templates feature. Endpoint: https://verifimind.ysenseai.org/mcp/
- export_prompt_template - Export a prompt template to Markdown or JSON format.

v0.4.0 Unified Prompt Templates feature. Endpoint: https://verifimind.ysenseai.org/mcp/
- register_custom_template - Register a new custom prompt template.

v0.4.0 Unified Prompt Templates feature. Endpoint: https://verifimind.ysenseai.org/mcp/
- import_template_from_url - Import a prompt template from a URL (GitHub Gist, raw file, etc.).

v0.4.0 Unified Prompt Templates feature.

Supports:
- GitHub Gist URLs
- Raw GitHub file URLs
- Any HTTPS URL pointing to JSON/YAML template Endpoint: https://verifimind.ysenseai.org/mcp/
- get_template_statistics - Get statistics about the template registry.

v0.4.0 Unified Prompt Templates feature.

Returns:
    Statistics including template counts by agent, phase, and type Endpoint: https://verifimind.ysenseai.org/mcp/
- coordination_handoff_create - Create a structured MACP v2.2 handoff record.

Free for everyone (Option B, May 9 2026 — Core Tools Always Free pledge).

Generates a MACP v2.2 compliant handoff document and stores it in
the coordination layer. Returns the formatted markdown content
and suggested filename for saving to .macp/handoffs/ in your repository. Endpoint: https://verifimind.ysenseai.org/mcp/
- coordination_handoff_read - Read the most recent coordination handoff record(s).

Free for everyone (Option B, May 9 2026 — Core Tools Always Free pledge).

Retrieves handoff records previously created via coordination_handoff_create.
Records are namespaced by pioneer_key — you only see handoffs created with
the same key. Omit pioneer_key to read from the shared "anonymous" namespace. Endpoint: https://verifimind.ysenseai.org/mcp/
- coordination_team_status - Return current team coordination state and session summary.

Free for everyone (Option B, May 9 2026 — Core Tools Always Free pledge).

Aggregates all stored handoff records to provide a snapshot of:
- Which agents have been active
- All pending actions (from latest handoff per agent)
- All open blockers
- Recent activity timeline
- Recommended next actions Endpoint: https://verifimind.ysenseai.org/mcp/

## Resources
- genesis://config/master_prompt - Genesis Methodology — Live Production Prompts

Returns the X / Z / CS prompt contract generated directly from the agents'
in-code configuration, so it always matches what the agents actually run
(v0.5.43). Includes roles, focus areas, inference settings, and the verbatim
production prompt templates.

URI: genesis://config/master_prompt
Format: Markdown MIME type: text/plain
- genesis://history/latest - Latest Validation — Privacy-Safe Summary

Returns a NON-IDENTIFYING summary of the most recent validation (verdict,
scores, timestamp). Concept names and descriptions are NOT exposed: the
validation-history store is shared across all clients of this server
instance, so returning raw concept text would leak one caller's idea to
another (v0.5.43 cross-tenant privacy fix).

URI: genesis://history/latest
Format: JSON MIME type: text/plain
- genesis://history/all - Validation History — Aggregate Statistics Only

Returns aggregate statistics over the shared validation history (total
count, score/verdict distribution, last-updated) — never the per-concept
names or descriptions. The history store is instance-global; exposing raw
entries here would leak other clients' concepts (v0.5.43 privacy fix).

URI: genesis://history/all
Format: JSON MIME type: text/plain
- genesis://state/project_info - Project Information

Returns metadata about the VerifiMind-PEAS project including architecture,
agent roles, version information, and documentation links.

URI: genesis://state/project_info
Format: JSON MIME type: text/plain

## Prompts
Not captured

## Metadata
- Owner: io.github.creator35lwb-web
- Version: 3.18.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jun 5, 2026
- Source: https://registry.modelcontextprotocol.io
