package.jsonā¢610 B
{
"name": "oura-ring-mcp-server",
"version": "1.0.0",
"description": "MCP server for accessing Oura Ring API data including sleep, activity, readiness, and heart rate",
"main": "index.js",
"module": "./src/index.ts",
"type": "module",
"scripts": {
"dev": "smithery dev",
"build": "smithery build"
},
"keywords": [
"oura",
"health",
"fitness",
"mcp",
"api"
],
"author": "",
"license": "ISC",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.20.0",
"@smithery/sdk": "^1.7.4",
"smithery": "^0.5.2",
"zod": "^3.25.46"
},
"devDependencies": {
"@smithery/cli": "^1.6.3"
}
}