Labsco
MCP SERVER

PCI DSS Compliance MCP

by CSOAI-ORG

Assess against PCI DSS 4.0 — twelve requirements, cardholder data flow, network segmentation, and SAQ generation.

Regulatory Compliance & AI Governance
Summary
Segmentation is where PCI scope is won or lost.

Most of the cost of PCI comes from how much of your estate is in scope, which is a segmentation question before it is a controls question — so having a segmentation check next to the requirements assessment matches how the work is actually sequenced.

What it is

A Python server for PCI DSS 4.0. It covers assessment against the 12 requirements, cardholder data flow, network segmentation, and generating the self-assessment questionnaire — the four pieces a merchant or service provider works through before an assessor arrives.

What you get

Three tools, named in the repository's own examples: `assess_pci_compliance`, `check_cardholder_data`, and `network_segmentation_check`.

Requirements

`pip install pci_dss_mcp`, or point your client at `uvx` with the argument `pci-dss-mcp` (package version 1.0.10, stdio transport).

Setup effort

One command — pip install pci_dss_mcp