← Back to Plugins
MCP Server MCP

Vanta

github By github 👁 1 views ▲ 0 votes

Vanta compliance MCP server: vulnerabilities, tests, controls, evidence, people, vendors, docs

Homepage Verified source GitHub

Install

npx -y @mindstone/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@mindstone/mcp-server-vanta",
      "version": "0.3.1",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Vanta OAuth Client ID",
          "isRequired": true,
          "format": "string",
          "name": "VANTA_CLIENT_ID"
        },
        {
          "description": "Vanta OAuth Client Secret",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "VANTA_CLIENT_SECRET"
        },
        {
          "description": "Accepted for compatibility; US/EU/AU tenants all use api.vanta.com",
          "format": "string",
          "default": "us",
          "name": "VANTA_REGION"
        },
        {
          "description": "Per-request timeout in milliseconds (default 60000)",
          "format": "number",
          "default": "60000",
          "name": "VANTA_REQUEST_TIMEOUT_MS"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...