← adawcag.org

INDIVIDUAL MCP TOOL

scan_url

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

adawcag.orgnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

adawcag.org

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.

Related tools

  • get_scan_history — List the most recent scans run on your ADAWCAG account (domain + timestamp).
  • explain_violation — Explain an accessibility violation in plain English: what it means, the WCAG criterion, who it affects, and why it matters.
  • generate_fix — Generate code-level remediation guidance (before/after snippet + steps) for an accessibility violation.
  • check_compliance_status — Get an automated ADA/WCAG conformance score for a URL (scan-based readiness indicator + severity breakdown).
  • get_lawsuit_data — Get aggregate, anonymized ADA/WCAG web-accessibility lawsuit statistics by state, industry, and time period.