Skip to content

pci payment page script audit for Grok

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:Grok transport:stdio runtime:npm

Install pci payment page script audit in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

pci payment page script audit in other clients