Independent before/after accessibility-overlay (accessiBe/UserWay) witness for any public URL.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
A Model Context Protocol server that runs the free, independent before/after accessibility-overlay witness from OverlayRiskWitness on any public URL.
Accessibility overlay widgets (accessiBe, UserWay, and similar) are sold as one-line ADA/WCAG compliance fixes, but independent testing routinely shows the underlying page is unchanged for real assistive-technology users. This server lets an AI agent run the witness: it loads a page with the overlay on, then off, captures both states, and returns one documented finding where the page's public accessibility/compliance claims don't hold up β with a UTC timestamp.
Findings are evidence, not a legal compliance ruling. This server is independent of accessiBe and UserWay; it tests their effect, it does not sell or defend an overlay.
This is a thin client. It contains no scanning logic and no secrets. Its single
tool POSTs to the hosted API at https://overlayrisk.com/api/witness, which does the real
work (overlay detection, headless before/after capture, claim extraction). The full
timestamped Risk Packet is a paid checkout on the website β see
overlayrisk.com/pricing. The MCP server is a free
funnel; it never handles payment.
witness_page| Input | { "url": "https://example.com/checkout" } β a public HTTP/HTTPS page URL |
| Success | The free-witness JSON: runId, siteUrl, overlayVendor (accessibe/userway), pagesTested, claimsTested, didNotHoldUp, freeFinding, lockedFindingCount β plus a note linking to the paid Risk Packet |
| Error | { status, code, error } (e.g. overlay_no_effect, page_fetch_failed, witness_timeout) |
A single witness run can take up to ~3 minutes on cold/heavy sites. That exceeds many
MCP clients' default 60s request timeout. The server emits periodic progress
notifications, so clients that honor resetTimeoutOnProgress stay connected
automatically; clients that don't should raise their per-request timeout.
Run directly with npx (no global install):
The process speaks MCP over stdio.
Add to your client's MCP config:
| Env var | Default | Purpose |
|---|---|---|
OVERLAYRISK_API_URL | https://overlayrisk.com/api/witness | Override the witness endpoint (e.g. for local dev) |
OVERLAYRISK_TIMEOUT_MS | 200000 | Request timeout in ms |
No API key is required β the free one-page witness is public.
MIT Β© Mert Can Vural
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/overlayrisk-witness)<a href="https://allmcps.com/mcp/overlayrisk-witness"><img src="https://allmcps.com/api/badge/overlayrisk-witness?style=directory" alt="Overlayrisk Witness on AllMCPs" /></a>