{ "name": "apple-health-mcp-unofficial", "version": "0.7.4", "description": "Unofficial local-first MCP server for Apple Health export data.", "type": "module", "bin": { "apple-health-mcp-unofficial": "dist/index.js", "apple-health-mcp-server": "dist/index.js" }, "files": [ "dist", "README.md", "LICENSE", "SECURITY.md", "server.json", "docs", "examples", "llms.txt", "skill" ], "scripts": { "build": "tsc -p tsconfig.json", "typecheck": "tsc --noEmit -p tsconfig.json", "start": "node dist/index.js", "dev": "tsx src/index.ts", "smoke": "node scripts/smoke-tools.mjs", "test": "npm run typecheck && npm run build && npm run smoke && npm run test:export && npm run test:aggregate && npm run test:scan-cache && npm run test:freshness && npm run test:incremental-cache && npm run test:watch-folder && npm run smoke:http && npm run test:cli-ux && npm run test:agent-readiness && npm run test:hermes-agent && npm run test:metadata && npm run test:skill-surface", "test:export": "node scripts/export-parser-test.mjs", "test:aggregate": "node scripts/aggregate-truncation-test.mjs", "test:scan-cache": "node scripts/scan-cache-test.mjs", "test:freshness": "node scripts/freshness-test.mjs", "test:incremental-cache": "node scripts/incremental-cache-test.mjs", "test:watch-folder": "node scripts/watch-folder-test.mjs", "test:cli-ux": "node scripts/cli-ux-test.mjs", "test:agent-readiness": "node scripts/agent-readiness-test.mjs", "test:hermes-agent": "node scripts/hermes-agent-manifest-test.mjs", "smoke:http": "node scripts/smoke-http.mjs", "prepublishOnly": "npm test", "test:metadata": "node scripts/metadata-check.mjs", "test:skill-surface": "node scripts/test-skill-surface.mjs" }, "keywords": [ "mcp", "model-context-protocol", "apple-health", "healthkit", "wearable", "health", "fitness", "ai-agents" ], "author": "David Mosiah", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.21.0", "cors": "^2.8.6", "express": "^5.2.1", "sax": "^1.4.3", "yauzl": "^3.2.0", "zod": "^4.4.3" }, "devDependencies": { "@types/cors": "^2.8.19", "@types/express": "^5.0.6", "@types/node": "^25.6.0", "@types/sax": "^1.2.7", "@types/yauzl": "^2.10.3", "tsx": "^4.20.6", "typescript": "^6.0.3" }, "engines": { "node": ">=20" }, "repository": { "type": "git", "url": "git+https://github.com/davidmosiah/apple-health-mcp.git" }, "bugs": { "url": "https://github.com/davidmosiah/apple-health-mcp/issues", "email": "support@delx.ai" }, "homepage": "https://wellness.delx.ai/connectors/apple-health", "mcpName": "io.github.davidmosiah/apple-health-mcp", "publishConfig": { "access": "public" }, "main": "dist/index.js", "overrides": { "@hono/node-server": "2.1.0", "fast-uri": "3.1.5", "ip-address": "10.4.0", "hono": "4.13.1" } }