← Registry

Security & Testing

uizze.com

Checks rendered HTML and CSS for sloppy or inefficient code to ensure quality.

3 endpoints1 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://uizze.com/mcp

Auth required

Known tools 0

No tool metadata was available in the registry cache.

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.uizze-com]
url = "https://uizze.com/mcp"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Code

.mcp.json

{
  "mcpServers": {
    "uizze-com": {
      "type": "http",
      "url": "https://uizze.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Desktop

Settings → Connectors → Add custom connector

Name: uizze-com
Remote MCP URL: https://uizze.com/mcp

Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "uizze-com": {
      "url": "https://uizze.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Visual Studio Code

.vscode/mcp.json

{
  "servers": {
    "uizze-com": {
      "type": "http",
      "url": "https://uizze.com/mcp",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "uizze-com bearer token",
      "password": true
    }
  ]
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Generic MCP

Client-specific MCP configuration

{
  "name": "uizze-com",
  "transport": "streamable-http",
  "url": "https://uizze.com/mcp",
  "headers": {
    "Authorization": "Bearer YOUR_BEARER_TOKEN"
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 2

https://uizze.com/mcp/registry

No auth detected

MCP server metadata

Name
uizze-free-anti-slop-preview
Version
1.1.12
Capabilities
tools.listChanged
Server instructions

STOP UI SLOP before it ships. Use check_ui_slop for a free deterministic check of rendered HTML and CSS. Fix every blocker before calling the interface finished. For 800,000+ real product screens, live reference packs, design contracts, validation, and visual critique, connect full UIZZE at https://uizze.com.

Known tools 1

check_ui_slop

Free deterministic anti-slop check for rendered HTML and CSS.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.uizze-free-anti-slop-preview]
url = "https://uizze.com/mcp/registry"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "uizze-free-anti-slop-preview": {
      "type": "http",
      "url": "https://uizze.com/mcp/registry"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: uizze-free-anti-slop-preview
Remote MCP URL: https://uizze.com/mcp/registry

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "uizze-free-anti-slop-preview": {
      "url": "https://uizze.com/mcp/registry"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "uizze-free-anti-slop-preview": {
      "type": "http",
      "url": "https://uizze.com/mcp/registry"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "uizze-free-anti-slop-preview",
  "transport": "streamable-http",
  "url": "https://uizze.com/mcp/registry"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 3

https://uizze.com/mcp/preview

No auth detected

Known tools 0

No tool metadata was available in the registry cache.

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.uizze-com]
url = "https://uizze.com/mcp/preview"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "uizze-com": {
      "type": "http",
      "url": "https://uizze.com/mcp/preview"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: uizze-com
Remote MCP URL: https://uizze.com/mcp/preview

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "uizze-com": {
      "url": "https://uizze.com/mcp/preview"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "uizze-com": {
      "type": "http",
      "url": "https://uizze.com/mcp/preview"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "uizze-com",
  "transport": "streamable-http",
  "url": "https://uizze.com/mcp/preview"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for uizze.com was fetched 2026-08-05T00:34:59.971Z and is being refreshed.

Trust status Trusted

uizze.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.