Security & Testing
allyproof.com
Scans a single web page for WCAG 2.2 AA accessibility violations using axe-core, HTML_CodeSniffer, and APCA.
ENDPOINT 1
https://allyproof.com/api/mcp
MCP server metadata
- Name
- allyproof
- Version
- 1.0.0
Use scan_url to check any web page for WCAG accessibility violations. Add an API key (x-api-key header) to unlock list_sites, scan_site, and list_violations for your own sites.
Known tools 1
scan_urlScan a single web page for WCAG 2.2 AA accessibility violations (axe-core + HTML_CodeSniffer + APCA).
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.allyproof]
url = "https://allyproof.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"allyproof": {
"type": "http",
"url": "https://allyproof.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: allyproof
Remote MCP URL: https://allyproof.com/api/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": {
"allyproof": {
"url": "https://allyproof.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"allyproof": {
"type": "http",
"url": "https://allyproof.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "allyproof",
"transport": "streamable-http",
"url": "https://allyproof.com/api/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 allyproof.com was fetched 2026-08-10T23:31:34.397Z.
allyproof.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.