AI Trust Protocol — MCP Setup
Connect the VLI AI Trust Protocol MCP server to this ART instance
Checking connection...
Looking for registered MCP agents in this org
Step 1 — Install
git clone https://github.com/VerifyLinkInfra-cloud/MCP-AI-Trust.git && cd MCP-AI-Trust && npm install
Node.js 18+ required. Zero external crypto dependencies.
Step 2 — Configure Claude Code
"ai-trust": {
"command": "node",
"args": ["./MCP-AI-Trust/src/server.js"],
"env": {
"VLI_ART_API": "https://vliart.com/api",
"VLI_ORG_ID": "your-org-id",
"VLI_AUTH_TOKEN": "your-sapi-token"
}
}
"command": "node",
"args": ["./MCP-AI-Trust/src/server.js"],
"env": {
"VLI_ART_API": "https://vliart.com/api",
"VLI_ORG_ID": "your-org-id",
"VLI_AUTH_TOKEN": "your-sapi-token"
}
}
Add to
~/.claude/settings.json under mcpServersTool Reference
ai_begin_session
Start sealed session. Auto-registers agent in ART registry.
ai_seal_decision
Seal a decision with inputs, reasoning, confidence. Records in ART.
ai_seal_access
Record sensitive data access (PHI, PII, financial). Scope-tracked.
ai_checkpoint
Mid-workflow progress seal for long-running tasks.
ai_end_session
Close session, Merkle batch, anchor to VLI registry.
ai_verify
Verify any event or session chain. Proves tamper-free.
How It Connects
MCP Server → ART Registry → Proof Chain
⚡
MCP Server
Seals decisions locally
→
👤
ART Registry
Agent identity + outputs
→
🔒
Proof Chain
Ed25519 + Merkle anchor