Reads your HTML and Markdown product copy and flags the environmental claims Directive (EU) 2024/825
126
Reads your HTML and Markdown product copy and flags the environmental claims Directive (EU) 2024/825 turns into banned practices on 27 September 2026, with the clause and a compliant rewrite for each hit.
docker run --rm -v "$PWD":/work getreadystack/green-claim-lint-empco /work/file
The same 13 rules as the VS Code extension, in a container. Mount a folder on /work.
--rules lists every ruledocker run --rm -e READYSTACK_LICENSE=<key> -v "$PWD":/work getreadystack/green-claim-lint-empco --dir /work --ci
UCPD Art. 13(3): for widespread infringements Member States must provide fines of at least 4% of the trader's annual turnover in the Member States concerned, or at least EUR 2,000,000 where turnover information is unavailable.
Claude Code · Cursor · Windsurf · any MCP client - add to your MCP config:
{ "mcpServers": { "green-claim-lint-empco": { "command": "npx", "args": ["-y", "@readystack/green-claim-lint-empco", "--mcp"] } } }
Tools: check_text and check_file (free) · check_dir (licence; the full sweep is free for 7 days). The agent gets every finding with the line number.
- name: Green Claim Lint - EU EmpCo 2026
run: npx -y @readystack/green-claim-lint-empco --dir . --ci
(container: docker run --rm -v "$PWD:/work" getreadystack/green-claim-lint-empco --dir /work --ci)
Try the full run free for 7 days — no key needed. Then one licence, 7-day refund, no questions. Set READYSTACK_LICENSE=<key> or run --license <key> once.
Content type
Image
Digest
sha256:92346343f…
Size
46.1 MB
Last updated
4 days ago
docker pull getreadystack/green-claim-lint-empco