Skip to content
Gemini CLI

accessproof for Gemini CLI

com.edgethirteen.www/accessproof

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

client:Gemini CLI transport:streamable-http

Install accessproof in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "accessproof": {
      "httpUrl": "https://www.edgethirteen.com/api/mcp/accessproof"
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

accessproof in other clients