{ "name": "proofread-mcp", "version": "0.1.3", "mcpName": "io.github.Data-Alchemy-Labs/proofread-mcp", "description": "MCP server for proofread.law: check legal citations from Claude, Cursor or the OpenAI Agents SDK", "license": "MIT", "author": "Data Alchemy Labs", "type": "module", "bin": { "proofread-mcp": "dist/cli.js" }, "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "README.md", "LICENSE" ], "engines": { "node": ">=20" }, "scripts": { "build": "tsc -p tsconfig.json && node -e \"require('fs').chmodSync('dist/cli.js', 0o755)\"", "test": "vitest run", "test:live": "LIVE=1 vitest run test/live.test.ts", "start": "node dist/cli.js", "prepublishOnly": "npm run build && npm test" }, "keywords": [ "case-law", "citations", "claude", "cursor", "legal", "mcp", "model-context-protocol", "openai", "proofread", "proofread.law" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", "zod": "^4.6.5" }, "devDependencies": { "@types/node": "^26.6.2", "typescript": "^7.0.2", "vitest": "^5.0.1" }, "repository": { "type": "git", "url": "git+https://github.com/Data-Alchemy-Labs/proofread-mcp.git" }, "homepage": "https://github.com/Data-Alchemy-Labs/proofread-mcp#readme", "bugs": { "url": "https://github.com/Data-Alchemy-Labs/proofread-mcp/issues" } }