UNPKG

@futurelab-studio/latest-science-mcp

Version:

MCP Server for Scientific Paper Harvesting from arXiv and OpenAlex

67 lines (66 loc) 1.65 kB
{ "name": "@futurelab-studio/latest-science-mcp", "version": "0.1.13", "description": "MCP Server for Scientific Paper Harvesting from arXiv and OpenAlex", "type": "module", "main": "dist/server.js", "bin": { "latest-science-mcp": "dist/server.js", "latest-science-cli": "dist/cli.js" }, "scripts": { "build": "tsc", "dev": "tsc --watch", "start": "node dist/server.js", "cli": "node dist/cli.js", "test": "vitest", "test:run": "vitest run", "lint": "eslint src/**/*.ts", "format": "prettier --write src/**/*.ts", "prepublishOnly": "npm run build", "prepack": "npm run build" }, "keywords": [ "mcp", "scientific-papers", "arxiv", "openalex", "research" ], "author": "FutureLab", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/futurelab-studio/latest-science-mcp.git" }, "homepage": "https://github.com/futurelab-studio/latest-science-mcp#readme", "bugs": { "url": "https://github.com/futurelab-studio/latest-science-mcp/issues" }, "files": [ "dist/**/*", "README.md", "package.json" ], "engines": { "node": ">=20.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", "zod": "^3.22.0", "axios": "^1.9.0", "cheerio": "^1.0.0", "winston": "^3.11.0" }, "devDependencies": { "@types/node": "^20.0.0", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "eslint": "^8.0.0", "execa": "^8.0.0", "nock": "^13.0.0", "prettier": "^3.0.0", "typescript": "^5.0.0", "vitest": "^3.2.3" } }