# Feegow Clinic (remote · api.mcp.ai)

Full clinic management on Feegow Clinic, patients, appointments, providers, specialties, insurance,

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

## Components

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

## Channel facts

- Endpoint: `https://api.mcp.ai/p_feegow`
- 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 (feegow_financial_delete_remove_invoice).
  - 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**: 34/100
  - AI-judged instruction clarity (poor).
  - Context-footprint check failed: tool/resource definitions use about 13731 tokens (~146/item across 94 items; 94 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-feegow-mcp https://api.mcp.ai/p_feegow
```

### Codex

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

### opencode

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

### OpenClaw

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

### Hermes

```yaml
mcp_servers:
  mcp-dir-feegow-mcp:
    url: "https://api.mcp.ai/p_feegow"
```

### Other

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

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 51, +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 50, 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 50, +1)

- [security] The server rewrote its instructions, which are the text every model session reads
- [security] Tool “marketplace” rewrote its description, which is the text the model reads
- [functional] Server version: 0.9.196 → 0.9.197

### 2026-07-31 (score 49, +1)

- [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, +1)

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

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

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

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

- [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, +1)

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

## MCP tools (94)

### `feegow_list_accounts` (~39 tokens)

List Feegow API connections (clinics) linked to this install — id, label, name.

Input parameters:

- `account` (string)

### `feegow_patient_list` (~225 tokens)

Read patients in Feegow Clinic.
Actions:
\- list: paginated patient list (offset/limit). Filter by telefone, cpf, origem_id, alterado_em, data_aniversario.
\- get: full detail by paciente_id (includes address, insurance, documents).
\- search_cpf: find patient by CPF (11 digits, numbers only).
Returns name, birth date, gender, address, phones, emails, documents, insurance info.

[Flattened action: list]

Bulk support: accepts paciente_ids, origem_ids for batched execution.

Input parameters:

- `account` (string)
- `alterado_em` (string)
- `cpf` (string)
- `data_aniversario` (string)
- `limit` (number)
- `offset` (number)
- `origem_id` (number)
- `origem_ids` (array)
- `paciente_id` (number)
- `paciente_ids` (array)
- `photo` (boolean)
- `programa_saude` (boolean)
- `telefone` (string)

### `feegow_patient_get` (~225 tokens)

Read patients in Feegow Clinic.
Actions:
\- list: paginated patient list (offset/limit). Filter by telefone, cpf, origem_id, alterado_em, data_aniversario.
\- get: full detail by paciente_id (includes address, insurance, documents).
\- search_cpf: find patient by CPF (11 digits, numbers only).
Returns name, birth date, gender, address, phones, emails, documents, insurance info.

[Flattened action: get]

Bulk support: accepts paciente_ids, origem_ids for batched execution.

Input parameters:

- `account` (string)
- `alterado_em` (string)
- `cpf` (string)
- `data_aniversario` (string)
- `limit` (number)
- `offset` (number)
- `origem_id` (number)
- `origem_ids` (array)
- `paciente_id` (number)
- `paciente_ids` (array)
- `photo` (boolean)
- `programa_saude` (boolean)
- `telefone` (string)

### `feegow_patient_search_cpf` (~229 tokens)

Read patients in Feegow Clinic.
Actions:
\- list: paginated patient list (offset/limit). Filter by telefone, cpf, origem_id, alterado_em, data_aniversario.
\- get: full detail by paciente_id (includes address, insurance, documents).
\- search_cpf: find patient by CPF (11 digits, numbers only).
Returns name, birth date, gender, address, phones, emails, documents, insurance info.

[Flattened action: search_cpf]

Bulk support: accepts paciente_ids, origem_ids for batched execution.

Input parameters:

- `account` (string)
- `alterado_em` (string)
- `cpf` (string)
- `data_aniversario` (string)
- `limit` (number)
- `offset` (number)
- `origem_id` (number)
- `origem_ids` (array)
- `paciente_id` (number)
- `paciente_ids` (array)
- `photo` (boolean)
- `programa_saude` (boolean)
- `telefone` (string)

### `feegow_patient_write_create` (~136 tokens)

Create or edit patients in Feegow Clinic.
Actions:
\- create: requires nome_completo and cpf (11 digits). Optional: data_nascimento (YYYY-MM-DD), genero (M/F), origem_id, celular, telefone, email, endereco, cidade, estado, cep, observacao, convenio_id, plano_id, matricula, titular, validade, tabela_id, nome_social, peso, altura.
\- edit: requires paciente_id. All other fields optional — only pass what you want to change.

[Flattened action: create]

Input parameters:

- `account` (string)
- `data` (string, required)

### `feegow_patient_write_edit` (~136 tokens)

Create or edit patients in Feegow Clinic.
Actions:
\- create: requires nome_completo and cpf (11 digits). Optional: data_nascimento (YYYY-MM-DD), genero (M/F), origem_id, celular, telefone, email, endereco, cidade, estado, cep, observacao, convenio_id, plano_id, matricula, titular, validade, tabela_id, nome_social, peso, altura.
\- edit: requires paciente_id. All other fields optional — only pass what you want to change.

[Flattened action: edit]

Input parameters:

- `account` (string)
- `data` (string, required)

### `feegow_patient_support_list_sources` (~194 tokens)

Supporting patient data reads in Feegow.
Actions:
\- list_sources: list all patient origins (origem).
\- list_dependents: list dependents for a patient (requires paciente_id).
\- list_privates: list private pricing tables.
\- health_programs: list health programs (filter by program_id, nome_programa, convenio_id, status, tipo_programa_id, data_start, data_end).
\- exam_requests: list exam requests (requires paciente_id, data_inicio, data_fim, tipo_pedido: 1=Standard, 2=SADT).

For uploading a file to a patient record use feegow_patient_support_write.

[Flattened action: list_sources]

Bulk support: accepts paciente_ids for batched execution.

Input parameters:

- `account` (string)
- `data` (string)
- `paciente_id` (number)
- `paciente_ids` (array)

### `feegow_patient_support_list_dependents` (~196 tokens)

Supporting patient data reads in Feegow.
Actions:
\- list_sources: list all patient origins (origem).
\- list_dependents: list dependents for a patient (requires paciente_id).
\- list_privates: list private pricing tables.
\- health_programs: list health programs (filter by program_id, nome_programa, convenio_id, status, tipo_programa_id, data_start, data_end).
\- exam_requests: list exam requests (requires paciente_id, data_inicio, data_fim, tipo_pedido: 1=Standard, 2=SADT).

For uploading a file to a patient record use feegow_patient_support_write.

[Flattened action: list_dependents]

Bulk support: accepts paciente_ids for batched execution.

Input parameters:

- `account` (string)
- `data` (string)
- `paciente_id` (number)
- `paciente_ids` (array)

### `feegow_patient_support_list_privates` (~196 tokens)

Supporting patient data reads in Feegow.
Actions:
\- list_sources: list all patient origins (origem).
\- list_dependents: list dependents for a patient (requires paciente_id).
\- list_privates: list private pricing tables.
\- health_programs: list health programs (filter by program_id, nome_programa, convenio_id, status, tipo_programa_id, data_start, data_end).
\- exam_requests: list exam requests (requires paciente_id, data_inicio, data_fim, tipo_pedido: 1=Standard, 2=SADT).

For uploading a file to a patient record use feegow_patient_support_write.

[Flattened action: list_privates]

Bulk support: accepts paciente_ids for batched execution.

Input parameters:

- `account` (string)
- `data` (string)
- `paciente_id` (number)
- `paciente_ids` (array)

### `feegow_patient_support_health_programs` (~196 tokens)

Supporting patient data reads in Feegow.
Actions:
\- list_sources: list all patient origins (origem).
\- list_dependents: list dependents for a patient (requires paciente_id).
\- list_privates: list private pricing tables.
\- health_programs: list health programs (filter by program_id, nome_programa, convenio_id, status, tipo_programa_id, data_start, data_end).
\- exam_requests: list exam requests (requires paciente_id, data_inicio, data_fim, tipo_pedido: 1=Standard, 2=SADT).

For uploading a file to a patient record use feegow_patient_support_write.

[Flattened action: health_programs]

Bulk support: accepts paciente_ids for batched execution.

Input parameters:

- `account` (string)
- `data` (string)
- `paciente_id` (number)
- `paciente_ids` (array)

### `feegow_patient_support_exam_requests` (~194 tokens)

Supporting patient data reads in Feegow.
Actions:
\- list_sources: list all patient origins (origem).
\- list_dependents: list dependents for a patient (requires paciente_id).
\- list_privates: list private pricing tables.
\- health_programs: list health programs (filter by program_id, nome_programa, convenio_id, status, tipo_programa_id, data_start, data_end).
\- exam_requests: list exam requests (requires paciente_id, data_inicio, data_fim, tipo_pedido: 1=Standard, 2=SADT).

For uploading a file to a patient record use feegow_patient_support_write.

[Flattened action: exam_requests]

Bulk support: accepts paciente_ids for batched execution.

Input parameters:

- `account` (string)
- `data` (string)
- `paciente_id` (number)
- `paciente_ids` (array)

### `feegow_patient_support_write` (~59 tokens)

Upload a base64 file to a patient record in Feegow. Requires data JSON with paciente_id or cpf+nascimento, base64_file, arquivo_descricao.

Input parameters:

- `account` (string)
- `data` (string, required)

### `feegow_appointment_list` (~225 tokens)

Read appointments and scheduling data in Feegow.
Actions:
\- list: search appointments by date range (data_start/data_end DD-MM-YYYY), profissional_id, paciente_id, unidade_id, especialidade_id, procedimento_id, canal_id, retorno, list_procedures (1/0).
\- statuses: list all appointment status types (Marcado, Em atendimento, Atendido, etc.).
\- motives: list cancellation/rescheduling motives.
\- channels: list appointment channels (online, clinic, etc.).
\- available_schedule: find available time slots. Requires tipo (E=Especialidade, P=Procedimento), data_start, data_end (DD-MM-YYYY). Optional: especialidade_id, procedimento_id, unidade_id, profissional_id, convenio_id.
\- queue_position: generate queue ticket (requires unidade_id, tipo_senha: 0=G, 1=P, 2=C, 3=E, 4=R).

[Flattened action: list]

Input parameters:

- `account` (string)
- `data` (string)

### `feegow_appointment_statuses` (~226 tokens)

Read appointments and scheduling data in Feegow.
Actions:
\- list: search appointments by date range (data_start/data_end DD-MM-YYYY), profissional_id, paciente_id, unidade_id, especialidade_id, procedimento_id, canal_id, retorno, list_procedures (1/0).
\- statuses: list all appointment status types (Marcado, Em atendimento, Atendido, etc.).
\- motives: list cancellation/rescheduling motives.
\- channels: list appointment channels (online, clinic, etc.).
\- available_schedule: find available time slots. Requires tipo (E=Especialidade, P=Procedimento), data_start, data_end (DD-MM-YYYY). Optional: especialidade_id, procedimento_id, unidade_id, profissional_id, convenio_id.
\- queue_position: generate queue ticket (requires unidade_id, tipo_senha: 0=G, 1=P, 2=C, 3=E, 4=R).

[Flattened action: statuses]

Input parameters:

- `account` (string)
- `data` (string)

### `feegow_appointment_motives` (~227 tokens)

Read appointments and scheduling data in Feegow.
Actions:
\- list: search appointments by date range (data_start/data_end DD-MM-YYYY), profissional_id, paciente_id, unidade_id, especialidade_id, procedimento_id, canal_id, retorno, list_procedures (1/0).
\- statuses: list all appointment status types (Marcado, Em atendimento, Atendido, etc.).
\- motives: list cancellation/rescheduling motives.
\- channels: list appointment channels (online, clinic, etc.).
\- available_schedule: find available time slots. Requires tipo (E=Especialidade, P=Procedimento), data_start, data_end (DD-MM-YYYY). Optional: especialidade_id, procedimento_id, unidade_id, profissional_id, convenio_id.
\- queue_position: generate queue ticket (requires unidade_id, tipo_senha: 0=G, 1=P, 2=C, 3=E, 4=R).

[Flattened action: motives]

Input parameters:

- `account` (string)
- `data` (string)

### `feegow_appointment_channels` (~225 tokens)

Read appointments and scheduling data in Feegow.
Actions:
\- list: search appointments by date range (data_start/data_end DD-MM-YYYY), profissional_id, paciente_id, unidade_id, especialidade_id, procedimento_id, canal_id, retorno, list_procedures (1/0).
\- statuses: list all appointment status types (Marcado, Em atendimento, Atendido, etc.).
\- motives: list cancellation/rescheduling motives.
\- channels: list appointment channels (online, clinic, etc.).
\- available_schedule: find available time slots. Requires tipo (E=Especialidade, P=Procedimento), data_start, data_end (DD-MM-YYYY). Optional: especialidade_id, procedimento_id, unidade_id, profissional_id, convenio_id.
\- queue_position: generate queue ticket (requires unidade_id, tipo_senha: 0=G, 1=P, 2=C, 3=E, 4=R).

[Flattened action: channels]

Input parameters:

- `account` (string)
- `data` (string)

### `feegow_appointment_available_schedule` (~227 tokens)

Read appointments and scheduling data in Feegow.
Actions:
\- list: search appointments by date range (data_start/data_end DD-MM-YYYY), profissional_id, paciente_id, unidade_id, especialidade_id, procedimento_id, canal_id, retorno, list_procedures (1/0).
\- statuses: list all appointment status types (Marcado, Em atendimento, Atendido, etc.).
\- motives: list cancellation/rescheduling motives.
\- channels: list appointment channels (online, clinic, etc.).
\- available_schedule: find available time slots. Requires tipo (E=Especialidade, P=Procedimento), data_start, data_end (DD-MM-YYYY). Optional: especialidade_id, procedimento_id, unidade_id, profissional_id, convenio_id.
\- queue_position: generate queue ticket (requires unidade_id, tipo_senha: 0=G, 1=P, 2=C, 3=E, 4=R).

[Flattened action: available_schedule]

Input parameters:

- `account` (string)
- `data` (string)

### `feegow_appointment_queue_position` (~227 tokens)

Read appointments and scheduling data in Feegow.
Actions:
\- list: search appointments by date range (data_start/data_end DD-MM-YYYY), profissional_id, paciente_id, unidade_id, especialidade_id, procedimento_id, canal_id, retorno, list_procedures (1/0).
\- statuses: list all appointment status types (Marcado, Em atendimento, Atendido, etc.).
\- motives: list cancellation/rescheduling motives.
\- channels: list appointment channels (online, clinic, etc.).
\- available_schedule: find available time slots. Requires tipo (E=Especialidade, P=Procedimento), data_start, data_end (DD-MM-YYYY). Optional: especialidade_id, procedimento_id, unidade_id, profissional_id, convenio_id.
\- queue_position: generate queue ticket (requires unidade_id, tipo_senha: 0=G, 1=P, 2=C, 3=E, 4=R).

[Flattened action: queue_position]

Input parameters:

- `account` (string)
- `data` (string)

### `feegow_appointment_write_create` (~223 tokens)

Create, cancel, reschedule, or update status of appointments in Feegow.
Actions:
\- create: new appointment. Requires local_id, paciente_id, profissional_id, especialidade_id, procedimento_id, data (DD-MM-YYYY), horario (HH:MM:SS 24h), valor (centavos), plano (0=no insurance, 1=insurance). Optional: convenio_id, convenio_plano_id, canal_id, tabela_id, notas, celular, telefone, email, retorno, sys_user.
\- cancel: requires agendamento_id, motivo_id. Optional: obs. (reversible status flip — not a hard delete).
\- reschedule: requires agendamento_id, motivo_id, data (DD-MM-YYYY), horario (HH:MM:SS). Optional: obs.
\- update_status: requires AgendamentoID, StatusID. Optional: Obs, HoraChegada (HH:MM for waiting status).

[Flattened action: create]

Input parameters:

- `account` (string)
- `data` (string, required)

### `feegow_appointment_write_cancel` (~223 tokens)

Create, cancel, reschedule, or update status of appointments in Feegow.
Actions:
\- create: new appointment. Requires local_id, paciente_id, profissional_id, especialidade_id, procedimento_id, data (DD-MM-YYYY), horario (HH:MM:SS 24h), valor (centavos), plano (0=no insurance, 1=insurance). Optional: convenio_id, convenio_plano_id, canal_id, tabela_id, notas, celular, telefone, email, retorno, sys_user.
\- cancel: requires agendamento_id, motivo_id. Optional: obs. (reversible status flip — not a hard delete).
\- reschedule: requires agendamento_id, motivo_id, data (DD-MM-YYYY), horario (HH:MM:SS). Optional: obs.
\- update_status: requires AgendamentoID, StatusID. Optional: Obs, HoraChegada (HH:MM for waiting status).

[Flattened action: cancel]

Input parameters:

- `account` (string)
- `data` (string, required)

### `feegow_appointment_write_reschedule` (~225 tokens)

Create, cancel, reschedule, or update status of appointments in Feegow.
Actions:
\- create: new appointment. Requires local_id, paciente_id, profissional_id, especialidade_id, procedimento_id, data (DD-MM-YYYY), horario (HH:MM:SS 24h), valor (centavos), plano (0=no insurance, 1=insurance). Optional: convenio_id, convenio_plano_id, canal_id, tabela_id, notas, celular, telefone, email, retorno, sys_user.
\- cancel: requires agendamento_id, motivo_id. Optional: obs. (reversible status flip — not a hard delete).
\- reschedule: requires agendamento_id, motivo_id, data (DD-MM-YYYY), horario (HH:MM:SS). Optional: obs.
\- update_status: requires AgendamentoID, StatusID. Optional: Obs, HoraChegada (HH:MM for waiting status).

[Flattened action: reschedule]

Input parameters:

- `account` (string)
- `data` (string, required)

### `feegow_appointment_write_update_status` (~225 tokens)

Create, cancel, reschedule, or update status of appointments in Feegow.
Actions:
\- create: new appointment. Requires local_id, paciente_id, profissional_id, especialidade_id, procedimento_id, data (DD-MM-YYYY), horario (HH:MM:SS 24h), valor (centavos), plano (0=no insurance, 1=insurance). Optional: convenio_id, convenio_plano_id, canal_id, tabela_id, notas, celular, telefone, email, retorno, sys_user.
\- cancel: requires agendamento_id, motivo_id. Optional: obs. (reversible status flip — not a hard delete).
\- reschedule: requires agendamento_id, motivo_id, data (DD-MM-YYYY), horario (HH:MM:SS). Optional: obs.
\- update_status: requires AgendamentoID, StatusID. Optional: Obs, HoraChegada (HH:MM for waiting status).

[Flattened action: update_status]

Input parameters:

- `account` (string)
- `data` (string, required)

### `feegow_professional_list` (~173 tokens)

Read professionals (doctors, specialists) in Feegow.
Actions:
\- list: list professionals. Requires ativo (0=inactive, 1=active). Optional: unidade_id, especialidade_id.
\- get: full detail + specialties for a professional (requires profissional_id).
\- insurance: list insurance plans accepted by a professional (requires profissional_id).

[Flattened action: list]

Bulk support: accepts profissional_ids, unidade_ids, especialidade_ids for batched execution.

Input parameters:

- `account` (string)
- `ativo` (number)
- `especialidade_id` (number)
- `especialidade_ids` (array)
- `profissional_id` (number)
- `profissional_ids` (array)
- `unidade_id` (number)
- `unidade_ids` (array)

### `feegow_professional_get` (~173 tokens)

Read professionals (doctors, specialists) in Feegow.
Actions:
\- list: list professionals. Requires ativo (0=inactive, 1=active). Optional: unidade_id, especialidade_id.
\- get: full detail + specialties for a professional (requires profissional_id).
\- insurance: list insurance plans accepted by a professional (requires profissional_id).

[Flattened action: get]

Bulk support: accepts profissional_ids, unidade_ids, especialidade_ids for batched execution.

Input parameters:

- `account` (string)
- `ativo` (number)
- `especialidade_id` (number)
- `especialidade_ids` (array)
- `profissional_id` (number)
- `profissional_ids` (array)
- `unidade_id` (number)
- `unidade_ids` (array)

### `feegow_professional_insurance` (~174 tokens)

Read professionals (doctors, specialists) in Feegow.
Actions:
\- list: list professionals. Requires ativo (0=inactive, 1=active). Optional: unidade_id, especialidade_id.
\- get: full detail + specialties for a professional (requires profissional_id).
\- insurance: list insurance plans accepted by a professional (requires profissional_id).

[Flattened action: insurance]

Bulk support: accepts profissional_ids, unidade_ids, especialidade_ids for batched execution.

Input parameters:

- `account` (string)
- `ativo` (number)
- `especialidade_id` (number)
- `especialidade_ids` (array)
- `profissional_id` (number)
- `profissional_ids` (array)
- `unidade_id` (number)
- `unidade_ids` (array)

### `feegow_company_list_units` (~85 tokens)

Read clinic company info in Feegow.
Actions:
\- list_units: list all units (matriz + filiais). Optional: endereco, cep.
\- list_locals: list rooms/locations registered across units.

[Flattened action: list_units]

Input parameters:

- `account` (string)
- `cep` (string)
- `endereco` (string)

### `feegow_company_list_locals` (~87 tokens)

Read clinic company info in Feegow.
Actions:
\- list_units: list all units (matriz + filiais). Optional: endereco, cep.
\- list_locals: list rooms/locations registered across units.

[Flattened action: list_locals]

Input parameters:

- `account` (string)
- `cep` (string)
- `endereco` (string)

### `feegow_specialty` (~63 tokens)

List all medical specialties available for scheduling in Feegow. Optional filter by unidade_id.

Bulk support: accepts unidade_ids for batched execution.

Input parameters:

- `account` (string)
- `unidade_id` (number)
- `unidade_ids` (array)

### `feegow_insurance` (~71 tokens)

List all accepted insurance plans (convênios) and their sub-plans in Feegow. Optional filter by unidade_id.

Bulk support: accepts unidade_ids for batched execution.

Input parameters:

- `account` (string)
- `unidade_id` (number)
- `unidade_ids` (array)

### `feegow_procedure_list` (~165 tokens)

Read procedures in Feegow. Values in centavos.
Actions:
\- list: list procedures + values. Filter by tipo_procedimento, procedimento_id, unidade_id, paciente_id, especialidade_id, profissional_id, tabela_id, nome_procedimento.
\- types: list procedure types (Cirurgia, Consulta, Exame, Procedimento, Retorno).
\- insurance_list: list insurance plans that accept a procedure (by procedimentoID or nomeProcedimento).
\- franchise: list imported franchise procedures (requires unidade_id).
\- bundles: list procedure bundles/packages (optional procedimento_id, pacote_id).
\- groups: list procedure groups (optional grupo_id).

[Flattened action: list]

Input parameters:

- `account` (string)
- `data` (string)

### `feegow_procedure_types` (~165 tokens)

Read procedures in Feegow. Values in centavos.
Actions:
\- list: list procedures + values. Filter by tipo_procedimento, procedimento_id, unidade_id, paciente_id, especialidade_id, profissional_id, tabela_id, nome_procedimento.
\- types: list procedure types (Cirurgia, Consulta, Exame, Procedimento, Retorno).
\- insurance_list: list insurance plans that accept a procedure (by procedimentoID or nomeProcedimento).
\- franchise: list imported franchise procedures (requires unidade_id).
\- bundles: list procedure bundles/packages (optional procedimento_id, pacote_id).
\- groups: list procedure groups (optional grupo_id).

[Flattened action: types]

Input parameters:

- `account` (string)
- `data` (string)

### `feegow_procedure_insurance_list` (~168 tokens)

Read procedures in Feegow. Values in centavos.
Actions:
\- list: list procedures + values. Filter by tipo_procedimento, procedimento_id, unidade_id, paciente_id, especialidade_id, profissional_id, tabela_id, nome_procedimento.
\- types: list procedure types (Cirurgia, Consulta, Exame, Procedimento, Retorno).
\- insurance_list: list insurance plans that accept a procedure (by procedimentoID or nomeProcedimento).
\- franchise: list imported franchise procedures (requires unidade_id).
\- bundles: list procedure bundles/packages (optional procedimento_id, pacote_id).
\- groups: list procedure groups (optional grupo_id).

[Flattened action: insurance_list]

Input parameters:

- `account` (string)
- `data` (string)

### `feegow_procedure_franchise` (~166 tokens)

Read procedures in Feegow. Values in centavos.
Actions:
\- list: list procedures + values. Filter by tipo_procedimento, procedimento_id, unidade_id, paciente_id, especialidade_id, profissional_id, tabela_id, nome_procedimento.
\- types: list procedure types (Cirurgia, Consulta, Exame, Procedimento, Retorno).
\- insurance_list: list insurance plans that accept a procedure (by procedimentoID or nomeProcedimento).
\- franchise: list imported franchise procedures (requires unidade_id).
\- bundles: list procedure bundles/packages (optional procedimento_id, pacote_id).
\- groups: list procedure groups (optional grupo_id).

[Flattened action: franchise]

Input parameters:

- `account` (string)
- `data` (string)

### `feegow_procedure_bundles` (~167 tokens)

Read procedures in Feegow. Values in centavos.
Actions:
\- list: list procedures + values. Filter by tipo_procedimento, procedimento_id, unidade_id, paciente_id, especialidade_id, profissional_id, tabela_id, nome_procedimento.
\- types: list procedure types (Cirurgia, Consulta, Exame, Procedimento, Retorno).
\- insurance_list: list insurance plans that accept a procedure (by procedimentoID or nomeProcedimento).
\- franchise: list imported franchise procedures (requires unidade_id).
\- bundles: list procedure bundles/packages (optional procedimento_id, pacote_id).
\- groups: list procedure groups (optional grupo_id).

[Flattened action: bundles]

Input parameters:

- `account` (string)
- `data` (string)

### `feegow_procedure_groups` (~165 tokens)

Read procedures in Feegow. Values in centavos.
Actions:
\- list: list procedures + values. Filter by tipo_procedimento, procedimento_id, unidade_id, paciente_id, especialidade_id, profissional_id, tabela_id, nome_procedimento.
\- types: list procedure types (Cirurgia, Consulta, Exame, Procedimento, Retorno).
\- insurance_list: list insurance plans that accept a procedure (by procedimentoID or nomeProcedimento).
\- franchise: list imported franchise procedures (requires unidade_id).
\- bundles: list procedure bundles/packages (optional procedimento_id, pacote_id).
\- groups: list procedure groups (optional grupo_id).

[Flattened action: groups]

Input parameters:

- `account` (string)
- `data` (string)

### `feegow_employee` (~75 tokens)

List employees in Feegow. Requires ativo (0=inactive, 1=active). Optional: unidade_id.

Bulk support: accepts unidade_ids for batched execution.

Input parameters:

- `account` (string)
- `ativo` (number)
- `unidade_id` (number)
- `unidade_ids` (array)

### `feegow_lock` (~57 tokens)

List schedule locks/blocks in Feegow. Filter by bloqueio_id, date_start, date_end (DD-MM-YYYY), profissional_id, unidade_id.

Input parameters:

- `account` (string)
- `data` (string)

### `feegow_financial_list_suppliers` (~116 tokens)

Read financial data in Feegow.
Actions:
\- list_suppliers, search_supplier, list_categories, list_cost_centers, list_transfers,
  list_invoices, list_current_accounts, find_invoice_nfse, list_credit_card_brands,
  list_vouchers, list_sales, list_private_tables, get_dmed.
All params are passed as JSON in the "data" field.

[Flattened action: list_suppliers]

Input parameters:

- `account` (string)
- `data` (string)

### `feegow_financial_search_supplier` (~114 tokens)

Read financial data in Feegow.
Actions:
\- list_suppliers, search_supplier, list_categories, list_cost_centers, list_transfers,
  list_invoices, list_current_accounts, find_invoice_nfse, list_credit_card_brands,
  list_vouchers, list_sales, list_private_tables, get_dmed.
All params are passed as JSON in the "data" field.

[Flattened action: search_supplier]

Input parameters:

- `account` (string)
- `data` (string)

### `feegow_financial_list_categories` (~114 tokens)

Read financial data in Feegow.
Actions:
\- list_suppliers, search_supplier, list_categories, list_cost_centers, list_transfers,
  list_invoices, list_current_accounts, find_invoice_nfse, list_credit_card_brands,
  list_vouchers, list_sales, list_private_tables, get_dmed.
All params are passed as JSON in the "data" field.

[Flattened action: list_categories]

Input parameters:

- `account` (string)
- `data` (string)

### `feegow_financial_list_cost_centers` (~118 tokens)

Read financial data in Feegow.
Actions:
\- list_suppliers, search_supplier, list_categories, list_cost_centers, list_transfers,
  list_invoices, list_current_accounts, find_invoice_nfse, list_credit_card_brands,
  list_vouchers, list_sales, list_private_tables, get_dmed.
All params are passed as JSON in the "data" field.

[Flattened action: list_cost_centers]

Input parameters:

- `account` (string)
- `data` (string)

### `feegow_financial_list_transfers` (~116 tokens)

Read financial data in Feegow.
Actions:
\- list_suppliers, search_supplier, list_categories, list_cost_centers, list_transfers,
  list_invoices, list_current_accounts, find_invoice_nfse, list_credit_card_brands,
  list_vouchers, list_sales, list_private_tables, get_dmed.
All params are passed as JSON in the "data" field.

[Flattened action: list_transfers]

Input parameters:

- `account` (string)
- `data` (string)

### `feegow_financial_list_invoices` (~116 tokens)

Read financial data in Feegow.
Actions:
\- list_suppliers, search_supplier, list_categories, list_cost_centers, list_transfers,
  list_invoices, list_current_accounts, find_invoice_nfse, list_credit_card_brands,
  list_vouchers, list_sales, list_private_tables, get_dmed.
All params are passed as JSON in the "data" field.

[Flattened action: list_invoices]

Input parameters:

- `account` (string)
- `data` (string)

### `feegow_financial_list_current_accounts` (~116 tokens)

Read financial data in Feegow.
Actions:
\- list_suppliers, search_supplier, list_categories, list_cost_centers, list_transfers,
  list_invoices, list_current_accounts, find_invoice_nfse, list_credit_card_brands,
  list_vouchers, list_sales, list_private_tables, get_dmed.
All params are passed as JSON in the "data" field.

[Flattened action: list_current_accounts]

Input parameters:

- `account` (string)
- `data` (string)

### `feegow_financial_find_invoice_nfse` (~118 tokens)

Read financial data in Feegow.
Actions:
\- list_suppliers, search_supplier, list_categories, list_cost_centers, list_transfers,
  list_invoices, list_current_accounts, find_invoice_nfse, list_credit_card_brands,
  list_vouchers, list_sales, list_private_tables, get_dmed.
All params are passed as JSON in the "data" field.

[Flattened action: find_invoice_nfse]

Input parameters:

- `account` (string)
- `data` (string)

### `feegow_financial_list_credit_card_brands` (~120 tokens)

Read financial data in Feegow.
Actions:
\- list_suppliers, search_supplier, list_categories, list_cost_centers, list_transfers,
  list_invoices, list_current_accounts, find_invoice_nfse, list_credit_card_brands,
  list_vouchers, list_sales, list_private_tables, get_dmed.
All params are passed as JSON in the "data" field.

[Flattened action: list_credit_card_brands]

Input parameters:

- `account` (string)
- `data` (string)

### `feegow_financial_list_vouchers` (~116 tokens)

Read financial data in Feegow.
Actions:
\- list_suppliers, search_supplier, list_categories, list_cost_centers, list_transfers,
  list_invoices, list_current_accounts, find_invoice_nfse, list_credit_card_brands,
  list_vouchers, list_sales, list_private_tables, get_dmed.
All params are passed as JSON in the "data" field.

[Flattened action: list_vouchers]

Input parameters:

- `account` (string)
- `data` (string)

### `feegow_financial_list_sales` (~114 tokens)

Read financial data in Feegow.
Actions:
\- list_suppliers, search_supplier, list_categories, list_cost_centers, list_transfers,
  list_invoices, list_current_accounts, find_invoice_nfse, list_credit_card_brands,
  list_vouchers, list_sales, list_private_tables, get_dmed.
All params are passed as JSON in the "data" field.

[Flattened action: list_sales]

Input parameters:

- `account` (string)
- `data` (string)

### `feegow_financial_list_private_tables` (~116 tokens)

Read financial data in Feegow.
Actions:
\- list_suppliers, search_supplier, list_categories, list_cost_centers, list_transfers,
  list_invoices, list_current_accounts, find_invoice_nfse, list_credit_card_brands,
  list_vouchers, list_sales, list_private_tables, get_dmed.
All params are passed as JSON in the "data" field.

[Flattened action: list_private_tables]

Input parameters:

- `account` (string)
- `data` (string)

### `feegow_financial_get_dmed` (~116 tokens)

Read financial data in Feegow.
Actions:
\- list_suppliers, search_supplier, list_categories, list_cost_centers, list_transfers,
  list_invoices, list_current_accounts, find_invoice_nfse, list_credit_card_brands,
  list_vouchers, list_sales, list_private_tables, get_dmed.
All params are passed as JSON in the "data" field.

[Flattened action: get_dmed]

Input parameters:

- `account` (string)
- `data` (string)

### `feegow_financial_write_associate_account` (~180 tokens)

Write financial operations in Feegow.
Actions:
\- associate_account: associate financial account to patient (account, association).
\- update_nfse: update NFS-e number on invoice (invoice_id, nfse_numero).
\- pay_invoice: pay an invoice.
\- create_invoice: create a new invoice.
\- create_invoice_by_appt: create invoice from appointment.
\- create_voucher: create a voucher.
\- update_voucher: update a voucher.
\- pay_booking: pay a booking (bookingId, amount, associationId, accountId, paymentMethod, paymentDate YYYY-MM-DD).

For destructive removals (remove_invoice, remove_payment, cancel_voucher) use feegow_financial_delete.

[Flattened action: associate_account]

Input parameters:

- `account` (string)
- `data` (string, required)

### `feegow_financial_write_update_nfse` (~181 tokens)

Write financial operations in Feegow.
Actions:
\- associate_account: associate financial account to patient (account, association).
\- update_nfse: update NFS-e number on invoice (invoice_id, nfse_numero).
\- pay_invoice: pay an invoice.
\- create_invoice: create a new invoice.
\- create_invoice_by_appt: create invoice from appointment.
\- create_voucher: create a voucher.
\- update_voucher: update a voucher.
\- pay_booking: pay a booking (bookingId, amount, associationId, accountId, paymentMethod, paymentDate YYYY-MM-DD).

For destructive removals (remove_invoice, remove_payment, cancel_voucher) use feegow_financial_delete.

[Flattened action: update_nfse]

Input parameters:

- `account` (string)
- `data` (string, required)

### `feegow_financial_write_pay_invoice` (~179 tokens)

Write financial operations in Feegow.
Actions:
\- associate_account: associate financial account to patient (account, association).
\- update_nfse: update NFS-e number on invoice (invoice_id, nfse_numero).
\- pay_invoice: pay an invoice.
\- create_invoice: create a new invoice.
\- create_invoice_by_appt: create invoice from appointment.
\- create_voucher: create a voucher.
\- update_voucher: update a voucher.
\- pay_booking: pay a booking (bookingId, amount, associationId, accountId, paymentMethod, paymentDate YYYY-MM-DD).

For destructive removals (remove_invoice, remove_payment, cancel_voucher) use feegow_financial_delete.

[Flattened action: pay_invoice]

Input parameters:

- `account` (string)
- `data` (string, required)

### `feegow_financial_write_create_invoice` (~179 tokens)

Write financial operations in Feegow.
Actions:
\- associate_account: associate financial account to patient (account, association).
\- update_nfse: update NFS-e number on invoice (invoice_id, nfse_numero).
\- pay_invoice: pay an invoice.
\- create_invoice: create a new invoice.
\- create_invoice_by_appt: create invoice from appointment.
\- create_voucher: create a voucher.
\- update_voucher: update a voucher.
\- pay_booking: pay a booking (bookingId, amount, associationId, accountId, paymentMethod, paymentDate YYYY-MM-DD).

For destructive removals (remove_invoice, remove_payment, cancel_voucher) use feegow_financial_delete.

[Flattened action: create_invoice]

Input parameters:

- `account` (string)
- `data` (string, required)

### `feegow_financial_write_create_invoice_by_appt` (~185 tokens)

Write financial operations in Feegow.
Actions:
\- associate_account: associate financial account to patient (account, association).
\- update_nfse: update NFS-e number on invoice (invoice_id, nfse_numero).
\- pay_invoice: pay an invoice.
\- create_invoice: create a new invoice.
\- create_invoice_by_appt: create invoice from appointment.
\- create_voucher: create a voucher.
\- update_voucher: update a voucher.
\- pay_booking: pay a booking (bookingId, amount, associationId, accountId, paymentMethod, paymentDate YYYY-MM-DD).

For destructive removals (remove_invoice, remove_payment, cancel_voucher) use feegow_financial_delete.

[Flattened action: create_invoice_by_appt]

Input parameters:

- `account` (string)
- `data` (string, required)

### `feegow_financial_write_create_voucher` (~181 tokens)

Write financial operations in Feegow.
Actions:
\- associate_account: associate financial account to patient (account, association).
\- update_nfse: update NFS-e number on invoice (invoice_id, nfse_numero).
\- pay_invoice: pay an invoice.
\- create_invoice: create a new invoice.
\- create_invoice_by_appt: create invoice from appointment.
\- create_voucher: create a voucher.
\- update_voucher: update a voucher.
\- pay_booking: pay a booking (bookingId, amount, associationId, accountId, paymentMethod, paymentDate YYYY-MM-DD).

For destructive removals (remove_invoice, remove_payment, cancel_voucher) use feegow_financial_delete.

[Flattened action: create_voucher]

Input parameters:

- `account` (string)
- `data` (string, required)

### `feegow_financial_write_update_voucher` (~181 tokens)

Write financial operations in Feegow.
Actions:
\- associate_account: associate financial account to patient (account, association).
\- update_nfse: update NFS-e number on invoice (invoice_id, nfse_numero).
\- pay_invoice: pay an invoice.
\- create_invoice: create a new invoice.
\- create_invoice_by_appt: create invoice from appointment.
\- create_voucher: create a voucher.
\- update_voucher: update a voucher.
\- pay_booking: pay a booking (bookingId, amount, associationId, accountId, paymentMethod, paymentDate YYYY-MM-DD).

For destructive removals (remove_invoice, remove_payment, cancel_voucher) use feegow_financial_delete.

[Flattened action: update_voucher]

Input parameters:

- `account` (string)
- `data` (string, required)

### `feegow_financial_write_pay_booking` (~179 tokens)

Write financial operations in Feegow.
Actions:
\- associate_account: associate financial account to patient (account, association).
\- update_nfse: update NFS-e number on invoice (invoice_id, nfse_numero).
\- pay_invoice: pay an invoice.
\- create_invoice: create a new invoice.
\- create_invoice_by_appt: create invoice from appointment.
\- create_voucher: create a voucher.
\- update_voucher: update a voucher.
\- pay_booking: pay a booking (bookingId, amount, associationId, accountId, paymentMethod, paymentDate YYYY-MM-DD).

For destructive removals (remove_invoice, remove_payment, cancel_voucher) use feegow_financial_delete.

[Flattened action: pay_booking]

Input parameters:

- `account` (string)
- `data` (string, required)

### `feegow_financial_delete_remove_invoice` (~76 tokens)

Destructive financial operations in Feegow.
Actions:
\- remove_invoice: remove an invoice.
\- remove_payment: remove a payment.
\- cancel_voucher: cancel a voucher.
All are irreversible.

[Flattened action: remove_invoice]

Input parameters:

- `account` (string)
- `data` (string, required)

### `feegow_financial_delete_remove_payment` (~76 tokens)

Destructive financial operations in Feegow.
Actions:
\- remove_invoice: remove an invoice.
\- remove_payment: remove a payment.
\- cancel_voucher: cancel a voucher.
All are irreversible.

[Flattened action: remove_payment]

Input parameters:

- `account` (string)
- `data` (string, required)

### `feegow_financial_delete_cancel_voucher` (~78 tokens)

Destructive financial operations in Feegow.
Actions:
\- remove_invoice: remove an invoice.
\- remove_payment: remove a payment.
\- cancel_voucher: cancel a voucher.
All are irreversible.

[Flattened action: cancel_voucher]

Input parameters:

- `account` (string)
- `data` (string, required)

### `feegow_billing` (~79 tokens)

Read insurance billing guides (guias) in Feegow.
Requires billing_type_id (1=Consulta, 2=SADT, 3=Honorarios, 4=Internação, 5=Quimioterapia), insurance_id, billing (guide number).

Input parameters:

- `account` (string)
- `data` (string, required)

### `feegow_billing_write_create` (~87 tokens)

Create or edit insurance billing guides in Feegow.
Actions:
\- create: create a new SADT billing guide. Pass full data as JSON.
\- edit: edit a SADT billing guide. Requires billing_id, billing_type_id, plus attribute to edit.

[Flattened action: create]

Input parameters:

- `account` (string)
- `data` (string, required)

### `feegow_billing_write_edit` (~87 tokens)

Create or edit insurance billing guides in Feegow.
Actions:
\- create: create a new SADT billing guide. Pass full data as JSON.
\- edit: edit a SADT billing guide. Requires billing_id, billing_type_id, plus attribute to edit.

[Flattened action: edit]

Input parameters:

- `account` (string)
- `data` (string, required)

### `feegow_stock_list_products` (~122 tokens)

Read stock/inventory data in Feegow.
Actions:
\- list_products: list products (perPage, page, id, location, category, producer, type).
\- get_position: product position/levels (perPage, page, fabricante, produto, categoria, localizacao, dataInicio, dataFim).
\- list_locations: stock locations (empty body {} lists all; each item has id, NomeLocalizacao, UnidadeID).

[Flattened action: list_products]

Input parameters:

- `account` (string)
- `data` (string)

### `feegow_stock_get_position` (~122 tokens)

Read stock/inventory data in Feegow.
Actions:
\- list_products: list products (perPage, page, id, location, category, producer, type).
\- get_position: product position/levels (perPage, page, fabricante, produto, categoria, localizacao, dataInicio, dataFim).
\- list_locations: stock locations (empty body {} lists all; each item has id, NomeLocalizacao, UnidadeID).

[Flattened action: get_position]

Input parameters:

- `account` (string)
- `data` (string)

### `feegow_stock_list_locations` (~122 tokens)

Read stock/inventory data in Feegow.
Actions:
\- list_products: list products (perPage, page, id, location, category, producer, type).
\- get_position: product position/levels (perPage, page, fabricante, produto, categoria, localizacao, dataInicio, dataFim).
\- list_locations: stock locations (empty body {} lists all; each item has id, NomeLocalizacao, UnidadeID).

[Flattened action: list_locations]

Input parameters:

- `account` (string)
- `data` (string)

### `feegow_stock_write_insert` (~204 tokens)

Write stock operations in Feegow. Numeric fields MUST be JSON numbers (integers), never strings — Feegow rejects "4" where 4 is expected.
Actions:
\- insert: insert new product. PrecoCompra and PrecoVenda are REQUIRED integers (whole numbers, no decimals). Typical fields: NomeProduto (string), TipoProduto, CategoriaID, FabricanteID, ApresentacaoNome (string), ApresentacaoQuantidade, ApresentacaoUnidade, LocalizacaoID, EstoqueMinimo, EstoqueMaximo, DiasAvisoValidade (all integers).
\- entry: product entry into stock. Requires productId (integer), quantity (integer), date (string).
\- movement: product movement between locations.
\- exit: product exit from stock. Requires productId (integer), quantity (integer), date (string).

[Flattened action: insert]

Input parameters:

- `account` (string)
- `data` (string, required)

### `feegow_stock_write_entry` (~204 tokens)

Write stock operations in Feegow. Numeric fields MUST be JSON numbers (integers), never strings — Feegow rejects "4" where 4 is expected.
Actions:
\- insert: insert new product. PrecoCompra and PrecoVenda are REQUIRED integers (whole numbers, no decimals). Typical fields: NomeProduto (string), TipoProduto, CategoriaID, FabricanteID, ApresentacaoNome (string), ApresentacaoQuantidade, ApresentacaoUnidade, LocalizacaoID, EstoqueMinimo, EstoqueMaximo, DiasAvisoValidade (all integers).
\- entry: product entry into stock. Requires productId (integer), quantity (integer), date (string).
\- movement: product movement between locations.
\- exit: product exit from stock. Requires productId (integer), quantity (integer), date (string).

[Flattened action: entry]

Input parameters:

- `account` (string)
- `data` (string, required)

### `feegow_stock_write_movement` (~205 tokens)

Write stock operations in Feegow. Numeric fields MUST be JSON numbers (integers), never strings — Feegow rejects "4" where 4 is expected.
Actions:
\- insert: insert new product. PrecoCompra and PrecoVenda are REQUIRED integers (whole numbers, no decimals). Typical fields: NomeProduto (string), TipoProduto, CategoriaID, FabricanteID, ApresentacaoNome (string), ApresentacaoQuantidade, ApresentacaoUnidade, LocalizacaoID, EstoqueMinimo, EstoqueMaximo, DiasAvisoValidade (all integers).
\- entry: product entry into stock. Requires productId (integer), quantity (integer), date (string).
\- movement: product movement between locations.
\- exit: product exit from stock. Requires productId (integer), quantity (integer), date (string).

[Flattened action: movement]

Input parameters:

- `account` (string)
- `data` (string, required)

### `feegow_stock_write_exit` (~204 tokens)

Write stock operations in Feegow. Numeric fields MUST be JSON numbers (integers), never strings — Feegow rejects "4" where 4 is expected.
Actions:
\- insert: insert new product. PrecoCompra and PrecoVenda are REQUIRED integers (whole numbers, no decimals). Typical fields: NomeProduto (string), TipoProduto, CategoriaID, FabricanteID, ApresentacaoNome (string), ApresentacaoQuantidade, ApresentacaoUnidade, LocalizacaoID, EstoqueMinimo, EstoqueMaximo, DiasAvisoValidade (all integers).
\- entry: product entry into stock. Requires productId (integer), quantity (integer), date (string).
\- movement: product movement between locations.
\- exit: product exit from stock. Requires productId (integer), quantity (integer), date (string).

[Flattened action: exit]

Input parameters:

- `account` (string)
- `data` (string, required)

### `feegow_medical_report_list` (~122 tokens)

Read medical/lab reports (laudos) in Feegow.
Actions:
\- list: list reports by date range. Requires start_date, end_date (YYYY-MM-DD), patient_id.
\- get_file: get download URL for report file (valid 20 min). Requires lab_report_id.
\- search: find report by agendamento_id. Optional: procedimento_id.
For creating a report use feegow_medical_report_write.

[Flattened action: list]

Input parameters:

- `account` (string)
- `data` (string)

### `feegow_medical_report_get_file` (~124 tokens)

Read medical/lab reports (laudos) in Feegow.
Actions:
\- list: list reports by date range. Requires start_date, end_date (YYYY-MM-DD), patient_id.
\- get_file: get download URL for report file (valid 20 min). Requires lab_report_id.
\- search: find report by agendamento_id. Optional: procedimento_id.
For creating a report use feegow_medical_report_write.

[Flattened action: get_file]

Input parameters:

- `account` (string)
- `data` (string)

### `feegow_medical_report_search` (~122 tokens)

Read medical/lab reports (laudos) in Feegow.
Actions:
\- list: list reports by date range. Requires start_date, end_date (YYYY-MM-DD), patient_id.
\- get_file: get download URL for report file (valid 20 min). Requires lab_report_id.
\- search: find report by agendamento_id. Optional: procedimento_id.
For creating a report use feegow_medical_report_write.

[Flattened action: search]

Input parameters:

- `account` (string)
- `data` (string)

### `feegow_medical_report_write` (~59 tokens)

Register a new medical/lab report in Feegow. Requires agendamento_id, laudo_base64. Optional: profissional_laudador, procedimento_id.

Input parameters:

- `account` (string)
- `data` (string, required)

### `feegow_proposal_list` (~147 tokens)

Read proposals (treatment plans with pricing) in Feegow. Values in R$.
Actions:
\- list: list proposals for patient. Optional: paciente_id, data_inicio (DD-MM-YYYY), data_fim (DD-MM-YYYY), tipo_data (A=last update, I=creation).
\- list_by_date: list proposals by date (data_proposta, data_alteracao YYYY-MM-DD, PacienteID).
\- get_url: get proposal URL (proposta_id).
For creating / changing status use feegow_proposal_write.

[Flattened action: list]

Input parameters:

- `account` (string)
- `data` (string)

### `feegow_proposal_list_by_date` (~151 tokens)

Read proposals (treatment plans with pricing) in Feegow. Values in R$.
Actions:
\- list: list proposals for patient. Optional: paciente_id, data_inicio (DD-MM-YYYY), data_fim (DD-MM-YYYY), tipo_data (A=last update, I=creation).
\- list_by_date: list proposals by date (data_proposta, data_alteracao YYYY-MM-DD, PacienteID).
\- get_url: get proposal URL (proposta_id).
For creating / changing status use feegow_proposal_write.

[Flattened action: list_by_date]

Input parameters:

- `account` (string)
- `data` (string)

### `feegow_proposal_get_url` (~149 tokens)

Read proposals (treatment plans with pricing) in Feegow. Values in R$.
Actions:
\- list: list proposals for patient. Optional: paciente_id, data_inicio (DD-MM-YYYY), data_fim (DD-MM-YYYY), tipo_data (A=last update, I=creation).
\- list_by_date: list proposals by date (data_proposta, data_alteracao YYYY-MM-DD, PacienteID).
\- get_url: get proposal URL (proposta_id).
For creating / changing status use feegow_proposal_write.

[Flattened action: get_url]

Input parameters:

- `account` (string)
- `data` (string)

### `feegow_proposal_write_create` (~124 tokens)

Create / update proposals in Feegow.
Actions:
\- create: create proposal. Requires proposer_id (sys_user), paciente_id, status_id (1-5), proposal_date (DD-MM-YYYY), procedimentos array. Status: 1=Awaiting client, 2=Approved, 3=Rejected, 4=Awaiting financing, 5=Executed.
\- change_status: update proposal status (proposal_id, status_id).

[Flattened action: create]

Input parameters:

- `account` (string)
- `data` (string, required)

### `feegow_proposal_write_change_status` (~126 tokens)

Create / update proposals in Feegow.
Actions:
\- create: create proposal. Requires proposer_id (sys_user), paciente_id, status_id (1-5), proposal_date (DD-MM-YYYY), procedimentos array. Status: 1=Awaiting client, 2=Approved, 3=Rejected, 4=Awaiting financing, 5=Executed.
\- change_status: update proposal status (proposal_id, status_id).

[Flattened action: change_status]

Input parameters:

- `account` (string)
- `data` (string, required)

### `feegow_report_list` (~136 tokens)

List and generate system reports in Feegow.
Actions:
\- list: list all available report types (returns id, Ct, Relatorio, Arquivo).
\- generate: generate a report. Requires report (the Arquivo field from list). Optional: DATA_INICIO, DATA_FIM (DD/MM/YYYY). Max 60-day interval.
Report generation is a read-like operation (aggregates existing data — no state mutation).

[Flattened action: list]

Input parameters:

- `DATA_FIM` (string)
- `DATA_INICIO` (string)
- `account` (string)
- `report` (string)

### `feegow_report_generate` (~136 tokens)

List and generate system reports in Feegow.
Actions:
\- list: list all available report types (returns id, Ct, Relatorio, Arquivo).
\- generate: generate a report. Requires report (the Arquivo field from list). Optional: DATA_INICIO, DATA_FIM (DD/MM/YYYY). Max 60-day interval.
Report generation is a read-like operation (aggregates existing data — no state mutation).

[Flattened action: generate]

Input parameters:

- `DATA_FIM` (string)
- `DATA_INICIO` (string)
- `account` (string)
- `report` (string)

### `feegow_benefit_card_list_contracts` (~122 tokens)

Read benefit card data in Feegow (contracts and plans).
Actions:
\- list_contracts: list benefit contracts. Filter by page, perPage, document, planId, name, personID, accountOwner, registrationNumber, initialDate, endDate, statusContractId, unity, user, accountPayer.
\- list_plans: list benefit plans. Filter by page, perPage, id.

[Flattened action: list_contracts]

Input parameters:

- `account` (string)
- `data` (string)

### `feegow_benefit_card_list_plans` (~122 tokens)

Read benefit card data in Feegow (contracts and plans).
Actions:
\- list_contracts: list benefit contracts. Filter by page, perPage, document, planId, name, personID, accountOwner, registrationNumber, initialDate, endDate, statusContractId, unity, user, accountPayer.
\- list_plans: list benefit plans. Filter by page, perPage, id.

[Flattened action: list_plans]

Input parameters:

- `account` (string)
- `data` (string)

### `feegow_benefit_card_write_create_contract` (~117 tokens)

Write benefit card operations in Feegow (contracts and plans).
Actions:
\- create_contract: create benefit contract. Full body with contract, recurrence, people arrays.
\- update_contract: update benefit contract.
\- create_plan: create benefit plan (name, membershipValue, recurrenceValue, dependencyMembershipValue, dependencyRecurrenceValue, parameters).
\- update_plan: update benefit plan (id required).

[Flattened action: create_contract]

Input parameters:

- `account` (string)
- `data` (string, required)

### `feegow_benefit_card_write_update_contract` (~117 tokens)

Write benefit card operations in Feegow (contracts and plans).
Actions:
\- create_contract: create benefit contract. Full body with contract, recurrence, people arrays.
\- update_contract: update benefit contract.
\- create_plan: create benefit plan (name, membershipValue, recurrenceValue, dependencyMembershipValue, dependencyRecurrenceValue, parameters).
\- update_plan: update benefit plan (id required).

[Flattened action: update_contract]

Input parameters:

- `account` (string)
- `data` (string, required)

### `feegow_benefit_card_write_create_plan` (~117 tokens)

Write benefit card operations in Feegow (contracts and plans).
Actions:
\- create_contract: create benefit contract. Full body with contract, recurrence, people arrays.
\- update_contract: update benefit contract.
\- create_plan: create benefit plan (name, membershipValue, recurrenceValue, dependencyMembershipValue, dependencyRecurrenceValue, parameters).
\- update_plan: update benefit plan (id required).

[Flattened action: create_plan]

Input parameters:

- `account` (string)
- `data` (string, required)

### `feegow_benefit_card_write_update_plan` (~117 tokens)

Write benefit card operations in Feegow (contracts and plans).
Actions:
\- create_contract: create benefit contract. Full body with contract, recurrence, people arrays.
\- update_contract: update benefit contract.
\- create_plan: create benefit plan (name, membershipValue, recurrenceValue, dependencyMembershipValue, dependencyRecurrenceValue, parameters).
\- update_plan: update benefit plan (id required).

[Flattened action: update_plan]

Input parameters:

- `account` (string)
- `data` (string, required)

### `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-feegow-mcp/p-feegow#diagnostics

## Score history

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

## Links

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