Developer Tools & Integrations

Build Accessible Apps
Faster Than Ever

Browser extension for real-time audits. GitHub integration for automatic fixes. MCP Server for AI-powered guidance. Everything you need to ship accessible code.

Claude Code
# Ask Claude about accessibility while coding
You: Is this button accessible?
<button><img src="icon.svg"></button>
Claude: [Using TrustScan MCP]

This button has an accessibility violation:

WCAG 4.1.2: Button has no accessible name

Here's the fix:

<button aria-label="Submit form">
Browser Extension
Coming Soon

Audit Any Website in Real-Time

Our Chrome extension gives you instant accessibility insights on any page. Perfect for auditing client sites, competitor analysis, or validating your own work.

  • Issue Highlighting

    See accessibility violations highlighted directly on the page with severity indicators

  • Full Page Scan

    Run comprehensive WCAG audits with one click

  • Instant Fixes

    Copy remediation code directly from the extension

  • Save to Dashboard

    Send scan results to your TrustScan dashboard for tracking and reporting

Coming to Chrome Web StoreTry Web Scanner
TrustScan Extension
Scan Results
Accessibility audit findings
Missing alt text
Critical
Low color contrast
Serious
Proper heading structure
Pass
GitHub Pull Request
fix: Add missing alt text to hero images
TrustScan Bot opened this pull request
- <img src="hero.jpg" />
+ <img src="hero.jpg" alt="Team collaboration dashboard" />
All checks passed+12 -3
Auto-Remediation
Coming Soon

One-Click Accessibility Fixes

Connect your GitHub repos and TrustScan will automatically create pull requests with accessibility fixes. Review, approve, and merge—no manual coding required.

  • Template-Based Fixes

    Smart code suggestions based on violation type and context

  • Smart Suggestions

    Alt text generated from image context and filenames

  • Batch Processing

    Fix multiple issues in a single PR or split by category

  • Review Before Merge

    Full control over what gets merged into your codebase

MCP Server

AI-Powered Accessibility Guidance

The TrustScan MCP Server provides Claude Code with real-time access to compliance intelligence

get_wcag_requirements

Get WCAG 2.2 requirements for any UI element. Ask Claude what accessibility rules apply to buttons, forms, modals, and more.

"What accessibility requirements apply to a modal dialog?"

check_element_compliance

Validate HTML elements against WCAG standards. Get instant feedback on violations with severity levels and impact areas.

"Check if this form input is accessible"

suggest_remediation

Get framework-specific code fixes for violations. Supports React, Vue, Angular, Svelte, and plain HTML.

"Fix the missing alt text in React"

Quick Start Guide

Get up and running in under 2 minutes

1

Get your API key

Create a free API key from your TrustScan dashboard. Pro keys get higher rate limits.

Go to API Keys
2

Configure Claude Code

Add the TrustScan MCP server to your Claude Code configuration:

// .claude/mcp.json
{
  "mcpServers": {
    "trustscan": {
      "command": "npx",
      "args": ["@trustscan/mcp-server"],
      "env": {
        "TRUSTSCAN_API_KEY": "your-api-key"
      }
    }
  }
}
3

Start coding with compliance

Ask Claude accessibility questions while you code. It will automatically use TrustScan's tools to provide accurate, up-to-date guidance.

You: What are the accessibility requirements for a dropdown menu?

Claude uses get_wcag_requirements to fetch accurate WCAG 2.2 guidance...

Built for Developer Workflows

Integrate compliance checking wherever you write code

IDE Integration

Get accessibility guidance as you write components. No context switching—ask Claude and get immediate answers with code fixes.

  • • VS Code with Claude Code extension
  • • JetBrains IDEs
  • • Any editor with Claude Code CLI

Code Review

Review pull requests with compliance in mind. Ask Claude to check components for WCAG violations before merging.

  • • Check PRs for accessibility issues
  • • Get remediation suggestions
  • • Understand WCAG criteria impact

Component Libraries

Build accessible component libraries from the start. Get requirements for each component type and validate implementations.

  • • React, Vue, Angular, Svelte support
  • • Framework-specific code fixes
  • • ARIA implementation guidance

Learning Tool

Learn accessibility best practices as you code. Understand why certain patterns matter and how to implement them correctly.

  • • WCAG criteria explanations
  • • Common mistakes to avoid
  • • Impact on users with disabilities

Comprehensive Compliance Coverage

Built-in rules across major compliance frameworks

50+

WCAG 2.2

Accessibility criteria

20+

GDPR

Privacy requirements

15+

CCPA/CPRA

California privacy

15+

EAA

EU accessibility

Rate Limits by Plan

Free

10

requests/minute

  • 100 requests/day
  • All 3 MCP tools
  • WCAG 2.2 coverage
Popular

Pro

60

requests/minute

  • 5,000 requests/day
  • Priority support
  • Usage analytics

Enterprise

300

requests/minute

  • 50,000 requests/day
  • Custom integrations
  • SLA guarantee

All plans include access to 100+ built-in compliance rules. View full pricing

Start Building Accessible Apps Today

Get compliance guidance directly in Claude Code. Free to start, no credit card required.