{ "name": "garmin-mcp-unofficial", "version": "0.7.6", "description": "Unofficial local-first Garmin MCP server for AI health, sleep and activity agents.", "type": "module", "bin": { "garmin-mcp-unofficial": "dist/index.js", "garmin-mcp-server": "dist/index.js" }, "files": [ "dist", "README.md", "LICENSE", "SECURITY.md", "CHANGELOG.md", "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:endpoint-contracts && npm run test:summary && npm run test:privacy-cache && npm run test:cli-ux && npm run test:native-auth && npm run test:agent-readiness && npm run test:hermes-agent && npm run test:metadata && npm run test:http-retry && npm run test:http-cache && npm run test:pagination && npm run test:activity-series && npm run test:demo-contract && npm run test:skill-surface", "test:summary": "node scripts/summary-fixture-test.mjs", "test:endpoint-contracts": "node scripts/endpoint-contract-test.mjs", "prepublishOnly": "npm test", "smoke:http": "node scripts/smoke-http.mjs", "test:privacy-cache": "node scripts/privacy-cache-test.mjs", "test:cli-ux": "node scripts/cli-ux-test.mjs", "test:native-auth": "node scripts/native-auth-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:http-retry": "node scripts/http-retry-test.mjs", "test:http-cache": "node scripts/http-cache-test.mjs", "test:pagination": "node scripts/pagination-next-page-test.mjs", "test:activity-series": "node scripts/activity-series-test.mjs", "test:demo-contract": "node scripts/demo-contract-test.mjs", "test:skill-surface": "node scripts/test-skill-surface.mjs" }, "keywords": [ "mcp", "model-context-protocol", "garmin", "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", "express": "^5.2.1", "zod": "^4.4.3" }, "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/garmin-mcp.git" }, "bugs": { "url": "https://github.com/davidmosiah/garmin-mcp/issues", "email": "support@delx.ai" }, "homepage": "https://wellness.delx.ai/connectors/garmin", "mcpName": "io.github.davidmosiah/garminmcp", "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" } }