Serversio.github.AshwanthramKL/whoop-mcp
M

io.github.AshwanthramKL/whoop-mcp

io.github.AshwanthramKL/whoop-mcp · v0.8.5
▦ pypi
v0.8.5pypi pypi: whoop-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.AshwanthramKL/whoop-mcp",
  "description": "Read-only WHOOP v2 data for MCP clients, with local SQLite cache and CSV/JSONL/Parquet exports.",
  "repository": {
    "url": "https://github.com/AshwanthramKL/whoop-mcp",
    "source": "github"
  },
  "version": "0.8.5",
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "whoop-mcp",
      "version": "0.8.5",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Client ID from your WHOOP developer app (https://developer-dashboard.whoop.com/apps/create).",
          "isRequired": true,
          "name": "WHOOP_CLIENT_ID"
        },
        {
          "description": "Client secret from your WHOOP developer app. Used for OAuth token refresh.",
          "isRequired": true,
          "isSecret": true,
          "name": "WHOOP_CLIENT_SECRET"
        },
        {
          "description": "OAuth redirect URI. Defaults to http://localhost:8000/callback — only change if you registered a different URI.",
          "default": "http://localhost:8000/callback",
          "name": "WHOOP_REDIRECT_URI"
        },
        {
          "description": "Log level (DEBUG / INFO / WARNING / ERROR). Default INFO.",
          "default": "INFO",
          "name": "WHOOP_LOG_LEVEL"
        },
        {
          "description": "Path to the rotating log file. Set to empty string to disable file logging. Default ~/.whoop-mcp-server/logs/whoop-mcp.log.",
          "name": "WHOOP_LOG_FILE"
        },
        {
          "description": "Structured JSON logs (true) vs human-readable (false). Default true.",
          "default": "true",
          "name": "WHOOP_LOG_JSON"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}