Skip to content
VS Code

accessproof for VS Code

com.edgethirteen.www/accessproof

Scan a web page's markup for the WCAG failures ADA demand letters cite most often.

client:VS Code transport:streamable-http

Install accessproof in VS Code

.vscode/mcp.json

{
  "servers": {
    "accessproof": {
      "type": "http",
      "url": "https://www.edgethirteen.com/api/mcp/accessproof"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

accessproof in other clients