{ "name": "whoop-mcp-unofficial", "version": "0.6.5", "description": "Unofficial MCP server for connecting AI agents to the WHOOP API.", "type": "module", "bin": { "whoop-mcp-unofficial": "dist/index.js", "whoop-mcp-server": "dist/index.js" }, "files": [ "dist", "README.md", "LICENSE", "SECURITY.md", "CHANGELOG.md", "server.json", "docs/.nojekyll", "docs/.well-known", "docs/assets", "docs/demo", "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", "demo:capture": "npm run build && node dist/index.js demo-capture", "smoke": "node scripts/smoke-tools.mjs", "test": "npm run typecheck && npm run build && npm run smoke && npm run smoke:http && npm run test:security && npm run test:endpoint-contracts && npm run test:summary && npm run test:demo-contract && npm run test:readme-contract && npm run test:privacy-cache && npm run test:cli-ux && npm run test:agent-readiness && npm run test:hermes-agent && npm run test:metadata && npm run test:demo-capture && npm run test:http-retry && npm run test:http-cache && npm run test:skill-surface", "test:security": "node scripts/security-test.mjs", "test:endpoint-contracts": "node scripts/endpoint-contract-test.mjs", "test:demo-contract": "node scripts/demo-contract-test.mjs", "test:readme-contract": "node scripts/readme-contract-test.mjs", "test:summary": "node scripts/summary-fixture-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: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:demo-capture": "node dist/index.js demo-capture --fixture --assert-sanitized --output /tmp/whoop-demo-capture.json --markdown /tmp/whoop-demo-capture.md", "test:http-retry": "node scripts/http-retry-test.mjs", "test:http-cache": "node scripts/http-cache-test.mjs", "test:skill-surface": "node scripts/test-skill-surface.mjs" }, "keywords": [ "mcp", "model-context-protocol", "whoop", "wearable", "health", "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/whoop-mcp.git" }, "bugs": { "url": "https://github.com/davidmosiah/whoop-mcp/issues", "email": "support@delx.ai" }, "homepage": "https://wellness.delx.ai/connectors/whoop", "mcpName": "io.github.davidmosiah/whoop-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" } }