Skip to main content
Glama
ezhou89

Medical Research MCP Suite

by ezhou89
package.json2.66 kB
{ "name": "medical-research-mcp-suite", "version": "1.0.0", "description": "AI-Enhanced Medical Research API unifying ClinicalTrials.gov, PubMed, and FDA databases with intelligent cross-database analysis and MCP server support", "type": "module", "main": "dist/index.js", "bin": { "medical-research-mcp": "dist/index.js" }, "scripts": { "build": "tsc", "dev": "tsx src/index.ts", "web": "tsx src/web-server.ts", "start": "node dist/index.js", "start:web": "node dist/web-server.js", "test": "jest", "test:integration": "jest --config jest.integration.config.js", "test:coverage": "jest --coverage", "test:clinical-trials": "jest --testNamePattern=\"ClinicalTrials\"", "test:pubmed": "jest --testNamePattern=\"PubMed\"", "test:fda": "jest --testNamePattern=\"FDA\"", "lint": "eslint src/**/*.ts", "lint:fix": "eslint src/**/*.ts --fix", "clean": "rm -rf dist", "prepare": "npm run build", "deploy": "npm run build && npm run start:web" }, "keywords": [ "mcp", "medical-research", "clinical-trials", "pubmed", "fda", "api-wrapper", "ai-tools", "healthcare", "drug-discovery", "pharmaceutical", "research-intelligence", "cross-database-analysis", "risk-assessment", "competitive-intelligence", "claude-desktop", "model-context-protocol", "typescript", "enterprise", "rest-api" ], "author": { "name": "Eugene Zhou", "email": "eugene@yourcompany.com", "url": "https://github.com/eugenezhou" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/eugenezhou/medical-research-mcp-suite.git" }, "homepage": "https://github.com/eugenezhou/medical-research-mcp-suite#readme", "bugs": { "url": "https://github.com/eugenezhou/medical-research-mcp-suite/issues" }, "dependencies": { "@modelcontextprotocol/sdk": "^0.5.0", "axios": "^1.6.0", "cors": "^2.8.5", "dotenv": "^16.3.0", "express": "^4.18.2", "node-cache": "^5.1.2", "winston": "^3.11.0", "xml2js": "^0.6.2" }, "devDependencies": { "@types/cors": "^2.8.17", "@types/express": "^4.17.21", "@types/jest": "^29.0.0", "@types/node": "^20.0.0", "@types/xml2js": "^0.4.14", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "eslint": "^8.0.0", "jest": "^29.0.0", "ts-jest": "^29.0.0", "tsx": "^4.0.0", "typescript": "^5.0.0" }, "engines": { "node": ">=18.0.0" }, "files": [ "dist", "src", "README.md", "LICENSE", "package.json" ] }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ezhou89/medical-research-mcp-suite'

If you have feedback or need assistance with the MCP directory API, please join our Discord server