the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "xyz.costrinity/vitna-compliance-preflight",
"description": "Pre-action allow/deny for AI agents. 24 statutes, 13 jurisdictions: EU AI Act, GDPR, DPDP.",
"title": "VITNA — Agent Compliance Preflight",
"repository": {
"url": "https://github.com/COSTRINITY/vitna-compliance-mcp",
"source": "github"
},
"version": "0.3.6",
"websiteUrl": "https://vitna.costrinity.xyz",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@costrinity/vitna-compliance-mcp",
"version": "0.3.6",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your VITNA operator UUID. Optional: if unset, the first tool call self-provisions a restricted trial key. The old VIGIL_OWNER_ID name is still accepted.",
"name": "VITNA_OWNER_ID"
},
{
"description": "Your VITNA API key (new keys vitna_..., legacy vigil_... keys remain valid). Optional: self-provisioned if unset. The old VIGIL_API_KEY name is still accepted.",
"isSecret": true,
"name": "VITNA_API_KEY"
},
{
"description": "Email to own the self-provisioned trial account. Optional: a throwaway is used if unset (claim later to bind a real email). The old VIGIL_EMAIL name is still accepted.",
"name": "VITNA_EMAIL"
},
{
"description": "VITNA base URL; override only for self-hosted. The old VIGIL_BASE_URL name is still accepted.",
"default": "https://vitna.costrinity.xyz",
"name": "VITNA_BASE_URL"
}
]
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://vitna.costrinity.xyz/api/mcp",
"headers": [
{
"description": "Bearer <your VITNA API key>. Discovery (initialize, tools/list) and vitna_help work without it; every governed decision tool requires it. Get a key free at https://vitna.costrinity.xyz/dashboard. X-API-Key is also accepted.",
"isSecret": true,
"name": "Authorization"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-19T08:04:50.165241Z",
"publishedAt": "2026-08-19T08:04:50.165241Z",
"updatedAt": "2026-08-19T08:04:50.165241Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonhosted · an address you calllocal · you run it yourselfversion 0.3.6last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.