MCP (Model Context Protocol) server for Vergate — run security scans, tech profiling, performance, SEO/AEO and accessibility checks from Claude Code, OpenClaw and other MCP clients.
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"vergate-mcp","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# vergate-mcp MCP (Model Context Protocol) server for **Vergate** — run security scans, technology profiling, performance (Lighthouse), SEO/AEO, accessibility and more from Claude Code, OpenClaw and other MCP clients. Works over two transports: - **stdio** (default) — for Claude Code, OpenClaw and local MCP clients - **HTTP/SSE** — for web tools ## Install ```bash pip install vergate-mcp ``` > There is **no npm package** — a global npm install triggers macOS's > "Access other apps and services on this device" prompt on end-user machines, > which we deliberately avoid. ## Run ```bash # stdio (default — wire it up in your MCP client) vergate-mcp # HTTP transport (for web tools) vergate-mcp --transport http --host 0.0.0.0 --port 8080 ``` ## Configure Point it at your Vergate account: ```bash export VERGATE_BACKEND_URL=https://api.vergate.dev export VERGATE_API_KEY=pk_... # optional: pin to one project export VERGATE_PROJECT_ID=<project-uuid> ``` ## Tools `scan_website`, `get_scan_results`, `list_scans`, `profile_site`, `performance_check`, `seo_check`, `accessibility_check`, `deliverability_check`, `list_integrations`, `scan_integrations`, `list_code_scans`, `create_project`, `list_projects`, `get_project_scans`, `run_project_scan`, `issue_badge`, `verify_badge` — 17 tools. ## Docs Full setup guides: https://vergate.dev/docs/mcp
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.