kipu-mcp
Version:
Model Context Protocol (MCP) server for Kipu Healthcare API - Access patient records, vital signs, medications, appointments, and comprehensive healthcare data through AI assistants
85 lines • 1.9 kB
JSON
{
"name": "kipu-mcp",
"version": "0.3.0",
"description": "Model Context Protocol (MCP) server for Kipu Healthcare API - Access patient records, vital signs, medications, appointments, and comprehensive healthcare data through AI assistants",
"keywords": [
"mcp",
"model-context-protocol",
"healthcare",
"medical",
"kipu",
"ehr",
"electronic-health-records",
"patient-data",
"vital-signs",
"medications",
"appointments",
"healthcare-api",
"medical-records",
"clinical-data",
"phi",
"hipaa",
"ai-assistant",
"anthropic",
"claude",
"chatgpt",
"healthcare-ai",
"medical-ai",
"wrkdn",
"healthcare-compliance",
"healthcare-integration",
"api-server",
"typescript",
"nodejs"
],
"type": "module",
"main": "build/index.js",
"bin": {
"kipu-mcp": "build/index.js"
},
"files": [
"build",
"src",
"README.md",
"LICENSE"
],
"scripts": {
"start": "node build/index.js",
"dev": "tsx src/index.ts",
"build": "tsc && chmod 755 build/index.js",
"typecheck": "tsc --noEmit",
"prestart": "npm run build"
},
"engines": {
"node": ">=20.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Wrkdn/kipu-mcp.git"
},
"homepage": "https://github.com/Wrkdn/kipu-mcp#readme",
"bugs": {
"url": "https://github.com/Wrkdn/kipu-mcp/issues"
},
"author": {
"name": "Max Barinov",
"url": "https://maxbarinov.com",
"email": "max.barinov@wrkdn.com"
},
"license": "MIT",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.10.0",
"axios": "^1.9.0",
"dotenv": "^16.4.5",
"zod": "^3.24.3",
"json-schema-to-zod": "^2.6.1"
},
"devDependencies": {
"@types/node": "^22.15.2",
"typescript": "^5.8.3",
"tsx": "^4.0.0"
}
}