Skip to content

payroll deduction code audit for Grok

io.github.jmshinhwa/payroll-deduction-code-audit

Twelve rules over the deduction-code map, before the January 31 W-2 filing date

client:Grok transport:stdio runtime:npm

Install payroll deduction code audit in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "payroll-deduction-code-audit": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@readystack/payroll-deduction-code-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

payroll deduction code audit in other clients