mcp-phenoage-clock
Version:
MCP server for calculating biological age using the Morgan Levine PhenoAge clock
43 lines • 956 B
JSON
{
"name": "mcp-phenoage-clock",
"version": "1.0.1",
"description": "MCP server for calculating biological age using the Morgan Levine PhenoAge clock",
"main": "dist/index.js",
"type": "module",
"bin": {
"mcp-phenoage-clock": "./dist/index.js"
},
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"dev": "node --loader ts-node/esm src/index.ts",
"start": "node dist/index.js"
},
"keywords": [
"mcp",
"mcp-server",
"phenoage",
"biological-age",
"longevity",
"biomarkers",
"health"
],
"author": "",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.4",
"zod": "^3.24.1"
},
"devDependencies": {
"@types/node": "^22.10.5",
"ts-node": "^10.9.2",
"typescript": "^5.7.3"
},
"repository": {
"type": "git",
"url": "https://github.com/199-biotechnologies/mcp-phenoage-clock.git"
},
"engines": {
"node": ">=16.0.0"
}
}