# Feegow Clinic MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-mcp-dir-feegow-mcp
- Repository: https://github.com/mcp-dir/feegow-mcp

## Install
- Endpoint: https://api.mcp.ai/p_feegow
- Auth: Not captured

## Setup notes
- Remote endpoint: https://api.mcp.ai/p_feegow

## Tools
- feegow_list_accounts - List Feegow API connections (clinics) linked to this install — id, label, name. Endpoint: https://api.mcp.ai/p_feegow
- feegow_patient_list - 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. Endpoint: https://api.mcp.ai/p_feegow
- feegow_patient_get - 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. Endpoint: https://api.mcp.ai/p_feegow
- feegow_patient_search_cpf - 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. Endpoint: https://api.mcp.ai/p_feegow
- feegow_patient_write_create - 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] Endpoint: https://api.mcp.ai/p_feegow
- feegow_patient_write_edit - 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] Endpoint: https://api.mcp.ai/p_feegow
- feegow_patient_support_list_sources - 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. Endpoint: https://api.mcp.ai/p_feegow
- feegow_patient_support_list_dependents - 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. Endpoint: https://api.mcp.ai/p_feegow
- feegow_patient_support_list_privates - 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. Endpoint: https://api.mcp.ai/p_feegow
- feegow_patient_support_health_programs - 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. Endpoint: https://api.mcp.ai/p_feegow
- feegow_patient_support_exam_requests - 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. Endpoint: https://api.mcp.ai/p_feegow
- 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. Endpoint: https://api.mcp.ai/p_feegow
- feegow_appointment_list - 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] Endpoint: https://api.mcp.ai/p_feegow
- feegow_appointment_statuses - 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] Endpoint: https://api.mcp.ai/p_feegow
- feegow_appointment_motives - 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] Endpoint: https://api.mcp.ai/p_feegow
- feegow_appointment_channels - 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] Endpoint: https://api.mcp.ai/p_feegow
- feegow_appointment_available_schedule - 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] Endpoint: https://api.mcp.ai/p_feegow
- feegow_appointment_queue_position - 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] Endpoint: https://api.mcp.ai/p_feegow
- feegow_appointment_write_create - 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] Endpoint: https://api.mcp.ai/p_feegow
- feegow_appointment_write_cancel - 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] Endpoint: https://api.mcp.ai/p_feegow
- feegow_appointment_write_reschedule - 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] Endpoint: https://api.mcp.ai/p_feegow
- feegow_appointment_write_update_status - 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] Endpoint: https://api.mcp.ai/p_feegow
- feegow_professional_list - 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. Endpoint: https://api.mcp.ai/p_feegow
- feegow_professional_get - 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. Endpoint: https://api.mcp.ai/p_feegow
- feegow_professional_insurance - 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. Endpoint: https://api.mcp.ai/p_feegow
- feegow_company_list_units - 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] Endpoint: https://api.mcp.ai/p_feegow
- feegow_company_list_locals - 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] Endpoint: https://api.mcp.ai/p_feegow
- feegow_specialty - List all medical specialties available for scheduling in Feegow. Optional filter by unidade_id.

Bulk support: accepts unidade_ids for batched execution. Endpoint: https://api.mcp.ai/p_feegow
- feegow_insurance - 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. Endpoint: https://api.mcp.ai/p_feegow
- feegow_procedure_list - 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] Endpoint: https://api.mcp.ai/p_feegow
- feegow_procedure_types - 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] Endpoint: https://api.mcp.ai/p_feegow
- feegow_procedure_insurance_list - 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] Endpoint: https://api.mcp.ai/p_feegow
- feegow_procedure_franchise - 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] Endpoint: https://api.mcp.ai/p_feegow
- feegow_procedure_bundles - 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] Endpoint: https://api.mcp.ai/p_feegow
- feegow_procedure_groups - 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] Endpoint: https://api.mcp.ai/p_feegow
- feegow_employee - List employees in Feegow. Requires ativo (0=inactive, 1=active). Optional: unidade_id.

