Sites/clerk.com

clerk.com

Clerk provides full stack auth and user management for businesses to launch faster and scale easier.

saasauthenticationuser-managementidentitysecurity
71
AI-Readiness / 100
Level 4 · Agent-Ready
500/2824
Pages analyzed
6/15
Questions answered
Live
For AI agents

Content

AI-judged Q&A · 70% of score

78

6 of 15 buyer questions answered cleanly

Your site doesn't cover:

technicalbillingintegration
See all 9 gaps

Protocol

Technical hygiene · 30% of score

55

6 of 11 items installed

Missing:

MCP card +3WebMCP +3Content-Signal +3
Install with Lattis · +9 pts

Protocol fix list

5 to ship · 6 passing

Start here

install the MCP server card

One JSON file at /.well-known/mcp/server-card.json tells agents you have an MCP server. Ours points at mcp.lattis.dev so Lattis handles queries for you.

+3 pts
Download server-card.json

Host at clerk.com/.well-known/mcp/server-card.json — points agents at Lattis as your MCP server.

One-click installs

We host the heavy lifting — you ship one file or one line.

WebMCP

Paste the widget script — that is the W3C WebMCP draft (navigator.modelContext) and the actual integration. Then also host the discovery manifest so crawlers can find your tool surface without rendering JS. Do both; the script is the spec, the manifest is just discoverability.

+3 pts

1. Runtime — paste in <head>

<script async src="https://lattis.dev/widget.js"></script>

Calls navigator.modelContext.provideContext() — the W3C WebMCP draft. Agents on the page see your tools live, scoped to clerk.com.

2. Discovery — host the manifest

Download webmcp.json

Host at clerk.com/.well-known/webmcp.json. The WebMCP spec defines no discovery mechanism, so crawlers can't see runtime registrations — this manifest closes that gap.

Paste into robots.txt

Static snippets that tell agents your policy.

Content-Signal policy

Cloudflare-launched (Sep 2025) signal in robots.txt. Declare your stance on search, ai-input, and ai-train.

+3 pts
User-agent: *
Content-Signal: search=yes, ai-input=yes, ai-train=no
Allow: /

Add to clerk.com/robots.txt. Adjust values: search, ai-input, ai-train each accept yes or no.

Platform-level

Requires config or code on your side. Docs linked where useful.

Clean crawl rate

Under 95% of attempted pages returned content cleanly. Likely a WAF / Cloudflare challenge on key pages. Check the crawl log.

+3 pts

Some pages failed during the last crawl — usually a WAF rule or a Cloudflare challenge gating bot traffic. Recrawl to refresh the counts, and review your WAF's Managed Rules for anything blocking common AI user-agents.

Re-crawl

OpenAPI spec

No OpenAPI discoverable at standard paths (/openapi.json, /api-docs, etc.). If you have an API, publish the spec.

+3 pts

Publish at a standard path (/openapi.json) and link from your docs. Agents will discover it automatically.

OpenAPI Initiative

Already passing

robots.txtsitemap.xmlllms.txtAllow major AI crawlersMarkdown content negotiationServer-rendered content

Content gaps

9 gaps

Also covered by clerk.com

technicaltechnicalsecuritymigrationgetting-startedgetting-started

MCP Server

AI agents can query this site directly via MCP. Add this endpoint to Claude Code, Cursor, or any MCP client.

Endpoint

https://mcp.lattis.dev/s/clerk-com/mcp

Claude Code

claude mcp add clerk --transport http https://mcp.lattis.dev/s/clerk-com/mcp

Cursor

{
  "mcpServers": {
    "clerk": {
      "url": "https://mcp.lattis.dev/s/clerk-com/mcp"
    }
  }
}

WebMCP — runtime + discovery

1. Widget script — drop in <head>. WebMCP-capable browsers (Chrome 146+ Origin Trial) call navigator.modelContext.provideContext() via this script — that's the W3C draft and the actual integration agents care about.

<script async src="https://lattis.dev/widget.js"></script>

Renders a small "AI-indexed by Lattis" badge bottom-right. Hide with [data-lattis] { display: none !important; }.

2. Discovery manifest — host alongside the script. The WebMCP spec defines no discovery mechanism, so crawlers can't see the runtime registration. This static JSON closes the gap.

Download webmcp.json

Host at clerk.com/.well-known/webmcp.json.