PluginBench
MCP Server

UX-Auditor-Pro MCP Server

io.github.Evozim/ux-auditor-pro

What is the UX-Auditor-Pro MCP server?

Visual UI/UX scanner auditing websites for heuristic compliance.

How to install UX-Auditor-Pro

Copy-paste configuration for popular MCP clients.

transport: sse
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • payment-signature
    secret

    Base64-encoded EIP-3009 TransferWithAuthorization signature. Required for premium settlement.

Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "ux-auditor-pro": {
      "url": "https://ux-auditor-pro-mcp.vercel.app/api/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "ux-auditor-pro": {
      "serverUrl": "https://ux-auditor-pro-mcp.vercel.app/api/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "ux-auditor-pro": {
      "type": "http",
      "url": "https://ux-auditor-pro-mcp.vercel.app/api/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "ux-auditor-pro": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://ux-auditor-pro-mcp.vercel.app/api/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport sse ux-auditor-pro https://ux-auditor-pro-mcp.vercel.app/api/mcp

Related MCP servers

x402 payment wrapper for AI Agents and MCP Servers. USDC settlements on Base L2.

0
TypeScript
MIT
View repository →

Mesh spatial optimizer reducing geometric overhead in 3D assets.

Google and Meta ad campaign bidding optimizer.

PPC advertisement budget auditor grading ad group metrics.

Governance firewall and safety guardrails oracle for AI swarms.

Multi-channel voice and SMS gateway interface for AI communication.

UX-Auditor-Pro MCP Server | PluginBench