# MFIT Personal (remote · api.mcp.ai)

Client, workout, body composition, retention and finance management for personal trainers.

- Trust score: 52/100 (low)
- Change this week: +6
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `api.mcp.ai`: 52/100 (this document), [markdown](https://verifymcp.io/servers/mcp-dir-mfit-mcp/p-mfit.md), [page](https://verifymcp.io/servers/mcp-dir-mfit-mcp/p-mfit)

## Channel facts

- Endpoint: `https://api.mcp.ai/p_mfit`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.1.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 46/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation check failed: no authorisation is required to call this server, and it exposes a tool marked destructive (mfit_client_files_delete).
  - HTTPS not yet verified: we couldn't determine whether a plaintext access path exists.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 37/100
  - AI-judged instruction clarity (fair).
  - Context-footprint check failed: tool/resource definitions use about 8130 tokens (~169/item across 48 items; 48 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 67/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http mcp-dir-mfit-mcp https://api.mcp.ai/p_mfit
```

### Codex

```toml
[mcp_servers.mcp-dir-mfit-mcp]
url = "https://api.mcp.ai/p_mfit"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "mcp-dir-mfit-mcp": {
      "type": "remote",
      "url": "https://api.mcp.ai/p_mfit",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add mcp-dir-mfit-mcp --url https://api.mcp.ai/p_mfit --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  mcp-dir-mfit-mcp:
    url: "https://api.mcp.ai/p_mfit"
```

### Other

```json
{
  "mcpServers": {
    "mcp-dir-mfit-mcp": {
      "type": "http",
      "url": "https://api.mcp.ai/p_mfit"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 52, +1)

- [security] The server rewrote its instructions, which are the text every model session reads
- [functional] Server version: 0.9.200 → 0.9.201

### 2026-08-02 (score 51, 0)

- [security] The server rewrote its instructions, which are the text every model session reads
- [functional] Server version: 0.9.197 → 0.9.200

### 2026-08-01 (score 51, +1)

No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 50, +2)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 48, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 48, +1)

- [security] The server rewrote its instructions, which are the text every model session reads
- [functional] Server version: 0.9.184 → 0.9.194

### 2026-07-28 (score 47, +1)

- [security] The server rewrote its instructions, which are the text every model session reads
- [functional] Server version: 0.9.179 → 0.9.184

### 2026-07-27 (score 46, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

## MCP tools (48)

### `mfit_list_accounts` (~95 tokens)

List all MFIT accounts linked to this install.
Returns each account's id, email, label, and an "is_default" flag (true when only one is linked — no need to pass `account` in other tools). When multiple accounts are linked, every other mfit_* tool accepts an optional `account` parameter; pass id, email, or label (full or partial).

Input parameters:

- `account` (string)

### `mfit_get_profile` (~35 tokens)

Get the trainer's own MFIT profile: name, email, plan, payment country.

Input parameters:

- `account` (string)

### `mfit_client_list` (~143 tokens)

Read students in MFIT.
Actions:
  list — paginated list, filter by status/name
  get — full student profile
  list_groups — trainer's custom groups (DYNAMIC — call before creating/updating a student to get valid groupId)
Field types — STATIC: status (0=active/1=inactive).

[Flattened action: list]

Bulk support: accepts client_ids for batched execution.

Input parameters:

- `account` (string)
- `client_id`
- `client_ids` (array)
- `page` (number)
- `page_size` (number)
- `search` (string)
- `status`

### `mfit_client_get` (~143 tokens)

Read students in MFIT.
Actions:
  list — paginated list, filter by status/name
  get — full student profile
  list_groups — trainer's custom groups (DYNAMIC — call before creating/updating a student to get valid groupId)
Field types — STATIC: status (0=active/1=inactive).

[Flattened action: get]

Bulk support: accepts client_ids for batched execution.

Input parameters:

- `account` (string)
- `client_id`
- `client_ids` (array)
- `page` (number)
- `page_size` (number)
- `search` (string)
- `status`

### `mfit_client_list_groups` (~145 tokens)

Read students in MFIT.
Actions:
  list — paginated list, filter by status/name
  get — full student profile
  list_groups — trainer's custom groups (DYNAMIC — call before creating/updating a student to get valid groupId)
Field types — STATIC: status (0=active/1=inactive).

[Flattened action: list_groups]

Bulk support: accepts client_ids for batched execution.

Input parameters:

- `account` (string)
- `client_id`
- `client_ids` (array)
- `page` (number)
- `page_size` (number)
- `search` (string)
- `status`

### `mfit_client_write_create` (~185 tokens)

Create / update / deactivate students in MFIT.
Actions:
  create — register new student (name, email, phone required)
  update — edit student fields (partial update)
  deactivate — set student inactive (reversible via update)
Field types — STATIC: gender (m/f). DYNAMIC: groupId (per-trainer, call mfit_client list_groups first).

[Flattened action: create]

Bulk support: accepts client_ids for batched execution.

Input parameters:

- `account` (string)
- `birthDate` (string)
- `blockOverdue` (boolean)
- `client_id`
- `client_ids` (array)
- `email` (string)
- `gender` (string)
- `groupId`
- `lastName` (string)
- `name` (string)
- `phone` (string)

### `mfit_client_write_update` (~185 tokens)

Create / update / deactivate students in MFIT.
Actions:
  create — register new student (name, email, phone required)
  update — edit student fields (partial update)
  deactivate — set student inactive (reversible via update)
Field types — STATIC: gender (m/f). DYNAMIC: groupId (per-trainer, call mfit_client list_groups first).

[Flattened action: update]

Bulk support: accepts client_ids for batched execution.

Input parameters:

- `account` (string)
- `birthDate` (string)
- `blockOverdue` (boolean)
- `client_id`
- `client_ids` (array)
- `email` (string)
- `gender` (string)
- `groupId`
- `lastName` (string)
- `name` (string)
- `phone` (string)

### `mfit_client_write_deactivate` (~186 tokens)

Create / update / deactivate students in MFIT.
Actions:
  create — register new student (name, email, phone required)
  update — edit student fields (partial update)
  deactivate — set student inactive (reversible via update)
Field types — STATIC: gender (m/f). DYNAMIC: groupId (per-trainer, call mfit_client list_groups first).

[Flattened action: deactivate]

Bulk support: accepts client_ids for batched execution.

Input parameters:

- `account` (string)
- `birthDate` (string)
- `blockOverdue` (boolean)
- `client_id`
- `client_ids` (array)
- `email` (string)
- `gender` (string)
- `groupId`
- `lastName` (string)
- `name` (string)
- `phone` (string)

### `mfit_get_client_count` (~28 tokens)

Get a summary count of active and inactive students.

Input parameters:

- `account` (string)

### `mfit_get_client_notes` (~48 tokens)

Read notes/observations for one or many students (bulk via client_ids).

Input parameters:

- `account` (string)
- `client_id`
- `client_ids` (array)

### `mfit_get_client_notes_write` (~70 tokens)

Save (overwrite) notes/observations for a student. Replaces any existing notes text.

Bulk support: accepts client_ids for batched execution.

Input parameters:

- `account` (string)
- `client_id` (required)
- `client_ids` (array)
- `notes` (string, required)

### `mfit_client_files_list` (~100 tokens)

Read student files/attachments (diet plans, exams, planners, misc).
Actions: list (all files for a student), get (file detail with sharing info).

[Flattened action: list]

Bulk support: accepts client_ids, file_ids for batched execution.

Input parameters:

- `account` (string)
- `client_id`
- `client_ids` (array)
- `file_id`
- `file_ids` (array)

### `mfit_client_files_get` (~100 tokens)

Read student files/attachments (diet plans, exams, planners, misc).
Actions: list (all files for a student), get (file detail with sharing info).

[Flattened action: get]

Bulk support: accepts client_ids, file_ids for batched execution.

Input parameters:

- `account` (string)
- `client_id`
- `client_ids` (array)
- `file_id`
- `file_ids` (array)

### `mfit_client_files_write` (~75 tokens)

Update a student file: rename or change sharing settings.

Bulk support: accepts file_ids for batched execution.

Input parameters:

- `account` (string)
- `clients` (array)
- `file_id` (required)
- `file_ids` (array)
- `groups` (array)
- `nome` (string)

### `mfit_client_files_delete` (~68 tokens)

Delete a student file (irreversible).

Bulk support: accepts client_ids, file_ids for batched execution.

Input parameters:

- `account` (string)
- `client_id` (required)
- `client_ids` (array)
- `file_id` (required)
- `file_ids` (array)

### `mfit_get_client_workouts` (~50 tokens)

Get all workout routines assigned to one or many students. Supports bulk via client_ids.

Input parameters:

- `account` (string)
- `client_id`
- `client_ids` (array)

### `mfit_workout_get_routine` (~109 tokens)

Read workout routines and sessions in MFIT.
Actions:
  get_routine — routine details with all sessions
  get_session — session prescription with all exercises, series, and exercise IDs

[Flattened action: get_routine]

Bulk support: accepts routine_ids, session_ids for batched execution.

Input parameters:

- `account` (string)
- `routine_id`
- `routine_ids` (array)
- `session_id`
- `session_ids` (array)

### `mfit_workout_get_session` (~107 tokens)

Read workout routines and sessions in MFIT.
Actions:
  get_routine — routine details with all sessions
  get_session — session prescription with all exercises, series, and exercise IDs

[Flattened action: get_session]

Bulk support: accepts routine_ids, session_ids for batched execution.

Input parameters:

- `account` (string)
- `routine_id`
- `routine_ids` (array)
- `session_id`
- `session_ids` (array)

### `mfit_workout_write_create_routine` (~593 tokens)

Create / update workout routines, sessions, and exercises in MFIT.
Actions:
  create_routine — create a new workout routine for a student
  update_routine — edit routine name, dates, goal, difficulty, etc.
  archive_routine — archive a routine (status=1, reversible)
  unarchive_routine — restore archived routine to active (status=0)
  create_session — add a training session (day) to a routine
  add_exercise — add an exercise to a session (use mfit_search_exercises to find exercise_id). Added with 1 empty set — use update_serie to configure.
  update_serie — set reps, weight, rest for a serie. Get serie_id and exercise_session_id from mfit_workout get_session → exerciciosMontados.k{id}[0].series[0].id and .idExercSession.

Static options:
  trainingType: 1=Dia da Semana, 2=Numérico
  goal: 1=Hipertrofia, 2=Redução de gordura, 3=Redução de gordura/hipertrofia, 4=Definição muscular, 5=Condicionamento físico, 6=Qualidade de vida
  difficulty: 1=Iniciante, 2=Intermediário, 3=Avançado, 4=Adaptação
  day (session): 1=Domingo, 2=Segunda, 3=Terça, 4=Quarta, 5=Quinta, 6=Sexta, 7=Sábado

For destructive operations (delete routine / session / exercise) use mfit_workout_delete.

[Flattened action: create_routine]

Bulk support: accepts client_ids, routine_ids, session_ids, exercise_ids, exercise_session_ids, serie_ids for batched execution.

Input parameters:

- `account` (string)
- `allowPdfDownload` (boolean)
- `client_id`
- `client_ids` (array)
- `day` (number)
- `difficulty` (number)
- `endDate` (string)
- `exercise_id`
- `exercise_ids` (array)
- `exercise_session_id`
- `exercise_session_ids` (array)
- `goal` (number)
- `instructions` (string)
- `name` (string)
- `reps` (string)
- `rest` (string)
- `routine_id`
- `routine_ids` (array)
- `serie_id`
- `serie_ids` (array)
- `session_id`
- `session_ids` (array)
- `showTrainingTime` (boolean)
- `startDate` (string)
- `trainingType` (number)
- `weight` (string)

### `mfit_workout_write_update_routine` (~593 tokens)

Create / update workout routines, sessions, and exercises in MFIT.
Actions:
  create_routine — create a new workout routine for a student
  update_routine — edit routine name, dates, goal, difficulty, etc.
  archive_routine — archive a routine (status=1, reversible)
  unarchive_routine — restore archived routine to active (status=0)
  create_session — add a training session (day) to a routine
  add_exercise — add an exercise to a session (use mfit_search_exercises to find exercise_id). Added with 1 empty set — use update_serie to configure.
  update_serie — set reps, weight, rest for a serie. Get serie_id and exercise_session_id from mfit_workout get_session → exerciciosMontados.k{id}[0].series[0].id and .idExercSession.

Static options:
  trainingType: 1=Dia da Semana, 2=Numérico
  goal: 1=Hipertrofia, 2=Redução de gordura, 3=Redução de gordura/hipertrofia, 4=Definição muscular, 5=Condicionamento físico, 6=Qualidade de vida
  difficulty: 1=Iniciante, 2=Intermediário, 3=Avançado, 4=Adaptação
  day (session): 1=Domingo, 2=Segunda, 3=Terça, 4=Quarta, 5=Quinta, 6=Sexta, 7=Sábado

For destructive operations (delete routine / session / exercise) use mfit_workout_delete.

[Flattened action: update_routine]

Bulk support: accepts client_ids, routine_ids, session_ids, exercise_ids, exercise_session_ids, serie_ids for batched execution.

Input parameters:

- `account` (string)
- `allowPdfDownload` (boolean)
- `client_id`
- `client_ids` (array)
- `day` (number)
- `difficulty` (number)
- `endDate` (string)
- `exercise_id`
- `exercise_ids` (array)
- `exercise_session_id`
- `exercise_session_ids` (array)
- `goal` (number)
- `instructions` (string)
- `name` (string)
- `reps` (string)
- `rest` (string)
- `routine_id`
- `routine_ids` (array)
- `serie_id`
- `serie_ids` (array)
- `session_id`
- `session_ids` (array)
- `showTrainingTime` (boolean)
- `startDate` (string)
- `trainingType` (number)
- `weight` (string)

### `mfit_workout_write_archive_routine` (~593 tokens)

Create / update workout routines, sessions, and exercises in MFIT.
Actions:
  create_routine — create a new workout routine for a student
  update_routine — edit routine name, dates, goal, difficulty, etc.
  archive_routine — archive a routine (status=1, reversible)
  unarchive_routine — restore archived routine to active (status=0)
  create_session — add a training session (day) to a routine
  add_exercise — add an exercise to a session (use mfit_search_exercises to find exercise_id). Added with 1 empty set — use update_serie to configure.
  update_serie — set reps, weight, rest for a serie. Get serie_id and exercise_session_id from mfit_workout get_session → exerciciosMontados.k{id}[0].series[0].id and .idExercSession.

Static options:
  trainingType: 1=Dia da Semana, 2=Numérico
  goal: 1=Hipertrofia, 2=Redução de gordura, 3=Redução de gordura/hipertrofia, 4=Definição muscular, 5=Condicionamento físico, 6=Qualidade de vida
  difficulty: 1=Iniciante, 2=Intermediário, 3=Avançado, 4=Adaptação
  day (session): 1=Domingo, 2=Segunda, 3=Terça, 4=Quarta, 5=Quinta, 6=Sexta, 7=Sábado

For destructive operations (delete routine / session / exercise) use mfit_workout_delete.

[Flattened action: archive_routine]

Bulk support: accepts client_ids, routine_ids, session_ids, exercise_ids, exercise_session_ids, serie_ids for batched execution.

Input parameters:

- `account` (string)
- `allowPdfDownload` (boolean)
- `client_id`
- `client_ids` (array)
- `day` (number)
- `difficulty` (number)
- `endDate` (string)
- `exercise_id`
- `exercise_ids` (array)
- `exercise_session_id`
- `exercise_session_ids` (array)
- `goal` (number)
- `instructions` (string)
- `name` (string)
- `reps` (string)
- `rest` (string)
- `routine_id`
- `routine_ids` (array)
- `serie_id`
- `serie_ids` (array)
- `session_id`
- `session_ids` (array)
- `showTrainingTime` (boolean)
- `startDate` (string)
- `trainingType` (number)
- `weight` (string)

### `mfit_workout_write_unarchive_routine` (~595 tokens)

Create / update workout routines, sessions, and exercises in MFIT.
Actions:
  create_routine — create a new workout routine for a student
  update_routine — edit routine name, dates, goal, difficulty, etc.
  archive_routine — archive a routine (status=1, reversible)
  unarchive_routine — restore archived routine to active (status=0)
  create_session — add a training session (day) to a routine
  add_exercise — add an exercise to a session (use mfit_search_exercises to find exercise_id). Added with 1 empty set — use update_serie to configure.
  update_serie — set reps, weight, rest for a serie. Get serie_id and exercise_session_id from mfit_workout get_session → exerciciosMontados.k{id}[0].series[0].id and .idExercSession.

Static options:
  trainingType: 1=Dia da Semana, 2=Numérico
  goal: 1=Hipertrofia, 2=Redução de gordura, 3=Redução de gordura/hipertrofia, 4=Definição muscular, 5=Condicionamento físico, 6=Qualidade de vida
  difficulty: 1=Iniciante, 2=Intermediário, 3=Avançado, 4=Adaptação
  day (session): 1=Domingo, 2=Segunda, 3=Terça, 4=Quarta, 5=Quinta, 6=Sexta, 7=Sábado

For destructive operations (delete routine / session / exercise) use mfit_workout_delete.

[Flattened action: unarchive_routine]

Bulk support: accepts client_ids, routine_ids, session_ids, exercise_ids, exercise_session_ids, serie_ids for batched execution.

Input parameters:

- `account` (string)
- `allowPdfDownload` (boolean)
- `client_id`
- `client_ids` (array)
- `day` (number)
- `difficulty` (number)
- `endDate` (string)
- `exercise_id`
- `exercise_ids` (array)
- `exercise_session_id`
- `exercise_session_ids` (array)
- `goal` (number)
- `instructions` (string)
- `name` (string)
- `reps` (string)
- `rest` (string)
- `routine_id`
- `routine_ids` (array)
- `serie_id`
- `serie_ids` (array)
- `session_id`
- `session_ids` (array)
- `showTrainingTime` (boolean)
- `startDate` (string)
- `trainingType` (number)
- `weight` (string)

### `mfit_workout_write_create_session` (~591 tokens)

Create / update workout routines, sessions, and exercises in MFIT.
Actions:
  create_routine — create a new workout routine for a student
  update_routine — edit routine name, dates, goal, difficulty, etc.
  archive_routine — archive a routine (status=1, reversible)
  unarchive_routine — restore archived routine to active (status=0)
  create_session — add a training session (day) to a routine
  add_exercise — add an exercise to a session (use mfit_search_exercises to find exercise_id). Added with 1 empty set — use update_serie to configure.
  update_serie — set reps, weight, rest for a serie. Get serie_id and exercise_session_id from mfit_workout get_session → exerciciosMontados.k{id}[0].series[0].id and .idExercSession.

Static options:
  trainingType: 1=Dia da Semana, 2=Numérico
  goal: 1=Hipertrofia, 2=Redução de gordura, 3=Redução de gordura/hipertrofia, 4=Definição muscular, 5=Condicionamento físico, 6=Qualidade de vida
  difficulty: 1=Iniciante, 2=Intermediário, 3=Avançado, 4=Adaptação
  day (session): 1=Domingo, 2=Segunda, 3=Terça, 4=Quarta, 5=Quinta, 6=Sexta, 7=Sábado

For destructive operations (delete routine / session / exercise) use mfit_workout_delete.

[Flattened action: create_session]

Bulk support: accepts client_ids, routine_ids, session_ids, exercise_ids, exercise_session_ids, serie_ids for batched execution.

Input parameters:

- `account` (string)
- `allowPdfDownload` (boolean)
- `client_id`
- `client_ids` (array)
- `day` (number)
- `difficulty` (number)
- `endDate` (string)
- `exercise_id`
- `exercise_ids` (array)
- `exercise_session_id`
- `exercise_session_ids` (array)
- `goal` (number)
- `instructions` (string)
- `name` (string)
- `reps` (string)
- `rest` (string)
- `routine_id`
- `routine_ids` (array)
- `serie_id`
- `serie_ids` (array)
- `session_id`
- `session_ids` (array)
- `showTrainingTime` (boolean)
- `startDate` (string)
- `trainingType` (number)
- `weight` (string)

### `mfit_workout_write_add_exercise` (~593 tokens)

Create / update workout routines, sessions, and exercises in MFIT.
Actions:
  create_routine — create a new workout routine for a student
  update_routine — edit routine name, dates, goal, difficulty, etc.
  archive_routine — archive a routine (status=1, reversible)
  unarchive_routine — restore archived routine to active (status=0)
  create_session — add a training session (day) to a routine
  add_exercise — add an exercise to a session (use mfit_search_exercises to find exercise_id). Added with 1 empty set — use update_serie to configure.
  update_serie — set reps, weight, rest for a serie. Get serie_id and exercise_session_id from mfit_workout get_session → exerciciosMontados.k{id}[0].series[0].id and .idExercSession.

Static options:
  trainingType: 1=Dia da Semana, 2=Numérico
  goal: 1=Hipertrofia, 2=Redução de gordura, 3=Redução de gordura/hipertrofia, 4=Definição muscular, 5=Condicionamento físico, 6=Qualidade de vida
  difficulty: 1=Iniciante, 2=Intermediário, 3=Avançado, 4=Adaptação
  day (session): 1=Domingo, 2=Segunda, 3=Terça, 4=Quarta, 5=Quinta, 6=Sexta, 7=Sábado

For destructive operations (delete routine / session / exercise) use mfit_workout_delete.

[Flattened action: add_exercise]

Bulk support: accepts client_ids, routine_ids, session_ids, exercise_ids, exercise_session_ids, serie_ids for batched execution.

Input parameters:

- `account` (string)
- `allowPdfDownload` (boolean)
- `client_id`
- `client_ids` (array)
- `day` (number)
- `difficulty` (number)
- `endDate` (string)
- `exercise_id`
- `exercise_ids` (array)
- `exercise_session_id`
- `exercise_session_ids` (array)
- `goal` (number)
- `instructions` (string)
- `name` (string)
- `reps` (string)
- `rest` (string)
- `routine_id`
- `routine_ids` (array)
- `serie_id`
- `serie_ids` (array)
- `session_id`
- `session_ids` (array)
- `showTrainingTime` (boolean)
- `startDate` (string)
- `trainingType` (number)
- `weight` (string)

### `mfit_workout_write_update_serie` (~593 tokens)

Create / update workout routines, sessions, and exercises in MFIT.
Actions:
  create_routine — create a new workout routine for a student
  update_routine — edit routine name, dates, goal, difficulty, etc.
  archive_routine — archive a routine (status=1, reversible)
  unarchive_routine — restore archived routine to active (status=0)
  create_session — add a training session (day) to a routine
  add_exercise — add an exercise to a session (use mfit_search_exercises to find exercise_id). Added with 1 empty set — use update_serie to configure.
  update_serie — set reps, weight, rest for a serie. Get serie_id and exercise_session_id from mfit_workout get_session → exerciciosMontados.k{id}[0].series[0].id and .idExercSession.

Static options:
  trainingType: 1=Dia da Semana, 2=Numérico
  goal: 1=Hipertrofia, 2=Redução de gordura, 3=Redução de gordura/hipertrofia, 4=Definição muscular, 5=Condicionamento físico, 6=Qualidade de vida
  difficulty: 1=Iniciante, 2=Intermediário, 3=Avançado, 4=Adaptação
  day (session): 1=Domingo, 2=Segunda, 3=Terça, 4=Quarta, 5=Quinta, 6=Sexta, 7=Sábado

For destructive operations (delete routine / session / exercise) use mfit_workout_delete.

[Flattened action: update_serie]

Bulk support: accepts client_ids, routine_ids, session_ids, exercise_ids, exercise_session_ids, serie_ids for batched execution.

Input parameters:

- `account` (string)
- `allowPdfDownload` (boolean)
- `client_id`
- `client_ids` (array)
- `day` (number)
- `difficulty` (number)
- `endDate` (string)
- `exercise_id`
- `exercise_ids` (array)
- `exercise_session_id`
- `exercise_session_ids` (array)
- `goal` (number)
- `instructions` (string)
- `name` (string)
- `reps` (string)
- `rest` (string)
- `routine_id`
- `routine_ids` (array)
- `serie_id`
- `serie_ids` (array)
- `session_id`
- `session_ids` (array)
- `showTrainingTime` (boolean)
- `startDate` (string)
- `trainingType` (number)
- `weight` (string)

### `mfit_workout_delete_routine` (~180 tokens)

Destructive operations on workout routines, sessions, and exercises.
Actions:
  delete_routine — soft-delete a routine (moves to "Excluídas"; reversible)
  delete_session — remove a session from a routine (irreversible)
  delete_exercise — remove an exercise from a session (irreversible). Get exercise_session_id from mfit_workout get_session → exerciciosMontados.k{id}[0].idExercSession.

[Flattened action: delete_routine]

Bulk support: accepts routine_ids, session_ids, exercise_session_ids for batched execution.

Input parameters:

- `account` (string)
- `exercise_session_id`
- `exercise_session_ids` (array)
- `routine_id`
- `routine_ids` (array)
- `session_id`
- `session_ids` (array)

### `mfit_workout_delete_session` (~178 tokens)

Destructive operations on workout routines, sessions, and exercises.
Actions:
  delete_routine — soft-delete a routine (moves to "Excluídas"; reversible)
  delete_session — remove a session from a routine (irreversible)
  delete_exercise — remove an exercise from a session (irreversible). Get exercise_session_id from mfit_workout get_session → exerciciosMontados.k{id}[0].idExercSession.

[Flattened action: delete_session]

Bulk support: accepts routine_ids, session_ids, exercise_session_ids for batched execution.

Input parameters:

- `account` (string)
- `exercise_session_id`
- `exercise_session_ids` (array)
- `routine_id`
- `routine_ids` (array)
- `session_id`
- `session_ids` (array)

### `mfit_workout_delete_exercise` (~180 tokens)

Destructive operations on workout routines, sessions, and exercises.
Actions:
  delete_routine — soft-delete a routine (moves to "Excluídas"; reversible)
  delete_session — remove a session from a routine (irreversible)
  delete_exercise — remove an exercise from a session (irreversible). Get exercise_session_id from mfit_workout get_session → exerciciosMontados.k{id}[0].idExercSession.

[Flattened action: delete_exercise]

Bulk support: accepts routine_ids, session_ids, exercise_session_ids for batched execution.

Input parameters:

- `account` (string)
- `exercise_session_id`
- `exercise_session_ids` (array)
- `routine_id`
- `routine_ids` (array)
- `session_id`
- `session_ids` (array)

### `mfit_get_workout_library` (~73 tokens)

Browse the trainer's workout library folders and saved routines. Use folder_id=0 for the root.

Bulk support: accepts folder_ids for batched execution.

Input parameters:

- `account` (string)
- `folder_id` (number)
- `folder_ids` (array)
- `type` (number)

### `mfit_search_exercises` (~67 tokens)

Search the exercise library by name (Portuguese or English). Returns exercise name, category, muscle group, and video/image URL.

Input parameters:

- `account` (string)
- `hits_per_page` (number)
- `page` (number)
- `query` (string, required)

### `mfit_get_exercise_favorites` (~27 tokens)

Get the trainer's favorite exercises.

Input parameters:

- `account` (string)

### `mfit_get_user_exercises` (~27 tokens)

Get custom exercises created by the trainer.

Input parameters:

- `account` (string)

### `mfit_get_client_evaluations` (~54 tokens)

Get evaluations for one or many students: heart rate zones, VO2max, and training frequency.

Input parameters:

- `account` (string)
- `client_id`
- `client_ids` (array)

### `mfit_get_training_frequency` (~70 tokens)

Get which days one or many students trained in a date range. Returns true/false per day of week.

Input parameters:

- `account` (string)
- `client_id`
- `client_ids` (array)
- `end_date` (string, required)
- `start_date` (string, required)

### `mfit_get_retention` (~51 tokens)

Get student retention dashboard: active clients, engagement rate, growth rate, churn rate, NPS. Compare current period vs previous.

Input parameters:

- `account` (string)
- `period` (string)

### `mfit_get_finances` (~50 tokens)

Get financial overview: transactions in date range, wallet/payment info, seller status.

Input parameters:

- `account` (string)
- `end_date` (string, required)
- `start_date` (string, required)

### `mfit_get_invoices` (~47 tokens)

Get invoices/billing for one or many students (bulk via client_ids).

Input parameters:

- `account` (string)
- `client_id`
- `client_ids` (array)

### `mfit_get_anamnesis_models` (~42 tokens)

Get available anamnesis form templates (e.g. PAR-Q) that can be sent to students.

Input parameters:

- `account` (string)

### `mfit_get_today_checkins` (~55 tokens)

Check which students trained today. Scans all active students and returns two lists: who_trained and who_didnt. Single call, no need to check one by one.

Input parameters:

- `account` (string)

### `mfit_get_training_ranking` (~90 tokens)

Ranking of students who trained the most in a period (default: current month). Uses bulk frequency checks and returns top performers.

Input parameters:

- `account` (string)
- `end_date` (string)
- `include_frequency_payload` (boolean)
- `limit` (number)
- `month` (string)
- `start_date` (string)
- `status` (string)

### `mfit_get_feedbacks` (~64 tokens)

Get all unread workout feedbacks from students. Each feedback includes: student name, Borg RPE score (1-10 perceived effort), text feedback, workout date/time, duration. Shows which students completed workouts and how they felt.

Input parameters:

- `account` (string)

### `mfit_get_retention_clients` (~83 tokens)

List students by retention status: AT_RISK (may churn), ABANDONED (stopped training), ACTIVE, or all. Shows days since last workout, avg weekly workouts, WhatsApp link. Much more useful than listing clients — this tells you WHO NEEDS ATTENTION.

Input parameters:

- `account` (string)
- `status` (string)

### `show_version` (~17 tokens)

Show the current MCP platform and adapter versions.

### `report_bug` (~50 tokens)

Report a bug, missing feature, or send feedback. Include the conversation array with recent messages for reproduction.

Input parameters:

- `context` (string)
- `conversation` (string)
- `message` (string, required)

### `connect` (~42 tokens)

Returns connection status and URLs. When all providers are connected, returns authenticated:true and empty pending[]. When credentials are missing, returns connect_url for the toolkit and per-install URLs.

### `toolkit_info` (~30 tokens)

Returns the current toolkit state: installed MCPs, their connection status, and how many catalog tools each exposes.

### `marketplace` (~402 tokens)

The official mcp.ai marketplace — the in-platform catalog of every MCP/tool, AND the way to run them. Covers capability requests like "find an MCP that does X", "consulta um CPF", "is there a tool for Y". Core flow: action=search discovers MCPs by intent → describe returns one MCP's full profile (every tool with its id + params, pricing, auth) so you pick the right tool_id → invoke RUNS that tool. KEY: invoke works even when the MCP is NOT installed — it runs the tool pontualmente (one-off), without adding the MCP to the toolkit and without bloating the tool list. If the MCP needs a credential/login, invoke returns a connect link; if it is paid and the wallet is empty, invoke returns a checkout/top-up link (the user opens it, then you retry). Use install only to make an MCP PERMANENT in the active toolkit (its tools then show up natively in future sessions); prefer invoke for a single/occasional use. list_tools lists what is callable right now. subscribe/cancel handle per-MCP billing; report_bug sends feedback; request_mcp asks us to build a NEW MCP when nothing fits. Search/describe flag installed_in_toolkit vs installed_in_workspace. Writes (install/uninstall/subscribe/cancel and the one-off install behind invoke) require workspace owner/admin.

Input parameters:

- `action` (string)
- `arguments` (string)
- `cancel_comment` (string)
- `cancel_reason` (string)
- `conversation` (string)
- `immediate` (boolean)
- `limit` (number)
- `mcp_id` (string)
- `message` (string)
- `query` (string)
- `report_context` (string)
- `request_details` (string)
- `request_name` (string)
- `tier_slug` (string)
- `tool_id` (string)

### `authenticate` (~99 tokens)

MCP.AI for IDE agents (Cursor, etc.): log in in the browser, copy the access token. Best: add it to this server's config as a header `Authorization: Bearer <token>` for a permanent, non-expiring connection. Or paste it here for a session-only login: call with { token: "<jwt>" } after the user pastes, or with no args to get the link.

Input parameters:

- `token` (string)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/mcp-dir-mfit-mcp/p-mfit#diagnostics

## Score history

- 2026-08-03: 52
- 2026-08-02: 51
- 2026-08-01: 51
- 2026-07-31: 50
- 2026-07-30: 48
- 2026-07-29: 48
- 2026-07-28: 47
- 2026-07-27: 46
- 2026-07-26: 46

## Links

- Remote endpoint: https://api.mcp.ai/p_mfit
- Repository: https://github.com/mcp-dir/mfit-mcp
- Changelog RSS feed: https://verifymcp.io/servers/mcp-dir-mfit-mcp/p-mfit/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/mcp-dir-mfit-mcp/p-mfit/changelog.json
- HTML version of this page: https://verifymcp.io/servers/mcp-dir-mfit-mcp/p-mfit
