{ "name": "pdf-triage-mcp", "version": "0.1.2", "mcpName": "io.github.vishalmeena2211/pdf-triage-mcp", "description": "MCP server for local PDF reading. Classifies before it extracts, never uploads, and tells the agent when the text layer is untrustworthy.", "type": "module", "license": "MIT", "author": "Vishal Meena", "repository": { "type": "git", "url": "git+https://github.com/vishalmeena2211/pdf-triage-mcp.git" }, "homepage": "https://github.com/vishalmeena2211/pdf-triage-mcp#readme", "bugs": { "url": "https://github.com/vishalmeena2211/pdf-triage-mcp/issues" }, "publishConfig": { "access": "public" }, "bin": { "pdf-triage-mcp": "dist/index.js" }, "files": [ "dist" ], "engines": { "node": ">=20" }, "scripts": { "clean": "node -e \"require('node:fs').rmSync('dist',{recursive:true,force:true})\"", "build": "npm run clean && tsc", "dev": "tsx src/index.ts", "typecheck": "tsc --noEmit", "test": "vitest run", "test:watch": "vitest", "test:coverage": "vitest run --coverage", "check": "npm run typecheck && npm run test", "prepublishOnly": "npm run check && npm run build", "validate:registry": "node scripts/validate-server-json.mjs" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.20.0", "@firecrawl/pdf-inspector": "^1.11.2", "zod": "^3.25.0" }, "optionalDependencies": { "@firecrawl/pdf-inspector-wasm": "^0.1.3" }, "devDependencies": { "@types/node": "^22.10.0", "tsx": "^4.19.0", "typescript": "^5.7.0", "vitest": "^2.1.0" }, "keywords": [ "mcp", "model-context-protocol", "pdf", "extraction", "markdown", "ocr-routing", "local-first" ] }