UNPKG

@bschauer/webtools-mcp-server

Version:

MCP server providing web analysis tools including screenshot, debug, performance, security, accessibility, SEO, and asset optimization capabilities

48 lines (47 loc) 1.15 kB
{ "name": "@bschauer/webtools-mcp-server", "version": "1.7.2", "description": "MCP server providing web analysis tools including screenshot, debug, performance, security, accessibility, SEO, and asset optimization capabilities", "main": "src/index.js", "bin": { "webtools-mcp-server": "src/index.js" }, "type": "module", "scripts": { "start": "node src/index.js", "test": "vitest --dir .tests", "inspect": "npx -y @modelcontextprotocol/inspector node src/index.js" }, "keywords": [ "mcp", "web", "scraping", "markdown", "html", "screenshot", "puppeteer", "device-emulation", "web-capture", "performance", "lighthouse", "web-vitals", "coverage", "network-analysis" ], "author": "bschauer", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4", "chrome-launcher": "^1.1.2", "https-proxy-agent": "^7.0.2", "lighthouse": "^12.4.0", "node-fetch": "^3.3.2", "puppeteer": "^22.8.2", "sharp": "^0.33.2", "turndown": "^7.1.2" }, "devDependencies": { "dotenv": "^17.2.0", "vitest": "^3.2.4" } }