
PCI DSS Compliance MCP
from CSOAI-ORG
PCI DSS v4.0 payment security compliance β SAQ selection, control validation, scope reduction by MEOK AI Labs
Pci Dss MCP
PCI DSS 4
PCI DSS 4.0 payment card compliance MCP server β 12 requirements assessment, cardholder data flow, network segmentation, SAQ generation
β¨ 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
<p align="center"> <sub>Built with π by <a href="https://meok.ai">MEOK AI Labs</a> Β· UK Companies House 16939677</sub> </p> MIT Β© [MEOK AI Labs](https://meok.ai) <!-- meok-moat-footer-v1 -->
Pairs with MEOK Governance Suite
Build something that touches users? You need compliance. MEOK ships 38 governance MCPs that drop in alongside this tool β EU AI Act, DORA, NIS2, CRA, GDPR, ISO 42001, FDA SaMD, MDR, Basel, MiFID II, MiCA, COPPA, and more.
# One-shot install of the governance pack
npx meok-setup --pack governanceFree tier: 10 calls/day per MCP. Pro tier (Β£79/mo): unlimited + cryptographically signed compliance attestations your auditor verifies independently.
β Full catalogue: councilof.ai/catalogue β MEOK AI Labs: 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/aFa7sNcgAdQS0ZT1Uc8k91t |
| Quick Kit | Β£9 | EU AI Act Article 50 implementation guide (C2PA + EU-Icon) | https://buy.stripe.com/aFa7sNcgAdQS0ZT1Uc8k91t |
| Founder Call | Β£29 | 30-min 1-on-1 with the founder | https://buy.stripe.com/aFa7sNcgAdQS0ZT1Uc8k91t |
<!-- BUY-LADDER:END -->Refundable. UK Stripe β VAT-clean. Builds on the 81-MCP MEOK fleet. Verify any signed report at https://meok.ai/verify.
Examples
Once configured, ask your assistant, for example:
- "Use
assess_pci_complianceto β¦" - "Use
check_cardholder_datato β¦" - "Use
network_segmentation_checkto β¦"
# Install via pip
pip install pci_dss_mcp
# Or install via Smithery
npx -y @smithery/cli@latest install pci-dss-mcp --client claudeπ Quick Start
# Install via pip
pip install pci_dss_mcp
# Or install via Smithery
npx -y @smithery/cli@latest install pci-dss-mcp --client claudeConfiguration
Add to your claude_desktop_config.json (Claude Desktop) or your MCP client config:
{
"mcpServers": {
"pci-dss-mcp": {
"command": "uvx",
"args": ["pci-dss-mcp"]
}
}
}Or: pip install pci-dss-mcp then run the pci-dss-mcp command (stdio transport).
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.