No-account public website privacy risk scans with 20 new scans/day and free recent-result reuse.
Connect CertScore.Ai — Light Mode to Claude, Cursor or any other MCP client and it stops being a tab you switch to. No-account public website privacy risk scans with 20 new scans/day and free recent-result reuse. The certscore.ai — light mode mcp server is what makes that connection.
CertScore (certscore.ai) is a production-minded MVP for scanning public websites for potential accessibility, privacy, cookie, policy, and disclosure risk signals. It is a risk signal and monitoring product, not a legal certification platform.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
scanner — generated PDF generation and uploadNEXT_PUBLIC_APP_URL — DATABASE_URLBETTER_AUTH_SECRET — GOOGLE_CLIENT_IDGOOGLE_CLIENT_SECRET — S3_BUCKETS3_REGION — S3_ACCESS_KEY_IDDATABASE_URL — OPENAI_API_KEYWORKER_CONCURRENCY — PLAYWRIGHT_BROWSERS_PATHVALIDATION_OPENAI_MODEL — VALIDATION_NANO_MODELWEB_BOT_AUTH_ENABLED — WEB_BOT_AUTH_PRIVATE_KEY_PEMpnpm — -filter @website-signal-risk-scanner/validation-worker exec playwright install chromiumworker-scan-pipeline — tests runs on pushes to main, pull requests, and manual dispatch. It installs Chromium, typechecks validation-worker, and runs pnpmlive-validation — smoke runs after the deterministic job and executes pnpm --filter @website-signal-risk-scanner/validation-worker smoke:validation only when theConfiguration is passed through the environment: NEXT_PUBLIC_APP_URL, DATABASE_URL, BETTER_AUTH_SECRET, GOOGLE_CLIENT_ID, GOOGLE_CLIENT_SECRET, S3_ACCESS_KEY_ID, S3_SECRET_ACCESS_KEY, OPENAI_API_KEY. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Among the browser automation options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. CertScore.Ai — Light Mode's toolset — scanner, NEXT_PUBLIC_APP_URL, BETTER_AUTH_SECRET and 11 more — is a fair guide to whether it matches your workflow. It is maintained by ai.certscore; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| scanner | generated PDF generation and upload |
| NEXT_PUBLIC_APP_URL | DATABASE_URL |
| BETTER_AUTH_SECRET | GOOGLE_CLIENT_ID |
| GOOGLE_CLIENT_SECRET | S3_BUCKET |
| S3_REGION | S3_ACCESS_KEY_ID |
| DATABASE_URL | OPENAI_API_KEY |
| WORKER_CONCURRENCY | PLAYWRIGHT_BROWSERS_PATH |
| VALIDATION_OPENAI_MODEL | VALIDATION_NANO_MODEL |
| WEB_BOT_AUTH_ENABLED | WEB_BOT_AUTH_PRIVATE_KEY_PEM |
| pnpm | -filter @website-signal-risk-scanner/validation-worker exec playwright install chromium |
| worker-scan-pipeline | tests runs on pushes to main, pull requests, and manual dispatch. It installs Chromium, typechecks validation-worker, and runs pnpm test:scan-pipeline. |
| live-validation | smoke runs after the deterministic job and executes pnpm --filter @website-signal-risk-scanner/validation-worker smoke:validation only when the runtime secrets are configured. |
| WEB_BOT_AUTH_SIGNATURE_AGENT_URL | WEB_BOT_AUTH_EXPIRES_SECONDS |
| Scheduler | The Scheduler tool exposed by this server. |
| Variable | Description | Required |
|---|---|---|
| NEXT_PUBLIC_APP_URL | Endpoint or connection string the server talks to. | Yes |
| DATABASE_URL | Endpoint or connection string the server talks to. | Yes |
| BETTER_AUTH_SECRET | Credential the server authenticates with. | Yes |
| GOOGLE_CLIENT_ID | Configuration value read at startup. | Optional |
| GOOGLE_CLIENT_SECRET | Credential the server authenticates with. | Yes |
| S3_ACCESS_KEY_ID | Credential the server authenticates with. | Yes |
| S3_SECRET_ACCESS_KEY | Credential the server authenticates with. | Yes |
| OPENAI_API_KEY | Credential the server authenticates with. | Yes |
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
Industrial-strength web extraction — render, scrape, crawl and search entire sites into clean markdown.
The original Chromium automation reference server — simple, screenshot-driven browser control.
Give your coding agent the full DevTools toolbox: traces, network, console, heap snapshots and Lighthouse.
Puppeteer-powered browser control that drives pages from the accessibility tree instead of pixels.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.