← Registry

Security & Testing

adawcag.org

Tools for scanning web pages for accessibility violations, explaining them, and generating remediation code.

1 endpoint6 known toolsFirst detected July 23, 2026Last detected September 3, 2026

ENDPOINT 1

https://adawcag.org/api/mcp/mcp

No auth detected

MCP server metadata

Name
adawcag-mcp
Version
1.0.0
Capabilities
tools.listChanged

Known tools 6

scan_url

Scan a public web page for ADA/WCAG accessibility violations and return structured results (rule, WCAG criterion, severity, element selectors).

Inferred read-only
get_scan_history

List the most recent scans run on your ADAWCAG account (domain + timestamp).

Inferred read-only
explain_violation

Explain an accessibility violation in plain English: what it means, the WCAG criterion, who it affects, and why it matters.

Inferred read-only
generate_fix

Generate code-level remediation guidance (before/after snippet + steps) for an accessibility violation.

Inferred read-only
check_compliance_status

Get an automated ADA/WCAG conformance score for a URL (scan-based readiness indicator + severity breakdown).

Inferred read-only
get_lawsuit_data

Get aggregate, anonymized ADA/WCAG web-accessibility lawsuit statistics by state, industry, and time period.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.adawcag-mcp]
url = "https://adawcag.org/api/mcp/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "adawcag-mcp": {
      "type": "http",
      "url": "https://adawcag.org/api/mcp/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: adawcag-mcp
Remote MCP URL: https://adawcag.org/api/mcp/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "adawcag-mcp": {
      "url": "https://adawcag.org/api/mcp/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "adawcag-mcp": {
      "type": "http",
      "url": "https://adawcag.org/api/mcp/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "adawcag-mcp",
  "transport": "streamable-http",
  "url": "https://adawcag.org/api/mcp/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for adawcag.org was fetched 2026-07-26T07:53:48.799Z and is being refreshed.

Trust status Trusted

adawcag.org is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.