Imported from mcp-dir/feegow-mcp (
skills/feegow-mcp/SKILL.md). Install upstream withnpx skills add mcp-dir/feegow-mcp --skill feegow-mcp. Copyright stays with the author.
name: feegow-mcp description: Skill da REST API do Feegow Clinic na MCP.AI: 88 endpoints em /api/feegow. 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. Autentique com workspace API key (sk_live) gerada em app.mcp.ai/settings/api-keys. Use quando o usuário pedir algo coberto pelos endpoints.
Feegow Clinic — REST API skill
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.
Base URL
https://api.mcp.ai/api/feegow
Todo endpoint é um POST na Base URL + o path abaixo. Os parâmetros vão no corpo JSON.
Autenticação
Inclua em toda request:
Authorization: Bearer sk_live_...
Content-Type: application/json
Gere 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.
Formato de resposta
{ "ok": true, "tool": "<tool_id>", "result": <payload> }
Exemplo cURL
curl -X POST https://api.mcp.ai/api/feegow/appointment/available/schedule \
-H "Authorization: Bearer sk_live_..." \
-H "Content-Type: application/json" \
-d '{}'
Reportar problemas
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.
Endpoints (88)
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 |
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).