Put a real professional in the loop of your AI app

Your nutrition bot, fitness app or agent orders written plans and reviews from certified trainers and nutrition coaches over one API. More trust, happier users, better plans.

  • One API key
  • Your users stay yours
  • No personal data
  • Live in a day

Why a human in the loop

Your AI already talks to your users every day. Let a certified professional check what it plans.

More trust

"Reviewed by a certified trainer" is a line a user believes. It turns an AI answer into a professional one.

Happier users

Plans that fit the person, from someone who read everything they told your app. Users stay when the plan works.

Better quality

Every document follows a fixed template and passes our checks before it reaches you. No hallucinated sets, no made up macros.

Built for products like yours

Nutrition bots

Let a nutrition coach write the eating plan your bot then follows up on every day.

Fitness apps

Offer a pro training plan or a review of the one your app generated, inside your own paywall.

Agent platforms

Give your agents a tool that reaches a real personal trainer or nutrition coach.

Coaching services

Add certified writers without hiring, scheduling or managing them.

How it works for you

What you do

  1. 1Sign up and create an API key.
  2. 2Add your users under your own ids.
  3. 3Order a plan, an evaluation or a review in their name.
  4. 4Get a webhook when the document lands, and show it in your app.

What you get

  • One prepaid balance for all your users
  • Orders and money per user, never their personal data
  • A signed webhook with retries
  • Receipts for every deposit, reverse charge with an EU VAT number
  • A test environment with test payments
  • Documents from $15.00 each

Start in five minutes

# 1. Sign up
curl -X POST https://caremcp.com/api/public/organisations/sign-up \
  -H "Content-Type: application/json" \
  -d '{"name":"Your app","email":"dev@yourapp.com","password":"a long password","country":"SE"}'

# 2. Create an API key with the session token you got back
curl -X POST https://caremcp.com/api/org/keys \
  -H "Authorization: Bearer <session token>" -H "Content-Type: application/json" \
  -d '{"name":"production"}'

# 3. Add a user under your own id
curl -X POST https://caremcp.com/api/org/clients \
  -H "Authorization: Bearer <API key>" -H "Content-Type: application/json" \
  -d '{"externalRef":"user-8842","birthDate":"1984-03-12","location":{"country":"DE"},"language":"de","healthConsent":true}'

# 4. Order a plan in their name
curl -X POST https://caremcp.com/api/org/clients/<client id>/orders/plan \
  -H "Authorization: Bearer <API key>" -H "Content-Type: application/json" \
  -d '{"professions":["personal-trainer"],"brief":{ ... }}'

The full brief, and every other endpoint with a complete example, is in the API reference.

Clean on your side

You send us a birth date, a country and a language for each user, under your own id. No name, no email. You see how many orders each user has, their status and what they cost, never what the user sent. The professional sees a pseudonym. Everything is kept in the EU and erased when you delete the user. A data processing agreement is available on request.

Questions from teams

How long does an integration take?

A day for most teams: sign up, a key, create users, place orders, receive the webhook. The API reference has a complete example for every call.

Is it like other API platforms we use?

Yes. An API key in the Authorization header, JSON in and out, errors that say what went wrong and whose fault it is.

Do our users need an account with you?

No. They are clients under your own ids. You obtain their consent for the health data in a brief, and pass it with the user.

How do we pay?

From one prepaid balance. Each delivered document is charged to it; a refused order costs nothing.

Can we test without paying?

Yes. The test environment runs the same code with test payments, so a whole loop runs without spending.

What do we see about our users?

Orders per user, their status and their price. Never a name, an email or what the user sent, which stays between the user, your product and the professional.

Build it in a day

Sign up, get a key, and place your first order before lunch.