-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathserver.json
More file actions
90 lines (90 loc) · 3.43 KB
/
server.json
File metadata and controls
90 lines (90 loc) · 3.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.creator35lwb-web/verifimind-genesis",
"title": "VerifiMind PEAS - RefleXion Trinity",
"description": "Multi-Agent AI Validation: X-Z-CS Trinity. 13 tools FREE. Auditable reasoning. v0.5.44",
"version": "3.21.0",
"repository": {
"url": "https://github.com/creator35lwb-web/VerifiMind-PEAS",
"source": "github"
},
"remotes": [
{
"type": "streamable-http",
"url": "https://verifimind.ysenseai.org/mcp/"
}
],
"_meta": {
"io.modelcontextprotocol.registry/publisher-provided": {
"homepage": "https://verifimind.ysenseai.org",
"iconUrl": "https://verifimind.ysenseai.org/logo.png",
"license": "MIT",
"keywords": [
"ai-validation",
"multi-agent",
"ethics",
"security",
"mcp",
"genesis",
"sentinel",
"compliance",
"gdpr",
"owasp"
],
"tools": [
{
"name": "consult_agent_x",
"description": "Innovation & Strategy Analysis \u00e2\u20ac\u201d X Agent v4.2 with competitive positioning vs LangChain, CrewAI, AutoGen, OpenAI Swarm"
},
{
"name": "consult_agent_z",
"description": "Ethics & Compliance Review \u00e2\u20ac\u201d Z Guardian v4.2 Sentinel-Verified with 21-framework, 4-tier jurisdictional coverage (International / EU / US / ASEAN)"
},
{
"name": "consult_agent_cs",
"description": "Security Validation \u00e2\u20ac\u201d CS Security v1.1 Sentinel-Verified: 6-stage pipeline, 12 dimensions, OWASP Agentic AI Top 10, reasoning-layer audit"
},
{
"name": "run_full_trinity",
"description": "Complete X \u00e2\u2020\u2019 Z \u00e2\u2020\u2019 CS Trinity validation with Chain of Thought. Each agent sees prior reasoning. Returns unified assessment with scores."
},
{
"name": "list_prompt_templates",
"description": "List available prompt templates with optional filtering by agent, category, or tags"
},
{
"name": "get_prompt_template",
"description": "Get a specific prompt template by ID including full content and variables"
},
{
"name": "export_prompt_template",
"description": "Export a prompt template to Markdown or JSON format"
},
{
"name": "register_custom_template",
"description": "Register a new custom prompt template for X, Z, or CS agent"
},
{
"name": "import_template_from_url",
"description": "Import a prompt template from a URL (GitHub Gist, raw file, etc.)"
},
{
"name": "get_template_statistics",
"description": "Get statistics about the template registry including counts by agent, phase, and type"
},
{
"name": "coordination_handoff_create",
"description": "Create a structured MACP coordination handoff artifact between FLYWHEEL TEAM agents"
},
{
"name": "coordination_handoff_read",
"description": "Read the latest MACP coordination handoff for a given agent"
},
{
"name": "coordination_team_status",
"description": "Get current FLYWHEEL TEAM status \u00e2\u20ac\u201d active agents, pending handoffs, last session summary"
}
]
}
}
}