# VerifiMind PEAS - RefleXion Trinity MCP server

Multi-Agent AI Validation: X-Z-CS Trinity. tools FREE. Auditable reasoning. v0.5.54

## 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.5 handoff record.

TEMPORARILY DISABLED — this tool is contained pending a security repair
(incident VM-IR-2026-07-28-COORD-01) and always returns a denial.

Handoff bodies written through this tool were stored in a shared namespace
that any unauthenticated caller could read. Nothing is stored or returned
while containment is in force. Coordination state belongs in your own
repository until private, owner-scoped storage ships.

All arguments are accepted for schema stability and are ignored; no
supplied value is stored, logged, or echoed back.

Returns:
    A COORDINATION_TEMPORARILY_DISABLED error with an incident reference. Endpoint: https://verifimind.ysenseai.org/mcp/
- coordination_handoff_read - Read the most recent coordination handoff record(s).

TEMPORARILY DISABLED — this tool is contained pending a security repair
(incident VM-IR-2026-07-28-COORD-01) and always returns a denial.

This read path returned complete handoff bodies from a caller-selected
namespace with no authenticated ownership check. It is closed to every
caller — with or without a key — while owner-scoped access control is
rebuilt. No record body is returned.

All arguments are accepted for schema stability and are ignored.

Returns:
    A COORDINATION_TEMPORARILY_DISABLED error with an incident reference. Endpoint: https://verifimind.ysenseai.org/mcp/
- coordination_team_status - Return current team coordination state and session summary.

TEMPORARILY DISABLED — this tool is contained pending a security repair
(incident VM-IR-2026-07-28-COORD-01) and always returns a denial.

This summary exposed agent identities, pending actions, open blockers, and
a timestamped activity index from a caller-selected namespace with no
authenticated ownership check — enough to enumerate a namespace before
reading it. It is closed to every caller while owner-scoped access control
is rebuilt.

All arguments are accepted for schema stability and are ignored.

Returns:
    A COORDINATION_TEMPORARILY_DISABLED error with an incident reference. 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
retained count, score/verdict distribution, last-updated, and the enforced
retention contract — 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.31.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 23, 2026
- Source: https://registry.modelcontextprotocol.io
