accessproof for Claude Desktop
com.edgethirteen.www/accessproof
Scan a web page's markup for the WCAG failures ADA demand letters cite most often.
client:Claude Desktop
transport:streamable-http
Install accessproof in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"accessproof": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://www.edgethirteen.com/api/mcp/accessproof"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs