This skill uses the Model Context Protocol (MCP) to provide the AI agent with a native get_vcf_carbon_footprint tool. It queries VMware Aria Operations to generate executive-level ESG and Green IT reports.
To use this skill, the OpenClaw agent must run the attached Python MCP server.
pip install -r requirements.txt{
"mcpServers": {
"vcf-sustainability": {
"command": "python",
"args": ["server.py"],
"env": {
"ARIA_OPS_HOST": "your-aria-ops-fqdn",
"ARIA_OPS_API_TOKEN": "your-api-token"
}
}
}
}
共 1 个版本