npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

sox-compliance-mcp

v0.1.0

Published

MCP server for Sarbanes-Oxley (SOX) compliance — browse control requirements, assess readiness, generate ITGC/business process control templates, evidence checklists, and gap analysis for public companies

Readme

sox-compliance-mcp

MCP server for Sarbanes-Oxley (SOX) compliance — browse internal control requirements, assess audit readiness, generate ITGC and business process control policies, evidence checklists, gap analysis, and deficiency evaluation for public companies.

Built for compliance teams, internal auditors, SOX program managers, and external audit support.

Tools

| Tool | Description | |------|-------------| | browse_controls | Browse SOX controls by section (302/404), category (ITGC/business process/entity-level/disclosure), COSO component, or control type | | assess_readiness | Score compliance readiness based on implemented controls with filer-category-aware recommendations | | generate_policy | Generate detailed policy documents for any SOX control with implementation guidance | | evidence_checklist | Generate evidence collection checklists, walkthrough templates, or testing matrices | | gap_analysis | Compare implemented controls vs. requirements with prioritized remediation timeline | | evaluate_deficiency | Classify deficiencies as material weakness, significant deficiency, or control deficiency per PCAOB AS 2201 |

Controls Coverage

  • IT General Controls (ITGC): Access management, authentication, privileged access, change management (application + infrastructure), SoD, job scheduling, backup/recovery
  • Business Process Controls: Journal entries, account reconciliation, financial close, revenue recognition (ASC 606), vendor master, three-way match
  • Entity-Level Controls: CEO/CFO Section 302 certification, risk assessment, management review/monitoring, audit committee (Section 301)
  • Disclosure Controls: Section 409 real-time disclosure, Section 802 record retention, Section 806 whistleblower protection

Install

npx sox-compliance-mcp

Claude Desktop

{
  "mcpServers": {
    "sox-compliance": {
      "command": "npx",
      "args": ["-y", "sox-compliance-mcp"]
    }
  }
}

Examples

Browse all ITGC controls:

browse_controls({ category: "itgc" })

Assess readiness for an accelerated filer:

assess_readiness({ implementedControls: ["ITGC-01", "ITGC-02", "BP-01", "EL-01"], companyType: "accelerated_filer" })

Generate a change management policy:

generate_policy({ controlId: "ITGC-04", companyName: "Acme Corp" })

Get a walkthrough template for business process controls:

evidence_checklist({ category: "business_process", format: "walkthrough" })

Evaluate a deficiency:

evaluate_deficiency({ deficiencyDescription: "Quarterly access reviews not completed for ERP system", controlId: "ITGC-01", financialStatementImpact: "more_than_inconsequential", likelihoodOfOccurrence: "reasonably_possible", compensatingControls: false })

License

MIT