← Browse

@ydzat/literature-review-mcp

A

MCP server package @ydzat/literature-review-mcp

mcp_servermcp

Install

agr install @ydzat/literature-review-mcp --target claude

This artifact does not publish files for Claude.

Document

{ "name": "@ydzat/literature-review-mcp", "version": "2.0.0", "description": "面向研究生论文级别文献综述的学术论文管理与分析工具,支持多源学术搜索、智能质量评估、智能压缩、多 LLM Provider、Notion 知识库集成", "main": "build/index.js", "bin": { "literature-review-mcp": "build/index.js" }, "type": "module", "scripts": { "build": "tsc && mkdir -p build/database && chmod +x build/index.js && cp src/database/schema.sql build/database/", "start": "node build/index.js", "dev": "tsx src/index.ts", "prepublishOnly": "npm run build", "test": "npm run test:unit", "test:unit": "npm run build && node build/tests/test-consistency.js && node build/tests/test-legacy-integration.js && node build/tests/test-quick-validation.js", "test:core": "npm run build && node build/tests/unit/test-core-pdf.js", "test:integration": "npm run build && node build/tests/test-literature-review.js", "test:all": "npm run test:unit && npm run test:core && npm run test:integration" }, "files": [ "build/**/*", "README.md", "LICENSE" ], "keywords": [ "mcp", "arxiv", "paper", "ai", "academic", "research", "literature-review", "dblp", "openreview", "papers-with-code", "notion", "quality-assessment", "citation-analysis", "smart-compression", "llm-provider", "deepseek", "openai", "chinese" ], "author": { "name": "ydzat", "email": "ydzat@live.com", "url": "https://github.com/ydzat" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/ydzat/literature-review-mcp.git" }, "bugs": { "url": "https://github.com/ydzat/literature-review-mcp/issues" }, "homepage": "https://github.com/ydzat/literature-review-mcp#readme", "dependencies": { "@agentic/arxiv": "^7.6.7", "@modelcontextprotocol/sdk": "^0.6.0", "@types/better-sqlite3": "^7.6.13", "axios": "^1.6.0", "better-sqlite3": "^12.4.1", "canvas": "^3.2.0", "dotenv": "^17.2.3", "pdfjs-dist": "^5.4.296", "pdfreader": "^3.0.7", "tiktoken": "^1.0.22" }, "devDependencies": { "@types/node": "^20.0.0", "@types/pdf-parse": "^1.1.5", "tsx": "^4.0.0", "typescript": "^5.0.0" }, "engines": { "node": ">=18.0.0" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" } }

Trustgrade A

  • passBody integrity

    Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.

  • warnType matchbest-effort: server code not analyzed

    Whether the artifact is really the kind of thing its metadata claims it is.

  • passFreshness

    How long since the source repository was last pushed to.

  • passPrompt injection

    Scans the artifact's own text for instructions aimed at your agent rather than at you.

  • passLicense

    Whether the source repository declares an SPDX license permissive enough to redistribute.

How the grade is calculated

Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:

  • Aevery check passed
  • Bone warning
  • Ctwo warnings
  • Dprompt injection or body integrity failed, or three warnings
  • Fone of those failed, and something else is wrong

These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.

Versions

  • git-13569a8511f82026-08-06