feegow-mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited feegow-mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Você tem acesso à Feegow Clinic REST API na MCP.AI.
Gestão completa de clínicas no Feegow Clinic, pacientes, agendamentos, profissionais, especialidades, convênios, financeiro, prontuário eletrônico, propostas e cartão de benefícios. Autenticação por token de acesso (x-access-token) gerado em Configurações → API.
https://api.mcp.ai/api/feegowTodo endpoint é um POST na Base URL + o path abaixo. Os parâmetros vão no corpo JSON.
Inclua em toda request:
Authorization: Bearer sk_live_...
Content-Type: application/jsonGere sua chave em https://app.mcp.ai/settings/api-keys (workspace API key sk_live_…, não expira, revogável). Uma única chave serve pra todos os seus MCPs.{ "ok": true, "tool": "<tool_id>", "result": <payload> }curl -X POST https://api.mcp.ai/api/feegow/appointment/available/schedule \
-H "Authorization: Bearer sk_live_..." \
-H "Content-Type: application/json" \
-d '{}'Se um endpoint retornar erro, vazio ou dado inesperado, reporte (não desista calado): POST /api/feegow/report com { "message": "...", "context"?: "...", "conversation"?: [...] }. Isso notifica o time da MCP.AI.
#### feegow_appointment_available_schedule
Read appointments and scheduling data in Feegow. _(POST /api/feegow/appointment/available/schedule)_
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
data | string | Não | JSON string with query params for the action |
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
#### feegow_appointment_channels
Read appointments and scheduling data in Feegow. _(POST /api/feegow/appointment/channels)_
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
data | string | Não | JSON string with query params for the action |
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
#### feegow_appointment_list
Read appointments and scheduling data in Feegow. _(POST /api/feegow/appointment/list)_
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
data | string | Não | JSON string with query params for the action |
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
#### feegow_appointment_motives
Read appointments and scheduling data in Feegow. _(POST /api/feegow/appointment/motives)_
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
data | string | Não | JSON string with query params for the action |
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
#### feegow_appointment_queue_position
Read appointments and scheduling data in Feegow. _(POST /api/feegow/appointment/queue/position)_
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
data | string | Não | JSON string with query params for the action |
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
#### feegow_appointment_statuses
Read appointments and scheduling data in Feegow. _(POST /api/feegow/appointment/statuses)_
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
data | string | Não | JSON string with query params for the action |
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
#### feegow_appointment_write_cancel
Create, cancel, reschedule, or update status of appointments in Feegow. _(POST /api/feegow/appointment/write/cancel)_
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
data | string | Sim | JSON string with the params for the action |
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
#### feegow_appointment_write_create
Create, cancel, reschedule, or update status of appointments in Feegow. _(POST /api/feegow/appointment/write/create)_
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
data | string | Sim | JSON string with the params for the action |
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
#### feegow_appointment_write_reschedule
Create, cancel, reschedule, or update status of appointments in Feegow. _(POST /api/feegow/appointment/write/reschedule)_
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
data | string | Sim | JSON string with the params for the action |
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
#### feegow_appointment_write_update_status
Create, cancel, reschedule, or update status of appointments in Feegow. _(POST /api/feegow/appointment/write/update/status)_
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
data | string | Sim | JSON string with the params for the action |
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
#### feegow_benefit_card_list_contracts
Read benefit card data in Feegow (contracts and plans). _(POST /api/feegow/benefit/card/list/contracts)_
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
data | string | Não | JSON string with filter params |
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
#### feegow_benefit_card_list_plans
Read benefit card data in Feegow (contracts and plans). _(POST /api/feegow/benefit/card/list/plans)_
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
data | string | Não | JSON string with filter params |
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
#### feegow_benefit_card_write_create_contract
Write benefit card operations in Feegow (contracts and plans). _(POST /api/feegow/benefit/card/write/create/contract)_
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
data | string | Sim | JSON string with the full body for the action |
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
#### feegow_benefit_card_write_create_plan
Write benefit card operations in Feegow (contracts and plans). _(POST /api/feegow/benefit/card/write/create/plan)_
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
data | string | Sim | JSON string with the full body for the action |
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
#### feegow_benefit_card_write_update_contract
Write benefit card operations in Feegow (contracts and plans). _(POST /api/feegow/benefit/card/write/update/contract)_
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
data | string | Sim | JSON string with the full body for the action |
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
#### feegow_benefit_card_write_update_plan
Write benefit card operations in Feegow (contracts and plans). _(POST /api/feegow/benefit/card/write/update/plan)_
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
data | string | Sim | JSON string with the full body for the action |
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
#### feegow_billing
Read insurance billing guides (guias) in Feegow. _(POST /api/feegow/billing)_
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
data | string | Sim | JSON string with params (billing_type_id, insurance_id, billing) |
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
#### feegow_billing_write_create
Create or edit insurance billing guides in Feegow. _(POST /api/feegow/billing/write/create)_
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
data | string | Sim | JSON string with params for the action |
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
#### feegow_billing_write_edit
Create or edit insurance billing guides in Feegow. _(POST /api/feegow/billing/write/edit)_
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
data | string | Sim | JSON string with params for the action |
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
#### feegow_company_list_locals
Read clinic company info in Feegow. _(POST /api/feegow/company/list/locals)_
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
endereco | string | Não | list_units: address filter |
cep | string | Não | list_units: CEP filter |
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
#### feegow_company_list_units
Read clinic company info in Feegow. _(POST /api/feegow/company/list/units)_
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
endereco | string | Não | list_units: address filter |
cep | string | Não | list_units: CEP filter |
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
#### feegow_employee
List employees in Feegow. Requires ativo (0=inactive, 1=active). Optional: unidade_id. _(POST /api/feegow/employee)_
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
ativo | number | Não | 0=inactive, 1=active |
unidade_id | number | Não | Filter by unit ID |
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
unidade_ids | number[] | Não | Bulk mode: multiple values for unidade_id |
#### feegow_financial_delete_cancel_voucher
Destructive financial operations in Feegow. _(POST /api/feegow/financial/delete/cancel/voucher)_
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
data | string | Sim | JSON string with the fields for the chosen action |
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
#### feegow_financial_delete_remove_invoice
Destructive financial operations in Feegow. _(POST /api/feegow/financial/delete/remove/invoice)_
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
data | string | Sim | JSON string with the fields for the chosen action |
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
#### feegow_financial_delete_remove_payment
Destructive financial operations in Feegow. _(POST /api/feegow/financial/delete/remove/payment)_
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
data | string | Sim | JSON string with the fields for the chosen action |
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
#### feegow_financial_find_invoice_nfse
Read financial data in Feegow. _(POST /api/feegow/financial/find/invoice/nfse)_
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
data | string | Não | JSON string with params for the action |
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
#### feegow_financial_get_dmed
Read financial data in Feegow. _(POST /api/feegow/financial/get/dmed)_
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
data | string | Não | JSON string with params for the action |
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
#### feegow_financial_list_categories
Read financial data in Feegow. _(POST /api/feegow/financial/list/categories)_
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
data | string | Não | JSON string with params for the action |
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
#### feegow_financial_list_cost_centers
Read financial data in Feegow. _(POST /api/feegow/financial/list/cost/centers)_
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
data | string | Não | JSON string with params for the action |
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
#### feegow_financial_list_credit_card_brands
Read financial data in Feegow. _(POST /api/feegow/financial/list/credit/card/brands)_
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
data | string | Não | JSON string with params for the action |
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
#### feegow_financial_list_current_accounts
Read financial data in Feegow. _(POST /api/feegow/financial/list/current/accounts)_
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
data | string | Não | JSON string with params for the action |
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
#### feegow_financial_list_invoices
Read financial data in Feegow. _(POST /api/feegow/financial/list/invoices)_
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
data | string | Não | JSON string with params for the action |
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
#### feegow_financial_list_private_tables
Read financial data in Feegow. _(POST /api/feegow/financial/list/private/tables)_
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
data | string | Não | JSON string with params for the action |
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
#### feegow_financial_list_sales
Read financial data in Feegow. _(POST /api/feegow/financial/list/sales)_
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
data | string | Não | JSON string with params for the action |
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
#### feegow_financial_list_suppliers
Read financial data in Feegow. _(POST /api/feegow/financial/list/suppliers)_
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
data | string | Não | JSON string with params for the action |
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
#### feegow_financial_list_transfers
Read financial data in Feegow. _(POST /api/feegow/financial/list/transfers)_
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
data | string | Não | JSON string with params for the action |
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
#### feegow_financial_list_vouchers
Read financial data in Feegow. _(POST /api/feegow/financial/list/vouchers)_
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
data | string | Não | JSON string with params for the action |
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
#### feegow_financial_search_supplier
Read financial data in Feegow. _(POST /api/feegow/financial/search/supplier)_
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
data | string | Não | JSON string with params for the action |
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
#### feegow_financial_write_associate_account
Write financial operations in Feegow. _(POST /api/feegow/financial/write/associate/account)_
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
data | string | Sim | JSON string with the fields for the chosen action |
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
#### feegow_financial_write_create_invoice
Write financial operations in Feegow. _(POST /api/feegow/financial/write/create/invoice)_
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
data | string | Sim | JSON string with the fields for the chosen action |
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
#### feegow_financial_write_create_invoice_by_appt
Write financial operations in Feegow. _(POST /api/feegow/financial/write/create/invoice/by/appt)_
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
data | string | Sim | JSON string with the fields for the chosen action |
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
#### feegow_financial_write_create_voucher
Write financial operations in Feegow. _(POST /api/feegow/financial/write/create/voucher)_
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
data | string | Sim | JSON string with the fields for the chosen action |
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
#### feegow_financial_write_pay_booking
Write financial operations in Feegow. _(POST /api/feegow/financial/write/pay/booking)_
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
data | string | Sim | JSON string with the fields for the chosen action |
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
#### feegow_financial_write_pay_invoice
Write financial operations in Feegow. _(POST /api/feegow/financial/write/pay/invoice)_
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
data | string | Sim | JSON string with the fields for the chosen action |
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
#### feegow_financial_write_update_nfse
Write financial operations in Feegow. _(POST /api/feegow/financial/write/update/nfse)_
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
data | string | Sim | JSON string with the fields for the chosen action |
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
#### feegow_financial_write_update_voucher
Write financial operations in Feegow. _(POST /api/feegow/financial/write/update/voucher)_
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
data | string | Sim | JSON string with the fields for the chosen action |
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
#### feegow_insurance
List all accepted insurance plans (convênios) and their sub-plans in Feegow. Optional filter by unidade_id. _(POST /api/feegow/insurance)_
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
unidade_id | number | Não | Filter by unit ID |
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
unidade_ids | number[] | Não | Bulk mode: multiple values for unidade_id |
#### feegow_list_accounts
List Feegow API connections (clinics) linked to this install — id, label, name. _(POST /api/feegow/list/accounts)_
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
#### feegow_lock
List schedule locks/blocks in Feegow. Filter by bloqueio_id, date_start, date_end (DD-MM-YYYY), profissional_id, unidade_id. _(POST /api/feegow/lock)_
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
data | string | Não | JSON string with filter params: bloqueio_id, date_start, date_end, profissional_id, unidade_id |
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
#### feegow_medical_report_get_file
Read medical/lab reports (laudos) in Feegow. _(POST /api/feegow/medical/report/get/file)_
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
data | string | Não | JSON string with params for the action |
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
#### feegow_medical_report_list
Read medical/lab reports (laudos) in Feegow. _(POST /api/feegow/medical/report/list)_
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
data | string | Não | JSON string with params for the action |
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
#### feegow_medical_report_search
Read medical/lab reports (laudos) in Feegow. _(POST /api/feegow/medical/report/search)_
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
data | string | Não | JSON string with params for the action |
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
#### feegow_medical_report_write
Register a new medical/lab report in Feegow. Requires agendamento_id, laudo_base64. Optional: profissional_laudador, procedimento_id. _(POST /api/feegow/medical/report/write)_
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
data | string | Sim | JSON string with params: agendamento_id, laudo_base64, profissional_laudador?, procedimento_id? |
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
#### feegow_patient_get
Read patients in Feegow Clinic. _(POST /api/feegow/patient/get)_
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
paciente_id | number | Não | Patient ID (required for get) |
cpf | string | Não | CPF 11 digits, numbers only (for search_cpf) |
limit | number | Não | list: max results |
offset | number | Não | list: skip records |
telefone | string | Não | list: filter by phone (numbers only) |
origem_id | number | Não | list: filter by origin ID |
alterado_em | string | Não | list: filter modified after (YYYY-MM-DD) |
data_aniversario | string | Não | list: birthday filter (MM-DD) |
programa_saude | boolean | Não | Include health program info |
photo | boolean | Não | Include photo URL |
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
paciente_ids | number[] | Não | Bulk mode: multiple values for paciente_id |
origem_ids | number[] | Não | Bulk mode: multiple values for origem_id |
#### feegow_patient_list
Read patients in Feegow Clinic. _(POST /api/feegow/patient/list)_
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
paciente_id | number | Não | Patient ID (required for get) |
cpf | string | Não | CPF 11 digits, numbers only (for search_cpf) |
limit | number | Não | list: max results |
offset | number | Não | list: skip records |
telefone | string | Não | list: filter by phone (numbers only) |
origem_id | number | Não | list: filter by origin ID |
alterado_em | string | Não | list: filter modified after (YYYY-MM-DD) |
data_aniversario | string | Não | list: birthday filter (MM-DD) |
programa_saude | boolean | Não | Include health program info |
photo | boolean | Não | Include photo URL |
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
paciente_ids | number[] | Não | Bulk mode: multiple values for paciente_id |
origem_ids | number[] | Não | Bulk mode: multiple values for origem_id |
#### feegow_patient_search_cpf
Read patients in Feegow Clinic. _(POST /api/feegow/patient/search/cpf)_
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
paciente_id | number | Não | Patient ID (required for get) |
cpf | string | Não | CPF 11 digits, numbers only (for search_cpf) |
limit | number | Não | list: max results |
offset | number | Não | list: skip records |
telefone | string | Não | list: filter by phone (numbers only) |
origem_id | number | Não | list: filter by origin ID |
alterado_em | string | Não | list: filter modified after (YYYY-MM-DD) |
data_aniversario | string | Não | list: birthday filter (MM-DD) |
programa_saude | boolean | Não | Include health program info |
photo | boolean | Não | Include photo URL |
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
paciente_ids | number[] | Não | Bulk mode: multiple values for paciente_id |
origem_ids | number[] | Não | Bulk mode: multiple values for origem_id |
#### feegow_patient_support_exam_requests
Supporting patient data reads in Feegow. _(POST /api/feegow/patient/support/exam/requests)_
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
paciente_id | number | Não | Patient ID |
data | string | Não | JSON string with extra params for the action |
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
paciente_ids | number[] | Não | Bulk mode: multiple values for paciente_id |
#### feegow_patient_support_health_programs
Supporting patient data reads in Feegow. _(POST /api/feegow/patient/support/health/programs)_
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
paciente_id | number | Não | Patient ID |
data | string | Não | JSON string with extra params for the action |
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
paciente_ids | number[] | Não | Bulk mode: multiple values for paciente_id |
#### feegow_patient_support_list_dependents
Supporting patient data reads in Feegow. _(POST /api/feegow/patient/support/list/dependents)_
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
paciente_id | number | Não | Patient ID |
data | string | Não | JSON string with extra params for the action |
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
paciente_ids | number[] | Não | Bulk mode: multiple values for paciente_id |
#### feegow_patient_support_list_privates
Supporting patient data reads in Feegow. _(POST /api/feegow/patient/support/list/privates)_
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
paciente_id | number | Não | Patient ID |
data | string | Não | JSON string with extra params for the action |
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
paciente_ids | number[] | Não | Bulk mode: multiple values for paciente_id |
#### feegow_patient_support_list_sources
Supporting patient data reads in Feegow. _(POST /api/feegow/patient/support/list/sources)_
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
paciente_id | number | Não | Patient ID |
data | string | Não | JSON string with extra params for the action |
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
paciente_ids | number[] | Não | Bulk mode: multiple values for paciente_id |
#### feegow_patient_support_write
Upload a base64 file to a patient record in Feegow. Requires data JSON with paciente_id or cpf+nascimento, base64_file, arquivo_descricao. _(POST /api/feegow/patient/support/write)_
| Parâmetro | Tipo | Obrigatório | Descrição | |
|---|---|---|---|---|
data | string | Sim | JSON string: { paciente_id | (cpf + nascimento), base64_file, arquivo_descricao } |
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
#### feegow_patient_write_create
Create or edit patients in Feegow Clinic. _(POST /api/feegow/patient/write/create)_
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
data | string | Sim | Patient data as JSON string with the fields for the chosen action |
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
#### feegow_patient_write_edit
Create or edit patients in Feegow Clinic. _(POST /api/feegow/patient/write/edit)_
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
data | string | Sim | Patient data as JSON string with the fields for the chosen action |
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
#### feegow_procedure_bundles
Read procedures in Feegow. Values in centavos. _(POST /api/feegow/procedure/bundles)_
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
data | string | Não | JSON string with query params for the action |
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
#### feegow_procedure_franchise
Read procedures in Feegow. Values in centavos. _(POST /api/feegow/procedure/franchise)_
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
data | string | Não | JSON string with query params for the action |
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
#### feegow_procedure_groups
Read procedures in Feegow. Values in centavos. _(POST /api/feegow/procedure/groups)_
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
data | string | Não | JSON string with query params for the action |
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
#### feegow_procedure_insurance_list
Read procedures in Feegow. Values in centavos. _(POST /api/feegow/procedure/insurance/list)_
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
data | string | Não | JSON string with query params for the action |
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
#### feegow_procedure_list
Read procedures in Feegow. Values in centavos. _(POST /api/feegow/procedure/list)_
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
data | string | Não | JSON string with query params for the action |
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
#### feegow_procedure_types
Read procedures in Feegow. Values in centavos. _(POST /api/feegow/procedure/types)_
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
data | string | Não | JSON string with query params for the action |
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
#### feegow_professional_get
Read professionals (doctors, specialists) in Feegow. _(POST /api/feegow/professional/get)_
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
profissional_id | number | Não | Professional ID (for get/insurance) |
ativo | number | Não | list: 0=inactive, 1=active |
unidade_id | number | Não | list: filter by unit |
especialidade_id | number | Não | list: filter by specialty |
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
profissional_ids | number[] | Não | Bulk mode: multiple values for profissional_id |
unidade_ids | number[] | Não | Bulk mode: multiple values for unidade_id |
especialidade_ids | number[] | Não | Bulk mode: multiple values for especialidade_id |
#### feegow_professional_insurance
Read professionals (doctors, specialists) in Feegow. _(POST /api/feegow/professional/insurance)_
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
profissional_id | number | Não | Professional ID (for get/insurance) |
ativo | number | Não | list: 0=inactive, 1=active |
unidade_id | number | Não | list: filter by unit |
especialidade_id | number | Não | list: filter by specialty |
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
profissional_ids | number[] | Não | Bulk mode: multiple values for profissional_id |
unidade_ids | number[] | Não | Bulk mode: multiple values for unidade_id |
especialidade_ids | number[] | Não | Bulk mode: multiple values for especialidade_id |
#### feegow_professional_list
Read professionals (doctors, specialists) in Feegow. _(POST /api/feegow/professional/list)_
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
profissional_id | number | Não | Professional ID (for get/insurance) |
ativo | number | Não | list: 0=inactive, 1=active |
unidade_id | number | Não | list: filter by unit |
especialidade_id | number | Não | list: filter by specialty |
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
profissional_ids | number[] | Não | Bulk mode: multiple values for profissional_id |
unidade_ids | number[] | Não | Bulk mode: multiple values for unidade_id |
especialidade_ids | number[] | Não | Bulk mode: multiple values for especialidade_id |
#### feegow_proposal_get_url
Read proposals (treatment plans with pricing) in Feegow. Values in R$. _(POST /api/feegow/proposal/get/url)_
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
data | string | Não | JSON string with params for the action |
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
#### feegow_proposal_list
Read proposals (treatment plans with pricing) in Feegow. Values in R$. _(POST /api/feegow/proposal/list)_
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
data | string | Não | JSON string with params for the action |
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
#### feegow_proposal_list_by_date
Read proposals (treatment plans with pricing) in Feegow. Values in R$. _(POST /api/feegow/proposal/list/by/date)_
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
data | string | Não | JSON string with params for the action |
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
#### feegow_proposal_write_change_status
Create / update proposals in Feegow. _(POST /api/feegow/proposal/write/change/status)_
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
data | string | Sim | JSON string with params for the action |
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
#### feegow_proposal_write_create
Create / update proposals in Feegow. _(POST /api/feegow/proposal/write/create)_
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
data | string | Sim | JSON string with params for the action |
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
#### feegow_report_generate
List and generate system reports in Feegow. _(POST /api/feegow/report/generate)_
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
report | string | Não | generate: report file name (Arquivo from list) |
DATA_INICIO | string | Não | generate: start date DD/MM/YYYY |
DATA_FIM | string | Não | generate: end date DD/MM/YYYY |
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
#### feegow_report_list
List and generate system reports in Feegow. _(POST /api/feegow/report/list)_
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
report | string | Não | generate: report file name (Arquivo from list) |
DATA_INICIO | string | Não | generate: start date DD/MM/YYYY |
DATA_FIM | string | Não | generate: end date DD/MM/YYYY |
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
#### feegow_specialty
List all medical specialties available for scheduling in Feegow. Optional filter by unidade_id. _(POST /api/feegow/specialty)_
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
unidade_id | number | Não | Filter by unit ID |
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
unidade_ids | number[] | Não | Bulk mode: multiple values for unidade_id |
#### feegow_stock_get_position
Read stock/inventory data in Feegow. _(POST /api/feegow/stock/get/position)_
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
data | string | Não | JSON string with params |
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
#### feegow_stock_list_locations
Read stock/inventory data in Feegow. _(POST /api/feegow/stock/list/locations)_
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
data | string | Não | JSON string with params |
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
#### feegow_stock_list_products
Read stock/inventory data in Feegow. _(POST /api/feegow/stock/list/products)_
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
data | string | Não | JSON string with params |
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
#### feegow_stock_write_entry
Write stock operations in Feegow. _(POST /api/feegow/stock/write/entry)_
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
data | string | Sim | JSON string with the fields for the chosen action |
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
#### feegow_stock_write_exit
Write stock operations in Feegow. _(POST /api/feegow/stock/write/exit)_
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
data | string | Sim | JSON string with the fields for the chosen action |
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
#### feegow_stock_write_insert
Write stock operations in Feegow. _(POST /api/feegow/stock/write/insert)_
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
data | string | Sim | JSON string with the fields for the chosen action |
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
#### feegow_stock_write_movement
Write stock operations in Feegow. _(POST /api/feegow/stock/write/movement)_
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
data | string | Sim | JSON string with the fields for the chosen action |
account | string | Não | When multiple Feegow clinics: connection id, label, or name. See feegow_list_accounts. |
Este MCP também funciona via conexão MCP (Claude / Cursor) em https://api.mcp.ai/p_feegow — veja o README. A skill acima é pra consumir a REST API direto (agente próprio / código).
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.