Metadata-Version: 2.4
Name: csoai-governance-crosswalk-mcp
Version: 1.0.9
Summary: Csoai Governance Crosswalk MCP server. Tools: query crosswalk, crosswalk bridge, compliance gap analysis. Built by MEOK AI Labs.
Project-URL: Homepage, https://meok.ai
Project-URL: Repository, https://github.com/CSOAI-ORG/csoai-governance-crosswalk-mcp
Author-email: MEOK AI Labs <nicholas@meok.ai>
License: MIT License
        
        Copyright (c) 2026 MEOK AI Labs / Council for the Safety of AI (CSOAI)
        
        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.
        
        ---
        
        NOTE: The CSOAI Partnership Charter (52 articles) is proprietary intellectual
        property of the Council for the Safety of AI (CSOAI). The crosswalk analysis
        and mapping methodology embedded in this server represent new intellectual
        property owned by CSOAI/MEOK AI Labs. The MIT license applies to the server
        software code only, not to the underlying governance framework IP.
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

<div align="center">

# CSOAI Governance Crosswalk MCP

**Unified AI Governance Framework Mapper — 12 Frameworks, 52 Articles, One Query**

[![MCP](https://img.shields.io/badge/MCP-Server-blue)](https://github.com/CSOAI-ORG)
[![License](https://img.shields.io/badge/License-MIT-green)](LICENSE)
[![Python](https://img.shields.io/badge/Python-3.10%2B-blue)](pyproject.toml)

</div>

## Overview

The crown jewel of the CSOAI MCP portfolio. Maps requirements across 12 governance frameworks (EU AI Act, GDPR, NIST RMF, ISO 42001, SOC 2, HIPAA, PCI DSS, DORA, NIS2, CRA, UK AI Bill, Canada AIDA) through 52 unified crosswalk articles. One query tells you what every regulation says about any compliance topic.

## Tools

| Tool | Description | Parameters |
|------|-------------|------------|
| `query_crosswalk` | Query all 12 frameworks on any compliance topic | `query` (str, required), `frameworks` (list, optional filter) |
| `crosswalk_bridge` | Find framework-to-framework requirement mappings | `source_framework`, `target_framework`, `topic` |
| `compliance_gap_analysis` | Identify gaps between current posture and regulation | `framework`, `current_controls` |
| `framework_comparison` | Side-by-side comparison of two frameworks | `framework_a`, `framework_b`, `dimension` |
| `get_article_details` | Full text and interpretation of a specific article | `article_id`, `framework` |
| `regulatory_timeline` | Key dates and deadlines for a framework | `framework` |
| `risk_profile` | Generate cross-framework risk profile | `industry`, `jurisdiction`, `ai_types` |
| `control_mapping` | Map existing controls to framework requirements | `framework`, `control_ids` |
| `audit_scoping` | Scope an audit across multiple frameworks | `frameworks`, `systems` |
| `remediation_plan` | Generate prioritized remediation plan | `gaps`, `framework`, `timeline` |
| `evidence_requirements` | List evidence needed for each framework article | `framework`, `article_ids` |
| `stakeholder_report` | Generate stakeholder-ready compliance report | `framework`, `findings` |

## Installation

```bash
pip install mcp
```

### Claude Desktop
```json
{
  "mcpServers": {
    "csoai-governance-crosswalk": {
      "command": "python",
      "args": ["path/to/server.py"]
    }
  }
}
```

### Cursor / VS Code / Windsurf
```json
{
  "mcpServers": {
    "csoai-governance-crosswalk": {
      "command": "python",
      "args": ["path/to/server.py"]
    }
  }
}
```

## Usage Examples

### Query all frameworks on bias requirements
```json
{
  "query": "bias detection and mitigation requirements",
  "frameworks": ["eu_ai_act", "nist_rmf", "iso_42001"]
}
```

### Gap analysis against EU AI Act
```json
{
  "framework": "eu_ai_act",
  "current_controls": ["manual review process", "quarterly audits", "basic documentation"]
}
```

## Pricing

- **Free:** 10 queries/day
- **Pro:** $99/mo — unlimited queries + export reports
- **Enterprise:** $499/mo — custom framework add-ons + attestation

---

*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 -->

