vcf-compliance-mcp

An MCP server that interfaces with VMware Aria Operations to run regulatory compliance checks (ISO 27001, PCI DSS, CIS, etc.) against the VCF environment.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "vcf-compliance-mcp" with this command: npx skills add kasture-rohit/vcf-compliance-mcp

VCF Regulatory Compliance Scanner

This skill uses the Model Context Protocol (MCP) to provide the AI agent with a native get_vcf_compliance_status tool. It queries VMware Aria Operations to generate instant audit reports for standard security frameworks.

Setup Instructions for OpenClaw

To use this skill, the OpenClaw agent must run the attached Python MCP server.

  1. Install dependencies: pip install -r requirements.txt
  2. Configure your OpenClaw settings to launch this MCP server. Add the following to your agent's MCP configuration:
{
  "mcpServers": {
    "vcf-compliance": {
      "command": "python",
      "args": ["server.py"],
      "env": {
        "ARIA_OPS_HOST": "your-aria-ops-fqdn",
        "ARIA_OPS_API_TOKEN": "your-api-token"
      }
    }
  }
}

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

VCF Green IT & Carbon Footprint

An MCP server that interfaces with VMware Aria Operations to extract Green IT metrics, carbon footprint data, and the organizational Green Score for ESG repo...

Registry SourceRecently Updated
1080Profile unavailable
Security

AxonFlow Governance Policies

Govern OpenClaw with AxonFlow — block dangerous commands, detect PII, prevent data exfiltration, protect agent config files, explain policy decisions, grant...

Registry SourceRecently Updated
2221Profile unavailable
Security

SidClaw Governance

Add policy evaluation, human approval, and audit trails to any tool. Powered by SidClaw.

Registry Source
1040Profile unavailable
Coding

VCF Log Explorer (MCP)

An MCP server that provides native tools to dynamically search VMware Aria Operations for Logs (Log Insight).

Registry SourceRecently Updated
1020Profile unavailable