Skip to main content

Claude Web Setup

Connect Wellpipe to Claude.ai as a native connector and chat naturally about your health data.

The easiest way to use Wellpipe with Claude.ai is through the native connector.

Step 1: Add the Connector

  1. Go to Claude.ai → Settings → Connectors
  2. Click Add custom connector
  3. Enter the MCP server URL:
    https://wellpipe.io/api/mcp/oauth
  4. Click Add

Step 2: Authorize Access

  1. You'll be redirected to Wellpipe to authorize access
  2. Sign in with your Wellpipe account
  3. Click Authorize to grant Claude access to your health data

Step 3: Start Chatting

Once connected, just ask naturally:

"How did I sleep last night?"

"What's my recovery looking like this week?"

"Show me my workout trends for the past month"

No API keys or technical prompts needed!


Alternative: REST API

If you prefer not to use the native connector, you can use the REST API approach.

How It Works

Ask Claude to make HTTP requests to the Wellpipe REST API. Claude can execute these requests and analyze the results.

Step 1: Get Your API Key

  1. Go to your Wellpipe dashboard
  2. Copy your API key

Step 2: Use the REST API Prompt

In Claude.ai, use this prompt format:

Fetch my health data from this API and analyze it:

GET https://wellpipe.io/api/v1/health?type=summary&days=7
Authorization: Bearer YOUR_API_KEY

How is my sleep and recovery trending?

Replace YOUR_API_KEY with your actual API key.

Query Parameters

Customize your requests with these parameters:

ParameterValuesDefault
typesleep, recovery, workout, cycle, profile, summarysummary
days1-907
start_dateISO date (e.g., 2024-01-01)-
end_dateISO date-

Example Prompts

Get Weekly Summary

Fetch my health data from:
GET https://wellpipe.io/api/v1/health?type=summary&days=7
Authorization: Bearer YOUR_API_KEY

Give me an overview of my health this week.

Get Sleep Data

Fetch my health data from:
GET https://wellpipe.io/api/v1/health?type=sleep&days=14
Authorization: Bearer YOUR_API_KEY

Analyze my sleep patterns. Am I getting enough deep sleep?
Fetch my health data from:
GET https://wellpipe.io/api/v1/health?type=recovery&days=30
Authorization: Bearer YOUR_API_KEY

How has my recovery been trending? Any concerning patterns?

Troubleshooting

Connector not working

  1. Make sure you're signed in to your Wellpipe account
  2. Verify your health provider (WHOOP) is connected in the dashboard
  3. Try removing and re-adding the connector

Invalid API Key (REST API)

If you get authentication errors:

  1. Verify your API key is correct (no extra spaces)
  2. Check that it starts with the correct prefix
  3. Generate a new key from your dashboard if needed

No Data Returned

  1. Verify your health provider is connected in the dashboard
  2. Try a shorter date range
  3. Make sure your provider has synced recent data