Bulk support: accepts unidade_ids for batched execution. Endpoint: https://api.mcp.ai/p_feegow
- feegow_lock - List schedule locks/blocks in Feegow. Filter by bloqueio_id, date_start, date_end (DD-MM-YYYY), profissional_id, unidade_id. Endpoint: https://api.mcp.ai/p_feegow
- feegow_financial_list_suppliers - 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] Endpoint: https://api.mcp.ai/p_feegow
- feegow_financial_search_supplier - 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] Endpoint: https://api.mcp.ai/p_feegow
- feegow_financial_list_categories - 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] Endpoint: https://api.mcp.ai/p_feegow
- feegow_financial_list_cost_centers - 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] Endpoint: https://api.mcp.ai/p_feegow
- feegow_financial_list_transfers - 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] Endpoint: https://api.mcp.ai/p_feegow
- feegow_financial_list_invoices - 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] Endpoint: https://api.mcp.ai/p_feegow
- feegow_financial_list_current_accounts - 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] Endpoint: https://api.mcp.ai/p_feegow
- feegow_financial_find_invoice_nfse - 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] Endpoint: https://api.mcp.ai/p_feegow
- feegow_financial_list_credit_card_brands - 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] Endpoint: https://api.mcp.ai/p_feegow
- feegow_financial_list_vouchers - 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] Endpoint: https://api.mcp.ai/p_feegow
- feegow_financial_list_sales - 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] Endpoint: https://api.mcp.ai/p_feegow
- feegow_financial_list_private_tables - 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] Endpoint: https://api.mcp.ai/p_feegow
- feegow_financial_get_dmed - 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] Endpoint: https://api.mcp.ai/p_feegow
- feegow_financial_write_associate_account - 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] Endpoint: https://api.mcp.ai/p_feegow
- feegow_financial_write_update_nfse - 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] Endpoint: https://api.mcp.ai/p_feegow
- feegow_financial_write_pay_invoice - 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] Endpoint: https://api.mcp.ai/p_feegow
- feegow_financial_write_create_invoice - 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] Endpoint: https://api.mcp.ai/p_feegow
- feegow_financial_write_create_invoice_by_appt - 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] Endpoint: https://api.mcp.ai/p_feegow
- feegow_financial_write_create_voucher - 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] Endpoint: https://api.mcp.ai/p_feegow
- feegow_financial_write_update_voucher - 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] Endpoint: https://api.mcp.ai/p_feegow
- feegow_financial_write_pay_booking - 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] Endpoint: https://api.mcp.ai/p_feegow
- feegow_financial_delete_remove_invoice - 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] Endpoint: https://api.mcp.ai/p_feegow
- feegow_financial_delete_remove_payment - 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] Endpoint: https://api.mcp.ai/p_feegow
- feegow_financial_delete_cancel_voucher - 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] Endpoint: https://api.mcp.ai/p_feegow
- feegow_billing - 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). Endpoint: https://api.mcp.ai/p_feegow
- feegow_billing_write_create - 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] Endpoint: https://api.mcp.ai/p_feegow
- feegow_billing_write_edit - 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] Endpoint: https://api.mcp.ai/p_feegow
- feegow_stock_list_products - 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] Endpoint: https://api.mcp.ai/p_feegow
- feegow_stock_get_position - 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] Endpoint: https://api.mcp.ai/p_feegow
- feegow_stock_list_locations - 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] Endpoint: https://api.mcp.ai/p_feegow
- feegow_stock_write_insert - 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] Endpoint: https://api.mcp.ai/p_feegow
- feegow_stock_write_entry - 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] Endpoint: https://api.mcp.ai/p_feegow
- feegow_stock_write_movement - 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] Endpoint: https://api.mcp.ai/p_feegow
- feegow_stock_write_exit - 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] Endpoint: https://api.mcp.ai/p_feegow
- feegow_medical_report_list - 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] Endpoint: https://api.mcp.ai/p_feegow
- feegow_medical_report_get_file - 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] Endpoint: https://api.mcp.ai/p_feegow
- feegow_medical_report_search - 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] Endpoint: https://api.mcp.ai/p_feegow
- feegow_medical_report_write - Register a new medical/lab report in Feegow. Requires agendamento_id, laudo_base64. Optional: profissional_laudador, procedimento_id. Endpoint: https://api.mcp.ai/p_feegow
- feegow_proposal_list - 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] Endpoint: https://api.mcp.ai/p_feegow
- feegow_proposal_list_by_date - 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] Endpoint: https://api.mcp.ai/p_feegow
- feegow_proposal_get_url - 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] Endpoint: https://api.mcp.ai/p_feegow
- feegow_proposal_write_create - 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] Endpoint: https://api.mcp.ai/p_feegow
- feegow_proposal_write_change_status - 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] Endpoint: https://api.mcp.ai/p_feegow
- feegow_report_list - 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] Endpoint: https://api.mcp.ai/p_feegow
- feegow_report_generate - 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] Endpoint: https://api.mcp.ai/p_feegow
- feegow_benefit_card_list_contracts - 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] Endpoint: https://api.mcp.ai/p_feegow
- feegow_benefit_card_list_plans - 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] Endpoint: https://api.mcp.ai/p_feegow
- feegow_benefit_card_write_create_contract - 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] Endpoint: https://api.mcp.ai/p_feegow
- feegow_benefit_card_write_update_contract - 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] Endpoint: https://api.mcp.ai/p_feegow
- feegow_benefit_card_write_create_plan - 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] Endpoint: https://api.mcp.ai/p_feegow
- feegow_benefit_card_write_update_plan - 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] Endpoint: https://api.mcp.ai/p_feegow
- show_version - Show the current MCP platform and adapter versions. Endpoint: https://api.mcp.ai/p_feegow
- report_bug - Report a bug, missing feature, or send feedback. Include the conversation array with recent messages for reproduction. Endpoint: https://api.mcp.ai/p_feegow
- connect - 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. Endpoint: https://api.mcp.ai/p_feegow
- toolkit_info - Returns the current toolkit state: installed MCPs, their connection status, and how many catalog tools each exposes. Endpoint: https://api.mcp.ai/p_feegow
- marketplace - 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. Endpoint: https://api.mcp.ai/p_feegow
- authenticate - 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. Endpoint: https://api.mcp.ai/p_feegow

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.mcp-dir
- Version: 0.1.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jun 10, 2026
- Source: https://registry.modelcontextprotocol.io
