SiteCriticSiteCritic

Connect SiteCritic to your AI agent

Use the Model Context Protocol (MCP) to run design critiques directly from Claude Desktop, Cursor, or any compatible AI agent.

What is MCP?

The Model Context Protocol (MCP) is an open standard that lets AI agents connect to external tools and services. When you add SiteCritic as an MCP server, your AI agent can run deep and flash design critiques and ask follow-up questions — all without leaving your editor or chat.

Available Tools

sitecritic_analyzeAnalyze Website
1–10 credits30–120s

Record a video walkthrough of a website and generate a structured AI design critique. Use mode ‘deep’ (Gemini Pro, 10 credits) for thorough analysis or ‘flash’ (Gemini Flash, 1 credit) for a faster review. Both return scores, timeline notes, recommendations, and quick wins.

sitecritic_ask_analysisAsk About Analysis
1 credit~5s

Ask follow-up questions about a completed report’s structured analysis data — scores, recommendations, quick wins, and more.

sitecritic_ask_videoAsk About Video
5 credits~5–10s

Ask follow-up questions about a completed report’s video recording with timestamp references. Higher-fidelity visual context.

sitecritic_statusCheck Status
Free<1s

Check your current credit balance, plan, and billing period. No cost.

Setup

1

Sign up or sign in

Create a free account to get started with 2 credits per month.

Sign in
2

Generate an API key

Sign in first, then generate a key here.

3

Add config to your AI agent

Paste the config snippet into your agent's MCP settings. Works with Claude Desktop, Cursor, and any MCP-compatible client.

Claude Desktop / Claude Code

Add to your MCP settings

{
  "mcpServers": {
    "sitecritic": {
      "url": "https://www.sitecritic.ai/api/mcp",
      "headers": {
        "Authorization": "Bearer sk_live_YOUR_KEY"
      }
    }
  }
}

Cursor

Add to your MCP settings (.cursor/mcp.json)

{
  "mcpServers": {
    "sitecritic": {
      "url": "https://www.sitecritic.ai/api/mcp",
      "headers": {
        "Authorization": "Bearer sk_live_YOUR_KEY"
      }
    }
  }
}

Other clients (mcp-remote fallback)

If your client doesn't support remote MCP servers natively, use the mcp-remote proxy:

npx mcp-remote https://www.sitecritic.ai/api/mcp --header "Authorization: Bearer sk_live_YOUR_KEY"

Pricing

PlanCreditsRate Limit
Free2/month10/hour
Builder $29/mo200/month50/hour

Top up: $10 for 150 credits.

Get started