Aidlab MCP
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Aidlab MCPSummarize my sleep and activity for the last seven days."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Aidlab MCP
Connect your Aidlab wellness data to AI tools through the Model Context Protocol.
Public preview: no invite or allowlist is required. The server is read-only and every request is limited to the Aidlab user who approved the connection.
Endpoint
https://my.aidlab.com/mcpTransport: stateless Streamable HTTP. Stable MCP protocol: 2025-11-25.
Related MCP server: WHOOP MCP Server
Available tools
Tool | Result |
| Daily steps, average heart rate, average HRV, sleep, and activity duration |
| Step measurements |
| Heart rate measurements in BPM |
| HRV measurements in milliseconds |
| Sleep-stage intervals |
| Recorded workout intervals |
| Language and timezone only |
All tools are read-only and idempotent. Health-data tools require data:read; profile requires profile:read.
Connect
Add this remote MCP URL in your AI client:
https://my.aidlab.com/mcpThe client discovers Aidlab OAuth, identifies itself with a Client ID Metadata Document (CIMD), opens Aidlab sign-in and consent, and stores the resulting credentials. No API key, manually created OAuth client, pasted token, invite, or allowlist is required.
Codex CLI
codex mcp add aidlab --url https://my.aidlab.com/mcp
codex mcp login aidlab --scopes data:read,profile:readOpen /mcp to verify the connection. See examples/codex-config.toml for the equivalent configuration.
ChatGPT desktop and web
Create a custom MCP connection and enter https://my.aidlab.com/mcp. ChatGPT follows the same Aidlab login and consent flow.
Claude and Claude Code
Add the remote URL as a custom connector. For a project configuration, copy examples/claude-code.mcp.json; authentication is completed interactively.
OpenAI Responses API
The server-side example in examples/openai-responses.mjs is for advanced integrations that already manage OAuth credentials. It requires approval before every health-data tool call; secrets belong in server-side configuration, never browser code.
Try it
npm run smokeThe public smoke verifies OAuth discovery and the unauthenticated challenge without credentials. Maintainers may additionally set a short-lived OAuth AIDLAB_TOKEN to verify the authenticated MCP lifecycle and exact tool surface.
Then ask:
“Summarize my sleep and activity for the last seven days. Mention missing data.”
“Compare my daily steps and average heart rate this week with the previous week.”
“List yesterday's workouts and sleep stages. Do not give medical advice.”
Each date-range call accepts at most 31 days. Raw-list tools return at most 200 records per page; use the returned next cursor as the next end_date when has_more is true.
See docs/tools.md for inputs, outputs, units, and missing-data behavior.
Privacy and safety
Tool inputs do not contain
owner_id,user_id, or a general-purpose query field./mcpaccepts only one-hour OAuth access tokens bound to the MCP resource; the approving user and scopes are enforced by Aidlab's authorization layer.Outputs omit identity, contact details, source metadata, billing fields, and raw physiological signals.
The AI client or API provider you choose receives the requested wellness results and a resource-bound access token so it can call Aidlab; review that provider's data controls before use.
Results are wellness data, not medical diagnosis or treatment advice.
See SECURITY.md for vulnerability reporting, plus Aidlab's Privacy Policy and Terms.
License
The configuration examples and smoke client in this repository are MIT licensed. The hosted Aidlab service and its backend remain proprietary and are governed by Aidlab's terms.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceEnables AI assistants to access your Oura Ring health data through OAuth2-authenticated API calls.139MIT
- AlicenseAqualityCmaintenanceExposes WHOOP recovery, sleep, strain, and workout metrics to MCP-compatible AI assistants using OAuth 2.0 authentication, enabling daily wellbeing snapshots, trend analysis, and workload recommendations.61,020MIT
- Alicense-qualityDmaintenanceEnables AI assistants to access Oura Ring health data including sleep, readiness, activity, heart rate, and workouts through MCP tools with OAuth2 authentication.1MIT
- Alicense-qualityBmaintenanceExposes personal health data (recovery, sleep, strain, etc.) as MCP tools for AI agents to query and analyze.1MIT
Related MCP Connectors
Garmin data in Claude & ChatGPT via the Garmin Health API. OAuth sign-in, no password sharing.
Connect your Oura Ring account securely in minutes. Enable authorized access to your sleep, activi…
Connect e-commerce and marketing data to AI assistants via MCP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Aidlab/aidlab-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server