Security & Testing
adawcag.org
Tools for scanning web pages for accessibility violations, explaining them, and generating remediation code.
ENDPOINT 1
https://adawcag.org/api/mcp/mcp
MCP server metadata
- Name
- adawcag-mcp
- Version
- 1.0.0
Known tools 6
scan_urlScan a public web page for ADA/WCAG accessibility violations and return structured results (rule, WCAG criterion, severity, element selectors).
Inferred read-onlyget_scan_historyList the most recent scans run on your ADAWCAG account (domain + timestamp).
Inferred read-onlyexplain_violationExplain an accessibility violation in plain English: what it means, the WCAG criterion, who it affects, and why it matters.
Inferred read-onlygenerate_fixGenerate code-level remediation guidance (before/after snippet + steps) for an accessibility violation.
Inferred read-onlycheck_compliance_statusGet an automated ADA/WCAG conformance score for a URL (scan-based readiness indicator + severity breakdown).
Inferred read-onlyget_lawsuit_dataGet aggregate, anonymized ADA/WCAG web-accessibility lawsuit statistics by state, industry, and time period.
Inferred read-onlyCONNECT 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.
adawcag.org is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.