mcpbeat Sign in
I

AI Act Article 50 Audit MCP Server

local only

AI Act Article 50 Audit runs on your own machine — the client starts it, so there is no endpoint to ping.

Finds the AI call sites, generation code and system prompts that trigger EU AI Act Article 50 disclo

Installs / week
npm · @readystack/ai-act-article-50-audit
Stars
on GitHub
Last commit
no recent releases
License
language unknown

Nothing serious here today

Today is the operative word: we check AI Act Article 50 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 ai-act-article-50-audit -- npx -y @readystack/ai-act-article-50-audit
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ai-act-article-50-audit": {
      "args": [
        "-y",
        "@readystack/ai-act-article-50-audit"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ai-act-article-50-audit]
command = "npx"
args = ["-y", "@readystack/ai-act-article-50-audit"]
.cursor/mcp.json
{
  "mcpServers": {
    "ai-act-article-50-audit": {
      "args": [
        "-y",
        "@readystack/ai-act-article-50-audit"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ai-act-article-50-audit": {
      "args": [
        "-y",
        "@readystack/ai-act-article-50-audit"
      ],
      "command": "npx"
    }
  }
}

Alternatives to AI Act Article 50 Audit

same job, measured the same way
CodeY CMS
by fpointerdev

Discover, evaluate, install, and validate generated websites for the self-hosted CodeY CMS.

34 installs/wk local only
Codeniverse
by codeniverse

CODENIVERSE Thai dev agency: services, company profile, and articles on AI agents and automation.

7 tools answering
Metricui
by mpmcgowen

React dashboard components — API lookup, code generation, and prop validation for AI tools.

32 installs/wk local only
Gpsr Listing Lint
by jmshinhwa

Audits a product feed row by row against Article 19 of the EU General Product Safety Regulation

276 installs/wk local only
systemprompt.io reports
by systemprompt

Paid EU AI Act compliance reports for agents. $1.50 per call via x402 (USDC on Base) or Stripe.

2 tools answering
21st.dev
by 21st

Find UI components and themes, retrieve code, and generate with hosted 21st AI when enabled.

answering
Wordpress Privacy Lint
by jmshinhwa

Finds the 12 author-side privacy duties your plugin PHP breaks, with the article and the fix on ever

270 installs/wk local only
AGENTS.md Generator
by nushey

Analyzes codebases with tree-sitter and generates AGENTS.md files for AI coding agents.

311 installs/wk local only

AI Act Article 50 Audit — questions

Answers built from our own checks of this server.

Why is there no uptime for AI Act Article 50 Audit?
AI Act Article 50 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/ai-act-article-50-audit.
How do I connect AI Act Article 50 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/ai-act-article-50-audit straight from npm; nothing to host, nothing to sign up for.