Skip to content

pci payment page script audit for Cursor

io.github.jmshinhwa/pci-payment-page-script-audit

PCI DSS 4.0.1 requirements 6.4.3 and 11.6.1 have been mandatory since 2025-03-31, and the PCI SSC re

client:Cursor transport:stdio runtime:npm

Install pci payment page script audit in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "pci-payment-page-script-audit": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@readystack/pci-payment-page-script-audit"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

pci payment page script audit in other clients