Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ node scripts/generate-readme.mjs

| Server | Description | Transport | Links |
|---|---|---|---|
| UIZZE | UI reference MCP for Codex, Claude Code, Cursor, and Copilot with 800,000+ real web and iOS screens, product-specific design contracts, implementation validation, audits, and screenshot critique. | streamable-http | [Homepage](https://uizze.com)<br>[GitHub](https://github.com/uizze/uizze-mcp)<br>[Package](https://uizze.com/mcp) |
| UIZZE | Free anti-UI-slop Skill and deterministic no-account preview MCP for coding agents. Full UIZZE adds live research across 800,000+ real web and iOS screens, design contracts, validation, audits, and rendered critique. | streamable-http | [Homepage](https://uizze.com)<br>[GitHub](https://github.com/uizze/uizze)<br>[Package](https://uizze.com/mcp/preview) |

### Knowledge

Expand Down
15 changes: 4 additions & 11 deletions servers/design/uizze/server.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,15 @@
"slug": "uizze",
"name": "UIZZE",
"category": "design",
"description": "UI reference MCP for Codex, Claude Code, Cursor, and Copilot with 800,000+ real web and iOS screens, product-specific design contracts, implementation validation, audits, and screenshot critique.",
"description": "Free anti-UI-slop Skill and deterministic no-account preview MCP for coding agents. Full UIZZE adds live research across 800,000+ real web and iOS screens, design contracts, validation, audits, and rendered critique.",
"homepage_url": "https://uizze.com",
"repository_url": "https://github.com/uizze/uizze-mcp",
"package_url": "https://uizze.com/mcp",
"repository_url": "https://github.com/uizze/uizze",
"package_url": "https://uizze.com/mcp/preview",
"transports": [
"streamable-http"
],
"tools": [
"create_ui_design_contract",
"search_ui_references",
"validate_implementation_manifest",
"audit_implemented_ui",
"critique_implemented_ui",
"get_screen_reference",
"get_app_reference_pack",
"get_flow_reference_pack"
"check_ui_slop"
],
"license": "MIT",
"provider": {
Expand Down
Loading