Back to Browse

Vectordecisions MCP Server

AI & MLModerate7.5MCP RegistryLocal
Free

Server data from the Official MCP Registry

AI Governance MCP Server - GATRI trust scoring, kill-switch, EU AI Act compliance for Claude

About

AI Governance MCP Server - GATRI trust scoring, kill-switch, EU AI Act compliance for Claude

Security Report

7.5
Moderate7.5Low Risk

Valid MCP server (2 strong, 3 medium validity signals). 3 known CVEs in dependencies (0 critical, 2 high severity) Package registry verified. Imported from the Official MCP Registry.

2 files analyzed · 4 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-nikitadatar-vectordecisions-mcp-server": {
      "args": [
        "-y",
        "vectordecisions-mcp-server"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

Vector Decisions MCP Server

MCP-native governance and action-assurance primitives for autonomous AI.

Tools

  • gatri_trust_score — legacy composite trust scoring.
  • assure_action — evidence-backed, context-aware assurance for one agent action.
  • decide_action — converts GATRI assurance + policy + permissions + context into ALLOW, RESTRICT, REQUIRE_HUMAN, or DENY.
  • risk_assessment — deployment risk assessment.
  • compliance_check — EU AI Act-oriented policy check.
  • kill_switch — emergency stop directive.

Core model

agent × action × context × evidence
                 ↓
              GATRI
                 ↓
        Vector Decisions
                 ↓
      ALLOW / RESTRICT /
      REQUIRE_HUMAN / DENY

The important primitive is action assurance, not a generic claim that an agent is safe. The same agent can be acceptable for one action and unacceptable for another.

Local development

npm install
npm run build
npm start

The server uses stdio transport and is intended to be consumed by MCP-compatible clients.

Status

Version 1.1.0. This is a protocol-oriented V0: deterministic local evaluation first; evidence ingestion, persistent assurance records, policy registries, signed attestations and remote APIs are subsequent layers.

Reviews

No reviews yet

Be the first to review this server!