vertaaux-mcp
MCP server for VertaaUX.ai — run UX & accessibility audits, generate fixes, and monitor quality from your LLM or IDE. 38 tools covering the full audit-to-fix lifecycle across 7 UX categories.
README
<div align="center">
<img src="banner-light.svg#gh-light-mode-only" alt="VERTAAUX" width="600" /> <img src="banner-dark.svg#gh-dark-mode-only" alt="VERTAAUX" width="600" />
MCP server for VertaaUX.ai — run UX & accessibility audits, generate fixes, and monitor quality from your LLM or IDE.
</div>
This server exposes 38 tools via the Model Context Protocol so AI coding agents can audit live URLs, explain findings, generate framework-aware patches, and open draft PRs — all without leaving the conversation.
Quick Start
MCP Official Registry
npx -y @modelcontextprotocol/cli install io.github.PetriLahdelma/vertaaux-mcp
npm
npm install -g @vertaaux/mcp-server
VERTAAUX_API_KEY=vx_live_... vertaaux-mcp
npx (zero install)
VERTAAUX_API_KEY=vx_live_... npx -y @vertaaux/mcp-server
Get your API key at vertaaux.ai/settings/api.
IDE Integration
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"vertaaux": {
"command": "npx",
"args": ["-y", "@vertaaux/mcp-server"],
"env": {
"VERTAAUX_API_KEY": "vx_live_..."
}
}
}
}
VS Code
Add to .vscode/settings.json:
{
"mcp.servers": {
"vertaaux": {
"command": "npx",
"args": ["-y", "@vertaaux/mcp-server"],
"env": {
"VERTAAUX_API_KEY": "vx_live_..."
}
}
}
}
Cursor
Add to .cursor/mcp.json:
{
"mcpServers": {
"vertaaux": {
"command": "npx",
"args": ["-y", "@vertaaux/mcp-server"],
"env": {
"VERTAAUX_API_KEY": "vx_live_..."
}
}
}
}
What Your Agent Can Do
Once connected, your AI agent gains access to 38 tools across the full audit-to-fix lifecycle:
Audit
| Tool | Description |
|---|---|
audit_url |
Run UX & accessibility audit on a deployed URL |
audit_repo |
Static analysis on local codebase (React/Vue/Svelte/HTML) |
audit_artifact |
Audit from HAR files or Lighthouse JSON |
audit_a11y |
Multi-engine accessibility audit (axe-core + AccessLint + custom) |
compare_competitors |
Side-by-side UX metrics against competitor URLs |
capture_screenshot |
Capture annotated screenshot of a URL |
Fix
| Tool | Description |
|---|---|
explain_finding |
Deep-dive: WCAG criteria, repro steps, before/after code |
suggest_fix |
Framework-aware search/replace patch with confidence score |
generate_pr |
Open a draft GitHub PR with patches applied atomically |
run_verification_suite |
Verify a patch resolves the issue before committing |
Monitor
| Tool | Description |
|---|---|
diff_audits |
Compare two audits — fixed, broken, and regressed findings |
verify_fixes |
Post-deploy verification against a baseline |
create_schedule |
Cron-based recurring audits with score alerts |
policy_check |
Evaluate audit against vertaa.policy.yml thresholds |
Manage
| Tool | Description |
|---|---|
get_findings |
Paginated findings with severity/rule filtering |
triage_finding |
Set triage state (open/in_progress/resolved/wont_fix) |
create_webhook |
Register webhooks for audit event notifications |
get_quota |
Check remaining credits and tier |
generate_sarif |
Export audit as SARIF 2.1.0 for GitHub Code Scanning |
Workflow Example
1. audit_url({ url: "https://staging.myapp.com", mode: "deep" })
→ Returns scored findings across 7 UX categories
2. suggest_fix({ audit_id: "...", finding_id: "button-name:a1b2c3d4" })
→ Framework-aware patch (React/Vue/Svelte detected automatically)
3. generate_pr({ patches: [...], repo: "owner/repo", branch: "fix/a11y" })
→ Draft PR with patches applied atomically via Git Trees API
4. verify_fixes({ url: "...", baseline_audit_id: "..." })
→ Confirms fixes landed in production
Scoring Categories
Every audit scores across seven weighted categories:
| Category | Weight | What it measures |
|---|---|---|
| Accessibility | 20% | WCAG compliance, ARIA usage, color contrast |
| Conversion | 20% | CTA clarity, form UX, trust signals |
| Usability | 20% | Navigation, cognitive load, responsiveness |
| Clarity | 15% | Value proposition, scanability, messaging |
| Information Architecture | 10% | Navigation depth, grouping, consistency |
| Semantic Markup | 8% | Heading hierarchy, landmark regions, HTML5 |
| Keyboard Navigation | 7% | Focus order, tab traps, skip links |
Environment Variables
| Variable | Required | Default | Purpose |
|---|---|---|---|
VERTAAUX_API_KEY |
Yes | — | API authentication key |
VERTAAUX_API_BASE |
No | https://vertaaux.ai/api/v1 |
API endpoint URL |
PORT |
No | 8787 |
HTTP transport port |
GITHUB_TOKEN |
No | — | GitHub API access for generate_pr |
Prompt Templates
Pre-built workflow prompts for common scenarios:
| Prompt | Description |
|---|---|
quick_audit |
Audit a URL and summarize top issues with fix recommendations |
fix_accessibility |
Full audit → patch → PR comment workflow |
compare_ux |
Compare against competitors and identify UX gaps |
monitor_regression |
Set up scheduled monitoring with alerts |
audit_codebase |
Static analysis on local codebase |
Resources
The server exposes MCP resources via vertaa:// URIs:
| URI Pattern | Description |
|---|---|
vertaa://audits/{auditId} |
Full audit result |
vertaa://audits/{auditId}/summary |
Lightweight summary |
vertaa://audits/{auditId}/findings/{findingId} |
Single finding detail |
vertaa://history/{encodedUrl} |
Audit history for URL |
vertaa://history/{encodedUrl}/trend |
Score trend analysis |
vertaa://guidelines/{topic} |
UX guidelines (buttons, forms, navigation, color-contrast, errors, content) |
Related
- @vertaaux/cli — CLI for terminal and CI/CD workflows
- @vertaaux/sdk — JavaScript SDK
- VertaaUX Agent Skills — Agent Skills for Claude Code, Codex, Cursor, and more
- vertaaux.ai — Web dashboard
License
MIT
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。