{ "name": "webcheck-mcp", "version": "0.3.6", "mcpName": "io.github.yifanyifan897645/webcheck", "description": "MCP server for website health analysis — SEO, performance, accessibility, and security checks for any URL | 网站健康分析MCP服务器", "main": "dist/index.js", "type": "module", "bin": { "webcheck-mcp": "dist/index.js" }, "scripts": { "build": "tsc", "dev": "tsx src/index.ts", "start": "node dist/index.js" }, "keywords": [ "mcp", "mcp-server", "model-context-protocol", "seo", "website-analyzer", "web-health", "accessibility", "performance", "claude", "cursor", "windsurf", "ai-tools", "lighthouse", "broken-links", "site-audit", "网站分析", "SEO检测", "网站体检", "中文" ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/yifanyifan897645/webcheck-mcp" }, "files": [ "dist", "README.md", "LICENSE" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0" }, "devDependencies": { "typescript": "^5.7.0", "tsx": "^4.19.0", "@types/node": "^22.0.0" } }