{ "name": "overlayrisk-witness-mcp", "version": "0.1.0", "mcpName": "io.github.mertcanvural/overlayrisk-witness", "description": "Model Context Protocol server for OverlayRiskWitness — run the free independent before/after accessibility-overlay witness (accessiBe / UserWay) on any public URL.", "license": "MIT", "author": "Mert Can Vural", "homepage": "https://overlayrisk.com", "repository": { "type": "git", "url": "git+https://github.com/mertcanvural/overlayrisk-witness-mcp.git" }, "bugs": { "url": "https://github.com/mertcanvural/overlayrisk-witness-mcp/issues" }, "keywords": [ "mcp", "model-context-protocol", "accessibility", "accessibe", "userway", "ada", "wcag", "overlay", "a11y" ], "type": "module", "bin": { "overlayrisk-witness-mcp": "index.js" }, "files": [ "index.js", "server.json", "README.md", "LICENSE" ], "engines": { "node": ">=18" }, "scripts": { "start": "node index.js", "smoke": "node smoke.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", "zod": "^3.23.8" } }