Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ”’ Security
  3. Vertaaux Mcp
V
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/11/2026, 12:10:33 AM

Vertaaux Mcp

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

Autonomous UX and a11y audit, fix, and verify loop. 38 tools, framework-aware patches.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "vertaaux-mcp-2": {
      "command": "npx",
      "args": [
        "-y",
        "vertaaux-mcp-2"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ”’ More in Security

Documentation Overview

VertaaUX MCP Server

The only MCP server with an autonomous audit, fix, and verify loop. Detects UX and accessibility issues across 7 categories, generates framework-aware patches (React, Vue, Angular, Svelte), opens atomic GitHub PRs via the Git Trees API, and verifies the fix landed in production. Built for CI/CD pipelines with policy-as-code thresholds.

Why this server is different

  • verify_fixes loop: close the audit, fix, re-audit cycle without leaving the agent loop. Budget-capped at 3 iterations to prevent runaway billing.
  • Framework-aware patches: suggest_fix detects React/Vue/Angular/Svelte/Nuxt via the nearest package.json and emits idiomatic patches (JSX rewrites for React, HTML attrs preserved elsewhere).
  • Atomic Git Trees PRs: generate_pr applies N patches in a single commit or zero. Conflict graph + AST gate (Babel, vue-eslint-parser, svelte/compiler) refuse unparseable patches before they reach the PR.
  • Deterministic finding IDs: rule:hash format stable across audit runs so agents can reference findings without storing state.
  • Multi-engine a11y: audit_a11y combines axe-core, AccessLint, and VertaaUX analyzers in a single call.
  • Policy-as-code: policy_check mirrors the GitHub Action's threshold evaluator exactly so CI and agent verdicts match.

Features

  • 38 Tools across audit, fix, PR, schedule, webhook, policy, and a11y categories
  • 7 Prompt Templates for common workflows
  • 8 Resource URIs for audit data and UX guidelines
  • Enterprise Controls: domain allowlist, rate limiting, PII redaction
  • Dual Transport: stdio (CLI/Desktop) + HTTP streaming (web)
  • Official MCP SDK: spec-compliant via @modelcontextprotocol/sdk

Install

MCP Official Registry

Terminal
npx -y @modelcontextprotocol/cli install io.github.PetriLahdelma/vertaaux-mcp

npm

Terminal
npm install -g @vertaaux/mcp-server
VERTAAUX_API_KEY=vx_live_... vertaaux-mcp

Drift policy: smithery.yaml, glama.json, and server.json are auto-generated from the live MCP tool registry by npm run generate:manifests. Never hand-edit them. See docs/REGISTRY-PUBLISHING.md for the runbook.

Quick Start

bash
# Install & build
npm install && npm run build

# Run (stdio transport, for Claude Desktop, VS Code, Cursor)
VERTAAUX_API_KEY=vx_live_... npm start

# Run (HTTP transport, for web clients)
VERTAAUX_API_KEY=vx_live_... npm run start:http

IDE Integration

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

config.json
{
  "mcpServers": {
    "vertaaux": {
      "command": "node",
      "args": ["/path/to/mcp-server/dist/index.js"],
      "env": {
        "VERTAAUX_API_KEY": "vx_live_..."
      }
    }
  }
}

VS Code (with MCP extension)

Add to .vscode/settings.json:

config.json
{
  "mcp.servers": {
    "vertaaux": {
      "command": "node",
      "args": ["./mcp-server/dist/index.js"],
      "env": {
        "VERTAAUX_API_KEY": "vx_live_..."
      }
    }
  }
}

Cursor

Add to .cursor/mcp.json:

config.json
{
  "mcpServers": {
    "vertaaux": {
      "command": "node",
      "args": ["/path/to/mcp-server/dist/index.js"],
      "env": {
        "VERTAAUX_API_KEY": "vx_live_..."
      }
    }
  }
}

Environment Variables

VariableRequiredDefaultPurpose
VERTAAUX_API_KEYYesβ€”API authentication key
VERTAAUX_API_BASENohttps://vertaaux.ai/api/v1API endpoint URL
PORTNo8787HTTP transport port
GITHUB_TOKENNoβ€”GitHub API access for generate_pr

Tools

Audit Tools (Core)

ToolDescription
audit_urlRun UX & accessibility audit on a deployed URL. Returns top 5 issues with severity breakdown.
audit_repoStatic analysis on local codebase (React/Vue/Svelte/HTML). Finds missing alt text, unlabeled buttons/inputs/links.
audit_artifactAudit from HAR files (response times, failed requests, large payloads) or Lighthouse JSON (accessibility findings).
get_findingsRetrieve findings from a completed audit with filtering by severity, rule, and pagination.
get_auditGet audit job status and results by job ID.

Fix & Verify Tools

ToolDescription
explain_findingDeep-dive into a finding: WCAG criteria, repro steps, fix guidance, before/after code examples.
suggest_fixGenerate search/replace patch with confidence score. Supports single and batch mode.
generate_patchGenerate accessibility fix patch for a specific issue from an audit.
run_verification_suiteVerify a patch fixes the issue without regressions via before/after audit.
generate_prCreate a draft GitHub PR with fix patches. Requires GITHUB_TOKEN.
create_pr_commentGenerate a PR comment with suggestion blocks, ordered by severity.

Analysis Tools

ToolDescription
analyze_componentHeuristic UX review of component code (no browser needed). Checks images, buttons, inputs, links.
run_llm_auditProvider-agnostic LLM audit (Mistral/OpenAI via Vertaa adapter).
capture_screenshotCapture screenshot by running a quick audit.
compare_competitorsCompare UX metrics against competitor URLs with category-level score deltas.
explain_issueFormat an issue into developer-friendly markdown guidance.

Management Tools

ToolDescription
create_webhookRegister webhook for audit notifications.
list_webhooks / delete_webhookManage webhooks.
create_scheduleCron-based scheduled audits with score threshold alerts.
get_schedule / list_schedules / update_schedule / delete_scheduleManage schedules.
get_quotaCheck plan and remaining credits.
get_enginesList available engine versions.

Accessibility Tools (Multi-Engine)

ToolDescription
audit_a11yMulti-engine accessibility audit using axe-core, AccessLint, and custom analyzers. Returns WCAG-mapped findings with structured fix suggestions and fixability ratings. Supports min_impact filtering and mode (basic/standard/deep).
diff_a11yCompare current accessibility findings against a saved baseline. Returns fixed, new, and unchanged findings with net change summary. Requires a prior audit_a11y call to establish the baseline.

Deprecated

ToolDescription
run_auditDEPRECATED β€” Use audit_url instead.

Prompt Templates

Pre-built workflow prompts for common audit scenarios:

PromptDescriptionArguments
quick_auditAudit a URL and summarize top issues with fix recommendationsurl
fix_accessibilityFull audit β†’ patch β†’ PR comment workflowurl
compare_uxCompare against competitors and identify UX gapsurl, competitors, industry?
monitor_regressionSet up scheduled monitoring with alertsurl, frequency?
audit_codebaseStatic analysis on local codebasepath

Resources

The server exposes MCP resources via vertaa:// URIs:

URI PatternDescription
vertaa://audits/{auditId}Full audit result
vertaa://audits/{auditId}/summaryLightweight summary
vertaa://audits/{auditId}/findings/{findingId}Single finding detail
vertaa://screenshots/{auditId}Screenshot metadata
vertaa://screenshots/{auditId}/annotatedAnnotated screenshot
vertaa://history/{encodedUrl}Audit history for URL
vertaa://history/{encodedUrl}/trendScore trend analysis
vertaa://guidelines/{topic}UX guidelines (buttons, forms, navigation, color-contrast, errors, content)

Enterprise Controls

Configure domain allowlists, rate limits, and PII redaction programmatically:

server.ts
import { configureEnterpriseControls } from './server.js';

configureEnterpriseControls({
  allowlist: {
    allowed_domains: ['*.example.com'],
    denied_domains: ['internal.example.com'],
  },
  budget: {
    max_requests: 100,
    max_pages: 50,
    max_duration_ms: 60000,
    max_concurrency: 3,
  },
  redaction: {
    redact_emails: true,
    redact_phone_numbers: true,
    redact_credit_cards: true,
    custom_patterns: [
      { name: 'api_key', pattern: 'sk_[a-zA-Z0-9]{20,}', replacement: '[REDACTED]' }
    ],
  },
});

Example: Audit-to-PR Workflow

Code
1. audit_url({ url: "https://example.com", mode: "deep" })
   β†’ Returns audit_id with top 5 issues

2. get_findings({ audit_id: "...", severity: "critical" })
   β†’ Returns all critical findings with deterministic IDs

3. suggest_fix({ audit_id: "...", finding_id: "button-name:a1b2c3d4" })
   β†’ Returns search/replace patch with 85% confidence

4. run_verification_suite({ url: "...", selector: "button.submit", rule_id: "button-name" })
   β†’ Verifies fix resolves the issue

5. create_pr_comment({ file_path: "src/Button.tsx", patches: [...] })
   β†’ Generates PR comment with suggestion blocks

Development

Project Structure

Code
mcp-server/
β”œβ”€β”€ src/
β”‚   β”œβ”€β”€ index.ts              # Main entry, tool registration
β”‚   β”œβ”€β”€ server.ts             # MCP server config, resources, middleware
β”‚   β”œβ”€β”€ a11y-tools.ts         # Multi-engine a11y audit & baseline diffing tools
β”‚   β”œβ”€β”€ http.ts               # HTTP transport entry point
β”‚   β”œβ”€β”€ prompts.ts            # MCP prompt templates
β”‚   β”œβ”€β”€ analysis.ts           # Component analysis engine
β”‚   β”œβ”€β”€ patch.ts              # Patch generation
β”‚   β”œβ”€β”€ verification.ts       # Patch verification
β”‚   β”œβ”€β”€ pr-comment.ts         # PR comment generation
β”‚   β”œβ”€β”€ tools/
β”‚   β”‚   β”œβ”€β”€ audit-url.ts      # audit_url tool
β”‚   β”‚   β”œβ”€β”€ audit-repo.ts     # audit_repo tool (static analysis)
β”‚   β”‚   β”œβ”€β”€ audit-artifact.ts # audit_artifact tool (HAR/Lighthouse)
β”‚   β”‚   β”œβ”€β”€ get-findings.ts   # get_findings tool
β”‚   β”‚   β”œβ”€β”€ explain-finding.ts# explain_finding tool
β”‚   β”‚   β”œβ”€β”€ suggest-fix.ts    # suggest_fix tool
β”‚   β”‚   β”œβ”€β”€ generate-pr.ts    # generate_pr tool
β”‚   β”‚   └── index.ts          # Tool exports
β”‚   β”œβ”€β”€ transports/
β”‚   β”‚   β”œβ”€β”€ stdio.ts          # Stdio transport (default)
β”‚   β”‚   └── http.ts           # HTTP streaming transport
β”‚   β”œβ”€β”€ middleware/
β”‚   β”‚   β”œβ”€β”€ allowlist.ts      # Domain/path allowlist
β”‚   β”‚   β”œβ”€β”€ budget.ts         # Rate limiting & quotas
β”‚   β”‚   β”œβ”€β”€ redaction.ts      # PII redaction
β”‚   β”‚   └── index.ts          # Middleware stack
β”‚   β”œβ”€β”€ resources/
β”‚   β”‚   β”œβ”€β”€ audit-results.ts  # vertaa://audits/* resources
β”‚   β”‚   β”œβ”€β”€ screenshots.ts    # vertaa://screenshots/* resources
β”‚   β”‚   β”œβ”€β”€ historical.ts     # vertaa://history/* resources
β”‚   β”‚   β”œβ”€β”€ legacy.ts         # Guidelines resources
β”‚   β”‚   └── index.ts          # Resource exports
β”‚   β”œβ”€β”€ schemas/
β”‚   β”‚   β”œβ”€β”€ audit.ts          # Audit schemas (mode, findings)
β”‚   β”‚   β”œβ”€β”€ findings.ts       # Finding schemas
β”‚   β”‚   β”œβ”€β”€ controls.ts       # Enterprise control schemas
β”‚   β”‚   β”œβ”€β”€ errors.ts         # Error schemas
β”‚   β”‚   └── index.ts
β”‚   β”œβ”€β”€ utils/
β”‚   β”‚   β”œβ”€β”€ error-recovery.ts # Structured errors with recovery guidance
β”‚   β”‚   β”œβ”€β”€ change-tracker.ts # Baseline change tracking
β”‚   β”‚   └── deterministic-id.ts # Stable finding IDs
β”‚   └── index.test.ts         # Test suite
β”œβ”€β”€ README.md
β”œβ”€β”€ package.json
β”œβ”€β”€ tsconfig.json
└── vitest.config.ts

Testing

Terminal
npm test              # Run test suite
npm run test:watch    # Watch mode
npm run test:coverage # Coverage report

Building

Terminal
npm run build         # TypeScript β†’ dist/

Error Handling

All errors include structured recovery guidance:

config.json
{
  "code": "AUDIT_NOT_FOUND",
  "message": "Audit abc123 not found.",
  "recovery": {
    "action": "Start a new audit for this URL",
    "tool": "audit_url",
    "params": { "url": "https://example.com" }
  }
}

Error codes follow JSON-RPC 2.0: -32700 (parse), -32600 (invalid request), -32601 (method not found), -32602 (invalid params), -32603 (internal error).

API Reference

The MCP server communicates with the VertaaUX API v1. See the API Documentation.

License

MIT

Related MCP Servers

View all in Security View all alternatives
  • A
    Audit

    AI website growth audits: SEO, performance, AI readiness (GEO), conversion, a11y, security.

    πŸ”’ Security0 views
    Compare vs Audit β†’
  • M
    Mcp Bastion

    Reliability + security proxy for MCP: runtime tool-security and a compliance-mapped audit trail.

    πŸ”’ Security0 views
    Compare vs Mcp Bastion β†’
  • A
    Audit

    Publisher revenue audit: ads.txt and ad-stack checks, Sulvo onboarding, and Boost ad-block recovery

    πŸ”’ Security0 views
    Compare vs Audit β†’
  • Emilia Protocol logoEmilia Protocol

    Human sign-off + trust receipts for AI agents: requires a named human's approval before an irreversible action (payment release, record change, deploy), then mints an offline-verifiable Ed25519 Trust Receipt. Also exposes trust profiles, receipt verification, disputes, and delegation. Apache-2.0; policy engine formally verified. Install: npx -y @emilia-protocol/mcp-server.

    πŸ”’ Security1 views
    Compare vs Emilia Protocol β†’

Frequently Asked Questions about Vertaaux Mcp

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "vertaaux-mcp": { "command": "npx", "args": ["-y", "vertaaux-mcp"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewVertaaux Mcp AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/vertaaux-mcp-2?style=directory)](https://allmcps.com/mcp/vertaaux-mcp-2)
HTML Embed
<a href="https://allmcps.com/mcp/vertaaux-mcp-2"><img src="https://allmcps.com/api/badge/vertaaux-mcp-2?style=directory" alt="Vertaaux Mcp on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ”’Security
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
0/4 checks healthy over the last 6h
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 3,181+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ”’ Security β†’Best MCP servers for Security β†’Alternatives to Vertaaux Mcp β†’Install in Claude DesktopInstall in CursorInstall in VS Code