MCP Server
MCP
VITNA — Agent Compliance Preflight
Pre-action allow/deny for AI agents. 24 statutes, 13 jurisdictions: EU AI Act, GDPR, DPDP.
Install
npx -y @costrinity/[email protected]
Configuration Example
{
"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"
}
]
}
],
"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"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
npm
By
Comments
Sign in to leave a comment