Catalog
io.siteglass/mcp
OfficialAgent-driven web QA: scan a site, auto-generate + run E2E test flows, read results.
Automatically scans websites and generates/runs end-to-end test flows.
README not available yet.
Install
Configuration
Environment variables
SITEGLASS_API_KEYsecretsiteglass API key (optional; the server auto-creates an account if absent).
SITEGLASS_BASE_URLAPI base URL (default https://siteglass.io).
claude_desktop_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"siteglass-mcp@0.1.2"
],
"env": {
"SITEGLASS_API_KEY": "<YOUR_SITEGLASS_API_KEY>",
"SITEGLASS_BASE_URL": "<YOUR_SITEGLASS_BASE_URL>"
}
}
}
}