pypi csoai-governance-crosswalk-mcpstdioupdated 2mo ago
โ๏ธ Built by MEOK AI Labs / CSOAI. Need this applied to your system fast? Book a 30-min Founder Office Hour (ยฃ29) โ https://meok.ai/work ยท Full governance platform โ https://meok.ai
What can you do with csoai governance crosswalk mcp?
Csoai Governance Crosswalk MCP
โ๏ธ Built by MEOK AI Labs / CSOAI. Need this applied to your system fast? Book a 30-min Founder Office Hour (ยฃ29) โ https://meok.ai/work ยท Full governance platform โ https://meok.ai
CSOAI Governance Crosswalk MCP
Unified AI Governance Framework Mapper โ 12 Frameworks, 52 Articles, One Query
AI governance crosswalk MCP โ map controls across 13 frameworks (EU AI Act, ISO 42001, NIST AI RM...
AI governance crosswalk MCP โ map controls across 13 frameworks (EU AI Act, ISO 42001, NIST AI RMF, GDPR, SOC 2, HIPAA, FedRAMP, CCPA, PIPEDA, DPDPA, LGPD, CSA, OWASP).
๐ Quick Start
# Install via pip
pip install csoai_governance_crosswalk_mcp
# Or install via Smithery
npx -y @smithery/cli@latest install csoai-governance-crosswalk-mcp --client claude
โจ Features
- MCP protocol compliant
- Easy installation
- Well-documented API
- Production-ready
- Active maintenance
๐ Documentation
๐ก๏ธ Compliance
This MCP server is built with EU AI Act compliance built-in:
- โ Article 9 โ Risk Management System
- โ Article 13 โ Transparency & Instructions for Use
- โ Article 15 โ Bias Detection & Testing
- โ Article 26 โ FRIA Support (where applicable)
- โ Article 50 โ AI Content Watermarking (where applicable)
Need help getting compliant? Book a free 15-min diagnostic โ
๐ข Enterprise
Need custom development, SLA guarantees, or white-label deployment?
- Pro: $99/mo โ Full MCP suite + EU AI Act tracking
- Enterprise: $499/mo โ Custom dev + SLA + Dedicated support
View Pricing โ | Contact Sales โ
๐ค Part of the MEOK Ecosystem
This server is part of the MEOK AI Labs ecosystem โ 300+ MCP servers for sovereign AI governance.
| Domain | Purpose |
|---|---|
| councilof.ai | EU AI Act compliance marketplace |
| safetyof.ai | AI safety & monitoring |
| meok.ai | Sovereign AI platform |
| cobolbridge.ai | Legacy modernization |
๐ License
MIT ยฉ CSOAI-ORG
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
pip install mcp
Claude Desktop
{
"mcpServers": {
"csoai-governance-crosswalk": {
"command": "python",
"args": ["path/to/server.py"]
}
}
}
Cursor / VS Code / Windsurf
{
"mcpServers": {
"csoai-governance-crosswalk": {
"command": "python",
"args": ["path/to/server.py"]
}
}
}
Usage Examples
Query all frameworks on bias requirements
{
"query": "bias detection and mitigation requirements",
"frameworks": ["eu_ai_act", "nist_rmf", "iso_42001"]
}
Gap analysis against EU AI Act
{
"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
๐ธ 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/5kQ6oJ0xS3ce8sl7ew8k91j |
| Quick Kit | ยฃ9 | EU AI Act Article 50 implementation guide (C2PA + EU-Icon) | https://buy.stripe.com/5kQ6oJ0xS3ce8sl7ew8k91j |
| Founder Call | ยฃ29 | 30-min 1-on-1 with the founder | https://buy.stripe.com/5kQ6oJ0xS3ce8sl7ew8k91j |
Refundable. UK Stripe โ VAT-clean. Builds on the 81-MCP MEOK fleet. Verify any signed report at https://meok.ai/verify.
Install
Add csoai governance crosswalk mcp to your client. Pick the one you use.
claude mcp add csoai-governance-crosswalk-mcp -- uvx csoai-governance-crosswalk-mcpcodex mcp add csoai-governance-crosswalk-mcp -- uvx csoai-governance-crosswalk-mcpamp mcp add csoai-governance-crosswalk-mcp -- uvx csoai-governance-crosswalk-mcp{
"mcpServers": {
"csoai-governance-crosswalk-mcp": {
"command": "uvx",
"args": [
"csoai-governance-crosswalk-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"csoai-governance-crosswalk-mcp": {
"command": "uvx",
"args": [
"csoai-governance-crosswalk-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"csoai-governance-crosswalk-mcp","command":"uvx","args":["csoai-governance-crosswalk-mcp"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"csoai-governance-crosswalk-mcp": {
"command": "uvx",
"args": [
"csoai-governance-crosswalk-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"csoai-governance-crosswalk-mcp": {
"command": "uvx",
"args": [
"csoai-governance-crosswalk-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"csoai-governance-crosswalk-mcp": {
"command": "uvx",
"args": [
"csoai-governance-crosswalk-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"csoai-governance-crosswalk-mcp": {
"type": "local",
"command": "uvx",
"args": [
"csoai-governance-crosswalk-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"csoai-governance-crosswalk-mcp": {
"command": {
"path": "uvx",
"args": [
"csoai-governance-crosswalk-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
uvx csoai-governance-crosswalk-mcpRun `goose configure`, choose **Add Extension โ Command-line Extension**, and paste this command.
12 tools
csoai governance crosswalk mcp exposes 12 tools to a connected agent.
- query_crosswalk
- Query all 12 frameworks on any compliance topic
- crosswalk_bridge
- Find framework-to-framework requirement mappings
- compliance_gap_analysis
- Identify gaps between current posture and regulation
- framework_comparison
- Side-by-side comparison of two frameworks
- get_article_details
- Full text and interpretation of a specific article
- regulatory_timeline
- Key dates and deadlines for a framework
- risk_profile
- Generate cross-framework risk profile
- control_mapping
- Map existing controls to framework requirements
- audit_scoping
- Scope an audit across multiple frameworks
- remediation_plan
- Generate prioritized remediation plan
- evidence_requirements
- List evidence needed for each framework article
- stakeholder_report
- Generate stakeholder-ready compliance report
Score
73 / 100
Good
- Documentation25/25
- Maintenance22/25
- Trust6/20
- Capability8/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 66 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 12 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint โ no local install
Version history
| Versions | Published |
|---|---|
| 1.0.16Latest | Jun 30, 2026 |
| 1.0.6 | May 7, 2026 |
| 1.0.5 | May 7, 2026 |
| 1.0.3 | May 7, 2026 |