Oxynet: connect Claude ======================= You need an Oxynet API key. Keys are issued by Oxynet; you cannot self-provision. CLAUDE DESKTOP (recommended; nothing to install) 1. Settings -> Connectors -> Add custom connector 2. URL: https://app.oxynet.net/oxynet-mcp 3. Leave every other field blank. Save. 4. A browser opens. Paste your Oxynet API key once. Done. CLAUDE CODE (one command) claude mcp add --transport http oxynet https://app.oxynet.net/oxynet-mcp \ --header "X-API-Key: $OXYNET_API_KEY" Or have it done for you, key check included: curl -fsSL https://app.oxynet.net/install | sh FIRST THING TO ASK, once connected "Show me what Oxynet can do on its sample file." That runs on synthetic data, so it needs no patient file to prove the connection works. Then attach a real export and ask for what you want. WHAT YOU CAN ASK FOR vt ventilatory thresholds VT1 and VT2 eov oscillatory ventilation and the ventilatory control loop substrate fat and carbohydrate use, FATMAX, crossover, gross efficiency signal format, channels, sampling, load and protocol, quality flags Send the vendor export exactly as it came off the cart. Oxynet detects the format and knows its unit conventions; converting it first loses information. No CLI at all? The API works on its own: curl -H "X-API-Key: $OXYNET_API_KEY" https://app.oxynet.net/v1/capabilities Other clients (ChatGPT Custom GPT, Gemini CLI): https://app.oxynet.net/llms-full.txt section 6. Docs: https://app.oxynet.net/llms.txt (agents) ยท https://app.oxynet.net/docs (humans)