{ "name": "mineru-mcp", "version": "1.2.0", "description": "MinerU document-parsing cloud API as an MCP server and a CLI (mineru-cloud) \u2014 batch by URL, long documents in \u2264200-page slices, 73% token reduction", "type": "module", "main": "dist/index.js", "bin": { "mineru-mcp": "dist/index.js", "mineru-cloud": "dist/cli.js" }, "files": [ "dist", "README.md" ], "scripts": { "build": "tsc", "start": "node dist/index.js", "start:stdio": "node dist/index.js", "start:http": "node dist/server.js", "dev": "tsx src/index.ts", "dev:http": "tsx src/server.ts", "prepublishOnly": "bun run build", "test": "node --test tests/*.test.mjs", "test:package": "node scripts/test-package.mjs", "cli": "node dist/cli.js" }, "keywords": [ "mcp", "model-context-protocol", "mineru", "pdf", "document-parsing", "ocr", "claude", "claude-code", "anthropic", "ai", "llm", "cli" ], "author": "Xule Lin", "license": "MIT", "mcpName": "io.github.linxule/mineru", "repository": { "type": "git", "url": "git+https://github.com/linxule/mineru-mcp.git" }, "homepage": "https://mineru.net", "engines": { "node": ">=18.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "~1.29.0", "axios": "^1.20.0", "express": "^5.2.1", "zod": "^4.6.5" }, "devDependencies": { "@types/express": "^5.0.6", "@types/node": "^26.5.1", "tsx": "^4.23.13", "typescript": "^7.0.2" } }