{ "name": "@ascentws/sytecheck-mcp", "version": "0.1.1", "mcpName": "com.sytecheck/sytecheck-mcp", "description": "Model Context Protocol server for SyteCheck \u2014 run website audits and read their reports from Claude, ChatGPT, Cursor, and any other MCP client.", "license": "MIT", "author": "Ascent Web Solutions", "homepage": "https://sytecheck.app", "repository": { "type": "git", "url": "git+https://github.com/BertPC/sytecheck-mcp.git" }, "bugs": { "url": "https://github.com/BertPC/sytecheck-mcp/issues" }, "keywords": [ "mcp", "model-context-protocol", "sytecheck", "website-audit", "seo", "accessibility", "lighthouse", "core-web-vitals" ], "type": "module", "bin": { "sytecheck-mcp": "dist/index.js" }, "main": "dist/index.js", "files": [ "dist", "README.md", "LICENSE", "TRADEMARK.md" ], "engines": { "node": ">=20" }, "scripts": { "build": "tsc -p tsconfig.json", "dev": "tsc -p tsconfig.json --watch", "lint": "eslint .", "test": "vitest run", "test:watch": "vitest", "prepublishOnly": "npm run build", "format": "prettier --write .", "format:check": "prettier --check ." }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "zod": "^3.23.8" }, "devDependencies": { "@eslint/js": "^10.0.1", "@types/node": "^22.10.0", "eslint": "^10.3.0", "globals": "^17.12.0", "typescript": "^5.7.0", "typescript-eslint": "^8.59.2", "vitest": "^5.0.0", "prettier": "^3.4.0" } }