Compliance Posture
complianceScan MCP configurations and Docker images to evaluate compliance with OWASP LLM Top 10, OWASP MCP Top 10, MITRE ATLAS, and NIST AI RMF, returning per-control pass/warning/fail status and an overall score.
Instructions
Get OWASP LLM Top 10 / OWASP MCP Top 10 / MITRE ATLAS / NIST AI RMF compliance posture.
Scans local MCP configurations, maps findings to 47 security controls
across four AI security frameworks, and returns per-control
pass/warning/fail status with an overall compliance score.
Args:
config_path: Path to a specific MCP config directory.
If not provided, auto-discovers all local agent configs.
image: Docker image reference to scan (e.g. "nginx:1.25").
Returns:
JSON with overall_score (0-100), overall_status (pass/warning/fail),
and per-control details for OWASP LLM Top 10 (10 controls),
OWASP MCP Top 10 (10 controls), MITRE ATLAS (13 techniques),
and NIST AI RMF (14 subcategories).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| config_path | No | Path to MCP client config directory. Auto-discovers all if omitted. | |
| image | No | Docker image to scan, e.g. 'nginx:1.25'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |