This connects an automated design linter to your MCP client and scores UI/UX quality across 12 dimensions grounded in WCAG 2.2 and APCA contrast standards. It exposes a single tool, uiux_audit_run, that accepts a project path and returns line-level findings with measured values and concrete fixes. Each finding cites the file, selector, the actual contrast ratio or spacing value that failed, and the exact change needed to pass. The underlying engine parses CSS, JSX, HTML, and Tailwind configs without dependencies or network calls. You would reach for this when you want located, measurable accessibility and UX feedback instead of generic advice, or when you need a CI gate that fails below a numeric design score.