Metadata-Version: 2.4
Name: soc2-compliance-ai-mcp
Version: 1.0.10
Summary: MCP server for soc2 compliance ai. Features assess trust principles, control gap analysis, generate control matrix. From MEOK AI Labs.
Project-URL: Homepage, https://csoai.org
Project-URL: Repository, https://github.com/CSOAI-ORG/soc2-compliance-ai-mcp
Author-email: MEOK AI Labs <nicholas@meok.ai>
License: MIT License
        
        Copyright (c) 2026 CSOAI-ORG / MEOK AI Labs
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
License-File: LICENSE
Keywords: ai-governance,compliance,mcp,meok
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.10
Requires-Dist: mcp>=1.0.0
Description-Content-Type: text/markdown

mcp-name: io.github.CSOAI-ORG/soc2-compliance-ai-mcp

<div align="center">

# SOC 2 Compliance MCP

**SOC 2 Trust Service Criteria — Security, Availability, Processing Integrity, Confidentiality, Privacy**

[![MCP](https://img.shields.io/badge/MCP-Server-blue)](https://github.com/CSOAI-ORG)
[![License](https://img.shields.io/badge/License-MIT-green)](LICENSE)
</div>

## Overview

AI-powered SOC 2 compliance automation covering all five Trust Service Criteria. Assess controls, generate control matrices, identify gaps, and produce audit-ready documentation.

## Tools

| Tool | Description | Parameters |
|------|-------------|------------|
| `assess_trust_principles` | Assess controls against all 5 TSC principles | `principle`, `controls` |
| `control_gap_analysis` | Identify gaps between existing controls and SOC 2 | `current_controls`, `principle` |
| `generate_control_matrix` | Generate a SOC 2 control matrix | `principle`, `controls`, `evidence` |
| `audit_readiness` | Overall SOC 2 audit readiness score | `all_controls`, `principles` |
| `evidence_checklist` | Generate evidence checklist by principle | `principle` (str, required) |
| `remediation_plan` | Prioritized remediation plan for gaps | `findings`, `timeline` |

## Installation

```bash
pip install mcp
```

### Claude Desktop / Cursor / VS Code / Windsurf
```json
{
  "mcpServers": {
    "soc2-compliance": {
      "command": "python",
      "args": ["path/to/server.py"]
    }
  }
}
```

## Usage Examples

### Assess security principle
```json
{
  "principle": "security",
  "controls": ["firewall", "encryption", "access control", "no monitoring"]
}
```

### Generate control matrix
```json
{
  "principle": "availability",
  "controls": ["redundant servers", "backup power", "DR plan"],
  "evidence": ["uptime reports", "DR test results"]
}
```

## Pricing

- **Free:** 10 assessments/day
- **Pro:** $99/mo — unlimited assessments + matrices
- **Enterprise:** $499/mo — full audit trail + readiness scoring

---

*Built by MEOK AI Labs | [meok.ai](https://meok.ai)*

<!-- BUY-LADDER:START -->

## 💸 Try MEOK in 30 seconds — instant buy ladder

| Tier | Price | What you get | Stripe |
|---|---|---|---|
| Smoke test | **£1** | Signed sample MCP-Hardening report + Article 50 PDF | <https://buy.stripe.com/dRmcN75ScdQS7oh1Uc8k90U> |
| Quick Kit | **£9** | EU AI Act Article 50 implementation guide (C2PA + EU-Icon) | <https://buy.stripe.com/cNi00la8s1460ZT0Q88k90V> |
| Founder Call | **£29** | 30-min 1-on-1 with the founder | <https://buy.stripe.com/8x228ta8s6oqbExaqI8k90W> |

> Refundable. UK Stripe — VAT-clean. Builds on the 81-MCP MEOK fleet.
> Verify any signed report at <https://meok.ai/verify>.

<!-- BUY-LADDER:END -->