---
title: Hosted Delx Wellness MCP setup
description: Hosted Delx Wellness Cloud MCP endpoint and beta setup guide.
canonical: https://wellness.delx.ai/docs/cloud
content_signal: ai-train=no, search=yes, ai-input=yes
---

# Hosted Delx Wellness MCP setup

The hosted hub exposes a Streamable HTTP MCP endpoint for beta users:

```text
https://api.delx.ai/wellness-hub/mcp
```

The dashboard is available at:

```text
https://api.delx.ai/wellness-hub/dashboard/
```

## Authentication

Use an API key in the Authorization header:

```text
Authorization: Bearer vital_live_your_key
```

API key secrets are shown once. The hosted hub stores hashes only.

## Smoke call

```bash
curl -s https://api.delx.ai/wellness-hub/mcp \
  -H 'content-type: application/json' \
  -H 'accept: application/json, text/event-stream' \
  -H 'authorization: Bearer vital_live_your_key' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"wellness_capabilities","arguments":{"response_format":"json"}}}'
```

## Public tools

- `wellness_capabilities`
- `wellness_provider_status`
- `wellness_privacy_audit`
- `wellness_export_data`
- `wellness_delete_data`

## Plan-gated tools

- `wellness_today`
- `wellness_summary`
- `health_recommend_workout`
- `recommend_today_training`
- `build_workout_from_recovery`

The hosted beta is available to founding users. Paid-entitled Nourish accounts can generate a remote MCP key from https://nourish.delx.ai/billing; request founding access at https://wellness.delx.ai/pricing#founding-access.
