io.github.xcodethink/pixelcheck✓
io.github.xcodethink/pixelcheck · v1.2.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.xcodethink/pixelcheck",
"description": "Real eyes and hands on the web for AI agents. MCP-first. Local-first. Vendor-agnostic.",
"repository": {
"url": "https://github.com/xcodethink/pixelcheck",
"source": "github"
},
"version": "1.2.0",
"packages": [
{
"registryType": "npm",
"identifier": "pixelcheck",
"version": "1.2.0",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"value": "pixelcheck",
"type": "named",
"name": "-p"
},
{
"value": "pixelcheck-mcp",
"type": "positional"
}
],
"environmentVariables": [
{
"description": "Anthropic API key. Required for LLM-backed primitives (judge, extract-with-schema) and the audit_url / explore_url presets. Meta tools (list_personas, list_scenarios, get_last_report) work without it.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "ANTHROPIC_API_KEY"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}