{ "name": "oura-ring-mcp-server", "version": "0.2.0", "description": "A Model Context Protocol (MCP) server for the Oura Ring API v2 - query sleep, readiness, activity, heart rate, and more from your Oura data.", "mcpName": "io.github.jordanburke/oura-ring-mcp-server", "keywords": [ "oura", "oura-ring", "mcp", "model-context-protocol", "somamcp", "health", "sleep", "readiness", "hrv" ], "author": "jordan.burke@gmail.com", "license": "MIT", "homepage": "https://github.com/jordanburke/oura-ring-mcp-server", "repository": { "type": "git", "url": "https://github.com/jordanburke/oura-ring-mcp-server" }, "bin": { "oura-ring-mcp-server": "./dist/index.js" }, "scripts": { "validate": "ts-builds validate", "format": "ts-builds format", "format:check": "ts-builds format:check", "lint": "ts-builds lint", "lint:check": "ts-builds lint:check", "typecheck": "ts-builds typecheck", "test": "ts-builds test", "test:watch": "ts-builds test:watch", "test:coverage": "ts-builds test:coverage", "build": "ts-builds build", "build:mcpb": "node scripts/build-mcpb.mjs", "stamp:server": "node scripts/stamp-server-json.mjs", "dev": "ts-builds dev", "start": "node dist/index.js", "inspect": "npx @modelcontextprotocol/inspector node dist/index.js", "prepublishOnly": "pnpm validate" }, "dependencies": { "@loglayer/transport-pino": "^3.2.0", "dotenv": "^17.4.2", "functype": "^1.6.2", "functype-log": "^1.6.2", "loglayer": "^9.3.0", "pino": "^10.3.1", "somamcp": "^1.1.0", "zod": "^4.4.3" }, "devDependencies": { "@types/node": "^24.13.3", "ts-builds": "^3.2.1", "tsdown": "^0.22.5" }, "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "default": "./dist/index.js" } }, "files": [ "lib", "dist" ], "prettier": "ts-builds/prettier", "packageManager": "pnpm@11.9.0+sha512.bd682d5d03fe525ef7c9fd6780c6884d1e756ac4c9c9fe00c538782824310dcf90e3ddc4f53835f06dfaebd5085e41855e0bcbb3b60de2ac5bbab89e5036f03b" }