Static compliance checker that verifies whether regulatory controls required by configured rule packs exist in a codebase, with CI failure when required controls are missing. It also exposes the same checks as an MCP server over stdio for agents to query deterministic compliance results.
From the registry: Static compliance-controls checker for UK Online Safety Act & ICO Children's Code. CLI + MCP.

Please install the `bouncer` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install Node.js 18 or newer** — Node.js version 18 or higher is required to run bouncer.
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","@nugehs/bouncer","mcp"]
Note: The README identifies the MCP server transport as stdio via `bouncer mcp`. The npm-based `npx` invocation is the simplest portable install path. bouncer itself does not require an LLM or API keys. Separate project configuration such as `bouncer.config.json` controls what repository and rule packs are checked, but it is not part of the MCP client command/args/env shape.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.Dead code, security, secrets detection and code quality for Python, TypeScript, Go.