package.jsonβ’885 B
{
"name": "webscout-mcp",
"version": "1.0.0",
"description": "Model Context Protocol server for reverse engineering chat interfaces - automatically discover streaming API endpoints, handle authentication flows, and capture network traffic with interactive browser automation",
"type": "module",
"main": "src/index.js",
"bin": {
"webscout-mcp": "src/index.js"
},
"scripts": {
"start": "node src/index.js"
},
"keywords": [
"mcp",
"reverse-engineer",
"chat",
"streaming",
"playwright"
],
"author": "pyscout",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/pyscout/webscout-mcp.git"
},
"homepage": "https://github.com/pyscout/webscout-mcp#readme",
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^0.5.0",
"playwright": "^1.55.1"
}
}