Metadata-Version: 2.4
Name: meok-enterprise-compliance-suite
Version: 1.0.0
Summary: MEOK Enterprise Compliance Suite — End-to-end EU AI Act, GDPR, NIS2, DORA, ISO, SOC2, HIPAA, PCI DSS compliance automation with cryptographic attestation
Project-URL: Homepage, https://compliance.meok.ai
Project-URL: Repository, https://github.com/CSOAI-ORG/meok-enterprise-compliance-suite
Author-email: MEOK AI Labs <nicholas@meok.ai>
License: MIT License
        
        Copyright (c) 2026 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: compliance,dora,enterprise,eu-ai-act,gdpr,hipaa,iso-42001,mcp,nis2
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Security
Requires-Python: >=3.10
Requires-Dist: mcp>=1.0.0
Description-Content-Type: text/markdown

# MEOK Enterprise Compliance Suite

**One server. Every framework. Zero vendor lock-in.**

The MEOK Enterprise Compliance Suite bundles 21 compliance modules into a single MCP server endpoint, covering:

| Framework | Regulation | Enforcement |
|-----------|-----------|-------------|
| EU AI Act | Regulation 2024/1689 | August 2, 2026 |
| GDPR | Regulation 2016/679 | Active |
| NIS2 | Directive 2022/2555 | Active |
| DORA | Regulation 2022/2554 | Active |
| ISO 42001 | AI Management Standard | Voluntary |
| ISO 27001 | Information Security | Voluntary |
| SOC2 | Service Organization Controls | Voluntary |
| HIPAA | Healthcare Data Protection | Active |
| PCI DSS | Payment Card Industry | Active |
| UK AI Act / UK AI Bill | UK-specific AI regulation | Pending |

## Quick Start

```bash
pip install meok-enterprise-compliance-suite
python -m meok_enterprise_compliance_suite.server
```

Or via MCP client configuration:

```json
{
  "mcpServers": {
    "meok-compliance": {
      "command": "python",
      "args": ["-m", "meok_enterprise_compliance_suite.server"]
    }
  }
}
```

## Available Tools

### Core
- `suite_status` — All compliance modules, deadlines, and tool counts
- `regulatory_timeline` — EU AI Act implementation timeline with day counts

### EU AI Act
- `eu_ai_act_compliance_check` — Full Article 6/9/10/11/13/14/16/27/47/49/50/72/73 compliance report
- `article_50_transparency_check` — Article 50 disclosure/watermarking/emotion recognition obligations
- `generate_conformity_assessment` — Articles 16 & 47 conformity assessment + EU declaration of conformity (Pro)
- `bias_detection_scan` — Article 10 training data bias assessment

### Cross-Framework
- `cross_framework_compliance_matrix` — Map controls across all frameworks
- `enterprise_compliance_score` — Aggregated score across all frameworks with gap analysis

## Pricing

| Tier | Price | Features |
|------|-------|----------|
| Free | €0/mo | 25 calls/day, risk classification, transparency check, timeline |
| Pro | €199/mo | Unlimited calls, full conformity assessment, EU declaration, fundamental rights impact, remediation plans, evidence templates |

## Why This Exists

The EU AI Act enforcement deadline for Article 50 is August 2, 2026. Enterprises face penalties of up to €35M or 7% of global turnover. Yet existing compliance platforms cost €130K-300K/year.

MEOK Enterprise Compliance Suite provides:
- Zero licensing cost for basic compliance
- No vendor lock-in (MIT licensed, self-hostable)
- Cryptographic attestation (HMAC-SHA256 signed)
- Publicly verifiable compliance proofs
- MCP-native architecture for automated evidence collection

Built by MEOK AI Labs | https://compliance.meok.ai
