{ "name": "har-forensics-mcp", "version": "0.3.2", "description": "Finds the leaked tokens in a .har capture, scores every third party by how much damage it could do, and writes a redacted copy safe to attach to a ticket. Local only, no network calls.", "type": "module", "license": "MIT", "mcpName": "io.github.aryanspv/har-forensics-mcp", "bin": { "har-forensics-mcp": "dist/server.js" }, "files": [ "dist", "README.md", "LICENSE" ], "engines": { "node": ">=20" }, "keywords": [ "mcp", "modelcontextprotocol", "har", "security", "privacy", "redaction", "third-party", "csp", "jwt", "devtools" ], "repository": { "type": "git", "url": "git+https://github.com/aryanspv/har-forensics-mcp.git" }, "homepage": "https://github.com/aryanspv/har-forensics-mcp#readme", "bugs": "https://github.com/aryanspv/har-forensics-mcp/issues", "scripts": { "prepublishOnly": "cd .. && npm run build:mcp" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", "zod": "^4" } }