{ "name": "google-health-mcp-unofficial", "version": "0.7.8", "description": "Unofficial local-first Google Health API v4 MCP server for AI health, sleep and activity agents.", "type": "module", "bin": { "google-health-mcp-unofficial": "dist/index.js", "google-health-mcp-server": "dist/index.js" }, "files": [ "assets", "dist", "README.md", "LICENSE", "SECURITY.md", "CHANGELOG.md", "glama.json", "server.json", "docs/.nojekyll", "docs/.well-known", "docs/assets", "docs/*.md", "docs/*.txt", "docs/*.xml", "docs/index.html", "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 smoke:http && npm run test:output-schema-dialect && npm run test:endpoint-contracts && npm run test:summary && npm run test:coverage-report && npm run test:privacy-cache && npm run test:gps-redaction && npm run test:redaction-docs && npm run test:declared-limits && npm run test:http-retry && npm run test:http-cache && npm run test:cli-ux && npm run test:headless-auth && npm run test:agent-readiness && npm run test:hermes-agent && npm run test:metadata && npm run test:write-gate && npm run test:nutrition-normalize && npm run test:v4-nutrition && npm run test:synthetic-demo && npm run test:revoke-gate && npm run test:skill-surface", "test:output-schema-dialect": "node scripts/output-schema-dialect-test.mjs", "test:endpoint-contracts": "node scripts/endpoint-contract-test.mjs", "test:summary": "node scripts/summary-fixture-test.mjs", "test:coverage-report": "node scripts/coverage-report-test.mjs", "prepublishOnly": "npm test", "smoke:http": "node scripts/smoke-http.mjs", "test:privacy-cache": "node scripts/privacy-cache-test.mjs", "test:gps-redaction": "node scripts/gps-redaction-test.mjs", "test:redaction-docs": "node scripts/redaction-doc-test.mjs", "test:declared-limits": "node scripts/declared-limits-test.mjs", "test:http-retry": "node scripts/http-retry-test.mjs", "test:http-cache": "node scripts/http-cache-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", "test:metadata": "node scripts/metadata-check.mjs", "test:write-gate": "node scripts/remote-write-gate-test.mjs", "test:nutrition-normalize": "node scripts/nutrition-normalize-test.mjs", "test:v4-nutrition": "node scripts/v4-nutrition-mapping-test.mjs", "test:synthetic-demo": "node scripts/test-synthetic-demo.mjs", "test:revoke-gate": "node scripts/test-revoke-gate.mjs", "test:headless-auth": "node scripts/headless-auth-test.mjs", "test:skill-surface": "node scripts/test-skill-surface.mjs" }, "keywords": [ "mcp", "model-context-protocol", "google-health", "google-health-api", "health", "sleep", "heart-rate", "fitness", "ai-agents" ], "author": "David Mosiah", "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/davidmosiah" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "better-sqlite3": "^12.9.0", "cors": "^2.8.6", "delx-mcp-kit": "^0.1.0", "express": "^5.2.1", "zod": "^4.4.1" }, "devDependencies": { "@types/better-sqlite3": "^7.6.13", "@types/cors": "^2.8.19", "@types/express": "^5.0.6", "@types/node": "^25.6.0", "tsx": "^4.20.6", "typescript": "^6.0.3" }, "engines": { "node": ">=20" }, "repository": { "type": "git", "url": "git+https://github.com/davidmosiah/google-health-mcp.git" }, "bugs": { "url": "https://github.com/davidmosiah/google-health-mcp/issues", "email": "support@delx.ai" }, "homepage": "https://wellness.delx.ai/connectors/google-health", "mcpName": "io.github.davidmosiah/google-health-mcp", "publishConfig": { "access": "public" }, "main": "dist/index.js", "overrides": { "qs": "6.15.2", "hono": "4.13.1", "fast-uri": "3.1.5", "ip-address": "10.4.0", "esbuild": "0.28.1", "@hono/node-server": "2.1.0", "body-parser": "2.3.0" } }