Model Context Protocol server for wcagcheckr. Lets LLM-IDEs (Claude Code, Cursor, Continue, etc.) drive accessibility audits, verify forensic receipts, and look up tier features programmatically. Same audit engine as the Chrome extension and CI runner.
Drift inferred · capture-to-capture
No drift recorded — single capability capture; advisories appear once its surface changes.
transport stdio counts 0 tools · 0 res
· 0 prompts
permission surface via code analysis
no tools enumerated yet for this server.
evidence-backed
findings quoted directly from the published source artifact — not inferred
filesystem 1
- fs package/wcagcheckr-mcp.mjs :28
import { existsSync } from 'node:fs';
shell / exec 1
- shell package/wcagcheckr-mcp.mjs :25
import { spawn } from 'node:child_process';
network 1
- net package/wcagcheckr-mcp.mjs :202
const res = await fetch(`${SERVER_BASE_URL}/v1/products/${product_slug}/forensic/public-key`);
declared dependencies 2
- @modelcontextprotocol/sdk@^1.0.0
- @wcag-checkr/ci@^0.1.0