{ "name": "rechtspraak-mcp", "version": "0.1.1", "mcpName": "io.github.Prudai/rechtspraak-mcp", "description": "Model Context Protocol server for Dutch case law (Rechtspraak Open Data + LiDO citation graph). Search and fetch uitspraken by ECLI, with prudai.com deeplinks.", "type": "module", "bin": { "rechtspraak-mcp": "dist/index.js" }, "main": "dist/index.js", "files": [ "dist", "README.md", "LICENSE" ], "engines": { "node": ">=18" }, "scripts": { "build": "tsup", "dev": "bun src/index.ts", "start": "node dist/index.js", "typecheck": "tsc --noEmit", "test": "bun test", "prepublishOnly": "bun run build" }, "keywords": [ "mcp", "model-context-protocol", "rechtspraak", "ecli", "jurisprudentie", "uitspraken", "dutch-law", "case-law", "lido", "open-data", "legal", "claude", "prudai" ], "author": "Beau Jonkhout ", "license": "MIT", "homepage": "https://github.com/Prudai/rechtspraak-mcp#readme", "repository": { "type": "git", "url": "git+https://github.com/Prudai/rechtspraak-mcp.git" }, "bugs": { "url": "https://github.com/Prudai/rechtspraak-mcp/issues" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "fast-xml-parser": "^4.5.0", "zod": "^3.25.76" }, "devDependencies": { "@types/bun": "^1.3.14", "@types/node": "^22.10.0", "tsup": "^8.3.5", "typescript": "^5.7.2" } }