{ "name": "eight-sleep-mcp-unofficial", "version": "0.2.13", "description": "Unofficial MCP server for connecting AI agents to the Eight Sleep mobile-app API (sleep trends, temperature, alarms, base).", "type": "module", "bin": { "eight-sleep-mcp-unofficial": "dist/index.js", "eight-sleep-mcp-server": "dist/index.js" }, "files": [ "dist", "README.md", "LICENSE", "SECURITY.md", "CHANGELOG.md", "AGENTS.md", "CONTRIBUTING.md", "server.json", "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:temperature-trend": "node scripts/test-temperature-trend.mjs", "test:sleep-efficiency": "node scripts/test-sleep-efficiency.mjs", "test": "npm run typecheck && npm run build && npm run smoke && npm run test:endpoint-contracts && npm run test:privacy-contracts && npm run test:summary-contracts && npm run test:temperature-trend && npm run test:sleep-efficiency && npm run test:logout-gate && npm run test:secret-scan && npm run test:skill-surface", "test:secret-scan": "node scripts/test-secret-scan.mjs", "test:endpoint-contracts": "node scripts/endpoint-contract-test.mjs", "test:privacy-contracts": "node scripts/privacy-contract-test.mjs", "test:summary-contracts": "node scripts/summary-contract-test.mjs", "prepublishOnly": "npm test", "test:logout-gate": "node scripts/test-logout-gate-description.mjs", "test:skill-surface": "node scripts/test-skill-surface.mjs" }, "keywords": [ "mcp", "model-context-protocol", "eight-sleep", "eightsleep", "8sleep", "smart-mattress", "sleep", "temperature", "wellness", "ai-agents" ], "author": "David Mosiah", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "better-sqlite3": "^12.9.0", "cors": "^2.8.6", "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/eight-sleep-mcp.git" }, "bugs": { "url": "https://github.com/davidmosiah/eight-sleep-mcp/issues", "email": "support@delx.ai" }, "homepage": "https://wellness.delx.ai/connectors/eight-sleep", "mcpName": "io.github.davidmosiah/eight-sleep-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", "@hono/node-server": "2.1.0", "body-parser": "2.3.0" } }