PixelCheck (xcodethink/pixelcheck) is an MCP server listed on the M8ven Trust Index. It scores 74 out of 100, grade C. It declares 14 tools. No publisher has claimed this listing.
An MCP server that gives AI agents real browser capabilities including screenshotting, action execution, data extraction, and multi-persona auditing for frontend validation.
Emerging. No concerning findings. Grades remain capped until the project builds reputation through adoption. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.
How we verified
Verified is a snapshot. Live keeps it current, and builds your track record.
⚡ Connect GitHub → continuous verification on every pushwhy connect →Who stands behind it
xcodethink
Source: Glama
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →
Install from
The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.
These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.
actExecute a sequence of actions on a URL: goto / click / fill / press / wait / wait_for / scroll / screenshot, plus AI steps `act` (Stagehand natural language) and `note` (one vision call). Returns per-step status, final DOM summary, console errors, and a final screenshot. Engine auto-selects: Stageha…
audit_urlRun a UX audit against a URL using one persona. Returns the audit summary + report path.
calibrate_criticRun the critic calibration gate against labeled screenshot fixtures. Returns pass/fail + metrics.
compareA/B page comparison primitive. Each side is `{url}` or a pre-captured `{capture}`. Default mode `double_blind` judges each side independently with the same rubric (parallel) then runs ONE synthesis vision call seeing both screenshots — 3 vision calls total, free of anchoring bias (commercial UX-revi…
diagnoseHolistic page-health diagnosis (ADR-034 / Phase 0 entrypoint). Captures a URL with eager visual scoring, reads every diagnostics dimension (performance / network / popups / cookies / storage / visual), and produces a commercial-grade structured report: per-finding severity + dimension + confidence +…
doctorexplore_urlSend the autonomous agent to explore a URL with a free-form goal. Faster than audit_url; no scenario file required.
extractSchema-bound structured extraction from a URL. Caller hands us a JSON Schema describing the desired payload shape; the tool runs Stagehand's extract() under the hood and returns matching `data` plus DOM summary, console errors, and a screenshot. Single LLM call per invocation. Single engine: Stageha…
get_last_reportRead the most recent audit's summary JSON from the reports history DB.
judgeSingle-page rubric-driven critic. Captures a URL (or accepts a pre-captured snapshot) and runs one vision call against the chosen rubric(s). Built-in rubrics: 'aesthetic' (8 criteria — visual hierarchy, typography, alignment, contrast, spacing, polish, density, brand cohesion) and 'dark_pattern' (12…
list_capabilitiesSelf-describe the MCP server. Returns every shipped tool with its kind, input schema, result schema title, cacheability, static cost-estimate band, side-effects, and dependency declarations; plus the public env-var table and live state of the result cache. Pure introspection — no LLM, no browser, no…
list_personasList all personas available in the project's personas/ directory.
list_scenariosList all scenarios available in the project's scenarios/ directory.
seeLook at a URL once and return DOM summary + screenshot + console errors + an optional vision note. Lightweight primitive: 0 LLM cost when goal is omitted, ~1 vision call when set. Faster than audit_url / explore_url for one-shot inspection.
ADMIN_COOKIEANTHROPIC_API_KEY"env": { "": "sk-ant-..." }AUDIT_ACTS_DIRAUDIT_COMPARES_DIRAUDIT_COST_GUARD_DISABLEDunset 1 / true to bypass entirely (CI / tests)AUDIT_COST_LEDGER_PATHPer-day — UTC-day total persisted across processes in a JSON ledger (default ~/.pixelcheck/cost-ledger.json, override via ).AUDIT_COST_MODEAUDIT_DEBUG_LOGAUDIT_DIAGNOSE_DIRAUDIT_EXTRACTS_DIRAUDIT_HOMEAUDIT_JUDGES_DIRAUDIT_MEMORY_DISABLEDAUDIT_MEMORY_PATHAUDIT_PLAN_CACHE_DISABLEDAUDIT_PLAN_CACHE_PATHAUDIT_REDACT_INPUTSAUDIT_RESULT_CACHE_DISABLEDunset 1 / true to bypass entirely (read = miss, write = no-op)AUDIT_RESULT_CACHE_PATH~/.pixelcheck/result-cache.db SQLite path; isolate per environmentAUDIT_SEES_DIRHTTPS_PROXYLOG_FILE/path/to.log unset Additionally tee logs to a fileLOG_LEVELtrace, debug, info, warn, error, fatal, silent info Minimum log levelLOG_PRETTY1, true, 0, false, auto auto Force pretty-print or JSON; auto decides by TTYMAIL_TM_BASENO_PROXYOLLAMA_BASE_URLOLLAMA_CHAT_MODELOLLAMA_MODELPIXELCHECK_DEBUG_LOGPIXELCHECK_HOMEPIXELCHECK_LLM_FALLBACKPIXELCHECK_LLM_PROVIDERPIXELCHECK_LLM_TIMEOUT_MSPIXELCHECK_MAX_RETRIESPIXELCHECK_STAGEHAND_INIT_TIMEOUT_MSPIXELCHECK_UNIT_DEADLINE_MSPIXELCHECK_VERBOSITYPLAYWRIGHT_BROWSERS_PATHSLACK_WEBHOOKSTRIPE_TEST_CARD_CVCSTRIPE_TEST_CARD_EXPSTRIPE_TEST_CARD_NUMBERSTRIPE_TEST_PUBLISHABLE_KEYTELEGRAM_BOT_TOKENTELEGRAM_CHAT_IDhttps_proxyno_proxyDependencies
37 dependencies, 3 flagged: playwright, playwright-core, @playwright/test
Tool annotations
No tools have read-only/destructive annotations
Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.
All four hints declared on every tool
14/14 tools missing one or more hints — act (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); audit_url (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); calibrate_critic (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +11 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.
For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.
Shell command execution
2 child_process/subprocess calls in production code — runs shell commands (src/core/browser-install.ts:326, src/core/browser-install.ts:545)
Prefer library functions over shell-outs. If you must shell out, ensure all inputs are properly escaped.
No arbitrary install scripts
Has postinstall/preinstall script — runs arbitrary code on npm install
Remove postinstall/preinstall hooks unless they’re essential.
Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.
[](https://m8ven.ai/mcp/xcodethink/pixelcheck)?variant=verified to the badge URL.Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.
https://m8ven.ai/api/mcp/tool-check