mcpbeat Sign in

Cra Readiness Audit MCP Server

local only

Cra Readiness Audit runs on your own machine — the client starts it, so there is no endpoint to ping. 333 installs a week from npm. Last commit 22 Sep 2026.

Flags the lines in your repo that break the EU Cyber Resilience Act - default passwords, disabled TL

Installs per day peak 164 · avg 11
a month agotoday
333
Installs / week
npm · @readystack/cra-readiness-audit
0
Stars
0 open issues
22 Sep 2026
Last commit
0 releases in 90 days
License
JavaScript

Nothing serious here today

Today is the operative word: we check Cra Readiness Audit every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add cra-readiness-audit -- npx -y @readystack/cra-readiness-audit
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "cra-readiness-audit": {
      "args": [
        "-y",
        "@readystack/cra-readiness-audit"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.cra-readiness-audit]
command = "npx"
args = ["-y", "@readystack/cra-readiness-audit"]
.cursor/mcp.json
{
  "mcpServers": {
    "cra-readiness-audit": {
      "args": [
        "-y",
        "@readystack/cra-readiness-audit"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "cra-readiness-audit": {
      "args": [
        "-y",
        "@readystack/cra-readiness-audit"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Cra Readiness Audit

same job, measured the same way
Cra 24 72 14 Reporting Lint
by jmshinhwa

Reads your SECURITY.md against the EU Cyber Resilience Act reporting clock that started on 11 Septem

388 installs/wk local only
Security Headers Csp Lint
by jmshinhwa

Reads security headers and CSP line by line in your config file and names the lines that silently do

333 installs/wk local only
Coverage Gate Lint
by jmshinhwa

Finds the coverage gates in your repo that can never fail a build

620 installs/wk local only
En301549 Lint
by jmshinhwa

Flags the EN 301 549 clause each line breaks, and separates what is in force today from what arrives

379 installs/wk local only
AI Model License Lint
by jmshinhwa

Reads the open-weight model IDs in your code and names the licence clause that binds you - 22 rules

368 installs/wk local only
npm Trusted Publish Lint
by jmshinhwa

Finds the credential in your release workflow that expires before your next release

369 installs/wk local only
Pytest Deprecation Lint
by jmshinhwa

Marks the lines in your test suite that current pytest no longer runs — and the config keys it silen

389 installs/wk local only
Cron Schedule Lint
by jmshinhwa

Names every schedule line in the file you have open that fires at the wrong hour, twice, or never at

376 installs/wk local only

Cra Readiness Audit — questions

Answers built from our own checks of this server.

Why is there no uptime for Cra Readiness Audit?
Cra Readiness Audit runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @readystack/cra-readiness-audit was installed 333 times last week.
How do I connect Cra Readiness Audit?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @readystack/cra-readiness-audit straight from npm; nothing to host, nothing to sign up for.
How many people use Cra Readiness Audit?
The npm package @readystack/cra-readiness-audit was installed 333 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Cra Readiness Audit open source?
We cannot say either way: written in JavaScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.