Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Vanta

NPM · @MINDSTONE/MCP-SERVER-VANTA · SCANNED SEP 21

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

0 this week 93 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 31 of 96 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency87
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to mindstone/mcp-servers). View diagnostics → Pass
  • License check failed: the license (FSL-1.1-MIT) isn't a recognized OSI-approved license. See how to fix → Fail
  • Actively maintained (last published 42 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability82
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 2410 tokens (~96/item across 25 items; 25 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management97
  • Stability observed for 29 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 25 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 25 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the Vanta MCP server?

Vanta runs locally as an npm package, launched with npx -y @mindstone/mcp-server-vanta. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · @mindstone/mcp-server-vanta

# add to Claude Code
claude mcp add mindstone-mcp-server-vanta -- npx -y @mindstone/mcp-server-vanta
// .cursor/mcp.json
{
  "mcpServers": {
    "mindstone-mcp-server-vanta": {
      "command": "npx",
      "args": [
        "-y",
        "@mindstone/mcp-server-vanta"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "mindstone-mcp-server-vanta": {
      "command": "npx",
      "args": [
        "-y",
        "@mindstone/mcp-server-vanta"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add mindstone-mcp-server-vanta -- npx -y @mindstone/mcp-server-vanta
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "mindstone-mcp-server-vanta": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@mindstone/mcp-server-vanta"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add mindstone-mcp-server-vanta --command npx --arg -y --arg @mindstone/mcp-server-vanta
# ~/.hermes/config.yaml
mcp_servers:
  mindstone-mcp-server-vanta:
    command: "npx"
    args: ["-y", "@mindstone/mcp-server-vanta"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "mindstone-mcp-server-vanta": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@mindstone/mcp-server-vanta"
      ]
    }
  }
}
# add to Vellum
assistant mcp add mindstone-mcp-server-vanta -t stdio -c npx -a -y @mindstone/mcp-server-vanta
// mcp.json
{
  "mcpServers": {
    "mindstone-mcp-server-vanta": {
      "command": "npx",
      "args": [
        "-y",
        "@mindstone/mcp-server-vanta"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

  • 18 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 −3
    • Stability: pass → 0.83 functional
  • 16 Sept 26 +1
    • Stability: 0.97 → pass security
  • 15 Sept 26 0
    • Package version: 0.3.0 → 0.3.1 functional
  • 14 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

  • 12 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 10 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 77 to 80. That category is still filling its 30-day observation window: 23 days of observed history at the previous scan, 24 at this one. The score rises as the window fills, whether or not the server changes.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 21 Sept 2026 · Analysed npm/@mindstone/mcp-server-vanta@0.3.1

Provenance Verified

A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.

Result Verified
Ecosystem npm
Reason Verified
Discovered via Registry attestation endpoint
Source repo mindstone/mcp-servers
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/mindstone/mcp-servers/.github/workflows/release.yml@refs/heads/main
Rekor log index 2400701829
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:83018ab4b8137408b3fcede126e2f5d1b3d474fa3f69a9a38444766eebbb5fa5e695b84ca04fa1a91f68ffab641579ba8a3cf9511db610c46d4d24c8a

Background: How many MCP packages publish verified provenance →

Dependencies 96 packages
Packages resolved 96
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 25 exposed · ~2,410 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
vanta_attach_vendor_document ~279

Attach a compliance document (SOC 2 report, DPA, pen test, questionnaire) to an existing vendor in Vanta. HOW IT WORKS: - Pass a public https:// URL. The connector downloads the file and forwards the bytes to Vanta as a multipart upload. - document_type is required; Vanta rejects the upload without it. - Vanta accepts .pdf, .docx, .jpg, .png, and .xlsx files. RELATED TOOLS: - vanta_list_vendors to find the vendor_id. RETURNS: - JSON with ok, document, file_name, content_type, and size_bytes.

NameTypeReqDescription
descriptionstringDescription of the document
document_namestringThe document's title in Vanta
document_typestringyesVanta vendor document type, required. Documented values include SOC2_REPORT, ISO_27001_REPORT, PEN_TEST, DPA, PRIVACY_POLICY, OTHER
document_urlstringyesPublic https:// URL of the file to attach; the connector downloads it and forwards the bytes to Vanta
file_namestringFile name to store in Vanta; defaults to the name from the URL or Content-Disposition header
vendor_idstringyesVanta vendor ID to attach the document to

No output schema declared.

No examples provided.

vanta_create_vendor ~134

Create a new vendor in Vanta.

NameTypeReqDescription
descriptionstringDescription of the vendor relationship
risk_levelstringVendor risk level (LOW, MEDIUM, HIGH, CRITICAL, or UNSCORED)
vendor_categorystringVendor category displayName (free-form string, e.g. cloudMonitoring)
vendor_contact_emailstringPrimary contact email at the vendor
vendor_contact_namestringPrimary contact name at the vendor
vendor_namestringyesName of the vendor
vendor_websitestringWebsite URL of the vendor

No output schema declared.

No examples provided.

vanta_deactivate_vulnerability_monitoring ~91

Deactivate monitoring for select vulnerabilities. Vanta will not monitor a deactivated vulnerability until it is reactivated.

NameTypeReqDescription
deactivate_reasonstringyesReason for deactivating the vulnerability
should_reactivate_when_fixablebooleanyesWhether or not vulnerability should reactivate when it becomes fixable
vulnerability_idstringyesVanta vulnerability ID to deactivate monitoring for

No output schema declared.

No examples provided.

vanta_get_compliance_summary ~48

Get an aggregate compliance summary from Vanta framework counters.

NameTypeReqDescription
frameworkstringFilter summary to one framework, such as SOC2, ISO27001, or HIPAA

No output schema declared.

No examples provided.

vanta_get_control ~38

Get details for one Vanta control by ID.

NameTypeReqDescription
control_idstringyesVanta control ID returned by vanta_list_controls

No output schema declared.

No examples provided.

vanta_get_framework ~55

Get details for one Vanta framework by ID, including requirement categories and mapped controls.

NameTypeReqDescription
framework_idstringyesVanta framework ID returned by vanta_list_frameworks, such as soc2 or iso27001

No output schema declared.

No examples provided.

vanta_get_policy ~49

Get details for one Vanta policy by ID, including its latest version status and approved document links.

NameTypeReqDescription
policy_idstringyesVanta policy ID returned by vanta_list_policies

No output schema declared.

No examples provided.

vanta_get_risk_scenario ~68

Get details for one Vanta risk scenario by risk ID, including scores, treatment, and review status.

NameTypeReqDescription
risk_idstringyesVanta risk scenario ID (the user-facing Risk ID or the object ID) returned by vanta_list_risk_scenarios

No output schema declared.

No examples provided.

vanta_get_test ~39

Get details for one Vanta compliance test by ID.

NameTypeReqDescription
test_idstringyesVanta test ID returned by vanta_list_tests

No output schema declared.

No examples provided.

vanta_get_vendor ~39

Get details for one Vanta vendor by ID.

NameTypeReqDescription
vendor_idstringyesVanta vendor ID returned by vanta_list_vendors

No output schema declared.

No examples provided.

vanta_get_vulnerability ~41

Get details for one Vanta vulnerability by ID.

NameTypeReqDescription
vulnerability_idstringyesVanta vulnerability ID returned by vanta_list_vulnerabilities

No output schema declared.

No examples provided.

vanta_list_controls ~78

List Vanta controls with an optional framework filter.

NameTypeReqDescription
frameworkstringFilter by framework, such as SOC2, ISO27001, or HIPAA
page_cursorstringCursor from a previous response for the next page
page_sizeintegerNumber of controls to return, up to 100

No output schema declared.

No examples provided.

vanta_list_event_logs ~111

List audit event logs from the Vanta account (actor, action, targets, date) with an optional start-date filter.

NameTypeReqDescription
page_cursorstringCursor from a previous response for the next page
page_sizeintegerNumber of event logs to return, up to 100
start_datestringOnly event logs created at or after this ISO 8601 timestamp (e.g. "2026-05-03T21:08:22Z")

No output schema declared.

No examples provided.

vanta_list_frameworks ~64

List available compliance frameworks in Vanta with per-framework control, document, and test counters.

NameTypeReqDescription
page_cursorstringCursor from a previous response for the next page
page_sizeintegerNumber of frameworks to return, up to 100

No output schema declared.

No examples provided.

vanta_list_integrations ~65

List integrations connected to Vanta with per-connection health (disabled flag and connection error message).

NameTypeReqDescription
page_cursorstringCursor from a previous response for the next page
page_sizeintegerNumber of integrations to return, up to 100

No output schema declared.

No examples provided.

vanta_list_people ~94

List people tracked in Vanta with optional name/email and employment-status filters.

NameTypeReqDescription
email_or_namestringFilter people by email address, first name, or last name
employment_statusstringFilter by documented employment status
page_cursorstringCursor from a previous response for the next page
page_sizeintegerNumber of people to return, up to 100

No output schema declared.

No examples provided.

vanta_list_policies ~68

List policies in Vanta with their approval/review status — e.g. which policies are out of review.

NameTypeReqDescription
page_cursorstringCursor from a previous response for the next page
page_sizeintegerNumber of policies to return, up to 100

No output schema declared.

No examples provided.

vanta_list_risk_scenarios ~108

List risk scenarios from the Vanta risk register with optional search and include-ignored filters.

NameTypeReqDescription
include_ignoredbooleanInclude risk scenarios that have been ignored (default false)
page_cursorstringCursor from a previous response for the next page
page_sizeintegerNumber of risk scenarios to return, up to 100
search_stringstringFilter risk scenarios by a search string (matches the scenario description/title)

No output schema declared.

No examples provided.

vanta_list_tests ~118

List compliance tests from Vanta with optional status and framework filters.

NameTypeReqDescription
frameworkstringFilter by framework, such as SOC2, ISO27001, or HIPAA
page_cursorstringCursor from a previous response for the next page
page_sizeintegerNumber of tests to return, up to 100
statusstringFilter by documented test status, such as OK, NEEDS_ATTENTION, DEACTIVATED, IN_PROGRESS, INVALID, or NOT_APPLICABLE

No output schema declared.

No examples provided.

vanta_list_vendors ~99

List vendors tracked in Vanta with optional name and status filters.

NameTypeReqDescription
namestringFilter vendors by name (case-insensitive partial match)
page_cursorstringCursor from a previous response for the next page
page_sizeintegerNumber of vendors to return, up to 100
statusstringFilter by documented vendor status: MANAGED, ARCHIVED, or IN_PROCUREMENT

No output schema declared.

No examples provided.

vanta_list_vulnerabilities ~180

List vulnerabilities from Vanta with optional severity, integration, and deactivation filters. WORKFLOW: - Start here to review open vulnerability posture. - Use page_size and page_cursor for pagination. RELATED TOOLS: - vanta_get_vulnerability for full details on one vulnerability. RETURNS: - JSON with ok, vulnerabilities, count, and pageInfo.

NameTypeReqDescription
integration_idstringFilter by the Vanta integration ID that detected the vulnerability
is_deactivatedbooleanFilter by whether Vanta monitoring is deactivated for the vulnerability
page_cursorstringCursor from a previous response for the next page
page_sizeintegerNumber of vulnerabilities to return, up to 100
severitystringFilter by documented severity: CRITICAL, HIGH, MEDIUM, or LOW

No output schema declared.

No examples provided.

vanta_query_test_results ~102

List test entities/results for one Vanta test with an optional entity-status filter.

NameTypeReqDescription
entity_statusstringFilter by documented entity status: FAILING or DEACTIVATED
page_cursorstringCursor from a previous response for the next page
page_sizeintegerNumber of test entities to return, up to 100
test_idstringyesVanta test ID whose entities/results should be listed

No output schema declared.

No examples provided.

vanta_reactivate_vulnerability_monitoring ~40

Reactivate vulnerabilities and resume Vanta monitoring.

NameTypeReqDescription
vulnerability_idstringyesVanta vulnerability ID to reactivate monitoring for

No output schema declared.

No examples provided.

vanta_update_vendor ~138

Update an existing vendor in Vanta.

NameTypeReqDescription
descriptionstringUpdated description
risk_levelstringVendor risk level (LOW, MEDIUM, HIGH, CRITICAL, or UNSCORED)
vendor_categorystringUpdated vendor category displayName (free-form string, e.g. cloudMonitoring)
vendor_contact_emailstringUpdated contact email
vendor_contact_namestringUpdated contact name
vendor_idstringyesVanta vendor ID to update
vendor_namestringUpdated vendor name
vendor_websitestringUpdated vendor website URL

No output schema declared.

No examples provided.

vanta_upload_document ~264

Attach an evidence file to an existing Vanta document. HOW IT WORKS: - document_id must be an existing Vanta document (from the Vanta Documents page); this tool does not create documents. - Pass a public https:// URL. The connector downloads the file and forwards the bytes to Vanta as a multipart upload. - Vanta files the upload as a DRAFT: the document must be submitted for review in Vanta before auditors can see it. The response says so via submission_required. RETURNS: - JSON with ok, upload, file_name, content_type, size_bytes, and submission_required.

NameTypeReqDescription
descriptionstringDescription stored alongside the uploaded file
document_idstringyesID of the existing Vanta document to attach the file to, as returned by the Vanta Documents page (e.g. access-requests)
document_urlstringyesPublic https:// URL of the file to upload; the connector downloads it and forwards the bytes to Vanta
effective_at_datestringDate the evidence became effective, e.g. 2026-07-01
file_namestringFile name to store in Vanta; defaults to the name from the URL or Content-Disposition header

No output schema declared.

No examples provided.

Common questions

What is the Vanta MCP server?

Vanta is an MCP server listed in the public MCP registry as io.github.mindstone/mcp-server-vanta. Vanta compliance MCP server: vulnerabilities, tests, controls, evidence, people, vendors, docs. This page covers its npm package (@mindstone/mcp-server-vanta).

Is the Vanta MCP server safe to use?

Vanta scores 93 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 21 September 2026. It declares no install or post-install scripts. Its build provenance is signed and verified. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the Vanta MCP server expose?

Vanta exposes 25 tools: vanta_list_vulnerabilities, vanta_get_vulnerability, vanta_list_tests, vanta_get_test, vanta_list_controls, and 20 more. Their descriptions and schemas cost roughly 2,410 tokens of context every time the server is loaded.

Is the Vanta MCP server still maintained?

Vanta is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the Vanta MCP server under?

Vanta declares the FSL-1.1-MIT licence, which is not on the OSI-approved list. Read the terms before using it at work, and note this covers the source only, not the cost of any service it calls.