SOC2 Compliance AI MCP
OfficialSoc2 Compliance Ai MCP
MCP server for soc2 compliance ai mcp operations
Overview
Soc2 Compliance Ai MCP provides AI-powered tools via the Model Context Protocol (MCP).
Tools
Tool | Description |
| Audit an AI system against the 5 SOC 2 Trust Service Criteria: Security |
| Gap analysis against SOC 2 controls. Compares implemented controls to |
| Generate a SOC 2 control matrix with control objectives, criteria, |
| SOC 2 risk assessment per AICPA guidelines. Identifies risks to Trust |
| Map SOC 2 controls to ISO 27001 Annex A controls. Shows how SOC 2 |
| SOC 2 Type I/II readiness assessment. Generates a comprehensive |
Installation
pip install meok-soc2-compliance-ai-mcpUsage with Claude Desktop
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"soc2-compliance-ai-mcp": {
"command": "python",
"args": ["-m", "meok_soc2_compliance_ai_mcp.server"]
}
}
}Usage with FastMCP
from mcp.server.fastmcp import FastMCP
# This server exposes 6 tool(s) via MCP
# See server.py for full implementationLicense
MIT © MEOK AI Labs
This server cannot be installed
Maintenance
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/CSOAI-ORG/soc2-compliance-ai-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server