{ "name": "@pharmatools/pubcrawl", "version": "2.5.1", "description": "MCP server for PubMed & Europe PMC literature search, US/UK drug labelling, and clinical trials — built by PharmaTools.AI", "mcpName": "io.github.nickjlamb/pubcrawl", "author": "PharmaTools.AI", "license": "MIT", "type": "module", "main": "dist/index.js", "bin": { "pubcrawl": "dist/index.js" }, "files": [ "dist", "server.json" ], "keywords": [ "mcp", "mcp-server", "pubmed", "ncbi", "biomedical", "literature", "drug-labelling", "openfda", "dailymed", "pharma" ], "scripts": { "build": "tsc", "start": "node dist/index.js", "start:http": "node dist/http.js", "dev": "tsc --watch", "test": "vitest run", "test:watch": "vitest", "coverage": "vitest run --coverage", "lint": "eslint .", "prepublishOnly": "npm run build" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "@pharmatools/drug-data": "^0.2.0", "cheerio": "^1.2.0", "dotenv": "^16.0.0", "fast-xml-parser": "^4.3.0" }, "devDependencies": { "@types/node": "^20.0.0", "@typescript-eslint/eslint-plugin": "^8.0.0", "@typescript-eslint/parser": "^8.0.0", "@vitest/coverage-v8": "^2.1.0", "eslint": "^9.0.0", "typescript": "^5.3.0", "typescript-eslint": "^8.0.0", "vitest": "^2.1.0" }, "engines": { "node": ">=20" }, "repository": { "type": "git", "url": "https://github.com/nickjlamb/pubcrawl" } }