{ "name": "mcp-scorecard", "version": "0.5.12", "mcpName": "io.github.davidmosiah/mcp-scorecard", "description": "Grade any MCP server's agent-readiness in one command \u2014 stdio (10 protocol checks) AND hosted/remote servers (10 security + web agent-readiness checks). Open source, local-first, no credentials.", "type": "module", "bin": { "mcp-scorecard": "dist/index.js" }, "files": [ "dist", "README.md", "LICENSE", "CHANGELOG.md", "AGENTS.md", "SECURITY.md", "CONTRIBUTING.md", "llms.txt", "skill" ], "scripts": { "build": "tsc -p tsconfig.json", "typecheck": "tsc --noEmit -p tsconfig.json", "start": "node dist/index.js", "dev": "tsx src/index.ts", "test:checks": "node scripts/test-checks.mjs", "test:self": "node scripts/smoke-self.mjs", "test": "npm run typecheck && npm run build && npm run test:dense-series && npm run test:checks && npm run test:self && npm run test:web && npm run test:features && npm run test:http-v2 && npm run test:scratch-cleanup && npm run test:skill-surface", "test:http-v2": "node scripts/http-v2-test.mjs", "prepublishOnly": "npm test", "test:web": "node scripts/test-web.mjs", "test:features": "node scripts/test-features.mjs", "gen:checks": "node scripts/gen-checks-page.mjs", "test:dense-series": "node scripts/dense-series-caps-test.mjs", "test:scratch-cleanup": "node scripts/scratch-cleanup-test.mjs", "test:skill-surface": "node scripts/test-skill-surface.mjs" }, "keywords": [ "mcp", "model-context-protocol", "scorecard", "audit", "agent-readiness", "quality" ], "author": "David Mosiah", "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/davidmosiah" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.21.0", "ajv": "^8.17.1", "ip-address": "^10.4.0", "zod": "^4.4.1" }, "devDependencies": { "@types/node": "^22.0.0", "tsx": "^4.20.6", "typescript": "^5.6.0" }, "engines": { "node": ">=22" }, "repository": { "type": "git", "url": "git+https://github.com/davidmosiah/mcp-scorecard.git" }, "bugs": { "url": "https://github.com/davidmosiah/mcp-scorecard/issues", "email": "support@delx.ai" }, "homepage": "https://github.com/davidmosiah/mcp-scorecard", "publishConfig": { "access": "public" }, "main": "dist/index.js", "overrides": { "hono": "4.13.1", "esbuild": "0.28.1", "@hono/node-server": "2.1.0" } }