{ "name": "polydoc-mcp", "version": "0.1.6", "description": "PolyDoc MCP server: HTML/URL to PDF, screenshots, and EU e-invoices, with best-effort PDF/A and PDF/UA output and an optional veraPDF verify step that fails non-conforming files.", "mcpName": "tech.polydoc/polydoc-mcp", "license": "MIT", "type": "module", "author": { "name": "PolyDoc", "email": "hello@polydoc.tech" }, "homepage": "https://polydoc.tech", "repository": { "type": "git", "url": "git+https://github.com/polydoc-tech/polydoc-mcp.git" }, "bugs": { "url": "https://github.com/polydoc-tech/polydoc-mcp/issues" }, "keywords": [ "mcp", "model-context-protocol", "polydoc", "pdf", "html-to-pdf", "screenshot", "pdf-a", "pdf-ua", "tagged-pdf", "accessibility", "verapdf", "e-invoice", "factur-x", "zugferd" ], "engines": { "node": ">=20.15" }, "packageManager": "yarn@1.22.22", "bin": { "polydoc-mcp": "dist/index.js" }, "files": [ "dist" ], "scripts": { "clean": "rm -rf dist", "build": "yarn clean && tsc", "dev": "tsc --watch", "start": "node dist/index.js", "lint": "eslint src", "lint:fix": "eslint src --fix", "test": "vitest run --exclude test/integration.test.ts", "test:integration": "vitest run test/integration.test.ts", "scrub:check": "bash scripts/scrub-check.sh", "prepublishOnly": "yarn build" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "zod": "^4.4.3" }, "devDependencies": { "@types/node": "^25.9.1", "@typescript-eslint/eslint-plugin": "^7.18.0", "@typescript-eslint/parser": "^7.18.0", "eslint": "^8.57.0", "prettier": "^3.8.3", "typescript": "^6.0.3", "vitest": "^4.1.8" } }