MCP Marketplace
BrowseHow It WorksFor CreatorsDocs
Sign inSign up
MCP Marketplace

The curated, security-first marketplace for AI tools.

Product

Browse ToolsSubmit a ToolDocumentationHow It WorksBlogFAQ

Legal

Terms of ServicePrivacy PolicyCommunity Guidelines

Connect

support@mcp-marketplace.ioTwitter / XDiscord

MCP Marketplace © 2026. All rights reserved.

Back to Browse

Feegow MCP Server

by Mcp Dir
Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

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

About

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

Remote endpoints: streamable-http: https://api.mcp.ai/p_feegow

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 0 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

Endpoint verified · Open access · No issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "io-github-mcp-dir-feegow-mcp": {
      "url": "https://api.mcp.ai/p_feegow"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

Feegow Clinic

Feegow Clinic para Claude, Cursor e agentes de IA

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.

  • 📊 88 ferramentas
  • ✏️ Leitura e escrita
  • 💬 Funciona com qualquer cliente MCP: Claude Desktop, Cursor, VS Code, Cline, Continue
  • 🔑 Login via magic-link (sem senha)

English version · Documentação completa · Skill pra agentes


Instalar em 1 clique

Claude (Web e Desktop)

A Anthropic unificou a instalação de MCPs em claude.ai/customize/connectors. O mesmo link serve pra Claude Web e Claude Desktop (basta estar logado):

➕ Abrir no Claude e conectar

Manual (se o deeplink não abrir): claude.ai/customize/connectors → + → Adicionar conector personalizado → cole Nome Feegow Clinic e URL https://api.mcp.ai/p_feegow.

Cursor

➕ Instalar Feegow Clinic no Cursor

VS Code (Copilot Chat)

➕ Instalar Feegow Clinic no VS Code

ChatGPT, Manus, OpenClaw e mais 40+ clientes

Funciona em qualquer cliente MCP que suporte MCP over HTTP. A URL do servidor é sempre:

https://api.mcp.ai/p_feegow

Detalhes por cliente: INSTALL.md.


Exemplos de uso

Liste os agendamentos de hoje por profissional
Mostre o financeiro da clínica nos últimos 30 dias
Busque um paciente pelo CPF e abra o prontuário

88 ferramentas disponíveis

ToolDescrição
feegow_list_accountsList Feegow API connections (clinics) linked to this install — id, label, name.
feegow_patient_listRead 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.
feegow_patient_getRead 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.
feegow_patient_search_cpfRead 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.
feegow_patient_write_createCreate 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]
feegow_patient_write_editCreate 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]
feegow_patient_support_list_sourcesSupporting 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.
feegow_patient_support_list_dependentsSupporting 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.
feegow_patient_support_list_privatesSupporting 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.
feegow_patient_support_health_programsSupporting 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.
feegow_patient_support_exam_requestsSupporting 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.
feegow_patient_support_writeUpload a base64 file to a patient record in Feegow. Requires data JSON with paciente_id or cpf+nascimento, base64_file, arquivo_descricao.
feegow_appointment_listRead 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]
feegow_appointment_statusesRead 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]
feegow_appointment_motivesRead 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]
feegow_appointment_channelsRead 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]
feegow_appointment_available_scheduleRead 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]
feegow_appointment_queue_positionRead 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]
feegow_appointment_write_createCreate, 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]
feegow_appointment_write_cancelCreate, 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]
feegow_appointment_write_rescheduleCreate, 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]
feegow_appointment_write_update_statusCreate, 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]
feegow_professional_listRead 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.
feegow_professional_getRead 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.
feegow_professional_insuranceRead 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.
feegow_company_list_unitsRead 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]
feegow_company_list_localsRead 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]
feegow_specialtyList all medical specialties available for scheduling in Feegow. Optional filter by unidade_id. Bulk support: accepts unidade_ids for batched execution.
feegow_insuranceList 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.
feegow_procedure_listRead 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]
feegow_procedure_typesRead 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]
feegow_procedure_insurance_listRead 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]
feegow_procedure_franchiseRead 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]
feegow_procedure_bundlesRead 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]
feegow_procedure_groupsRead 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]
feegow_employeeList employees in Feegow. Requires ativo (0=inactive, 1=active). Optional: unidade_id. Bulk support: accepts unidade_ids for batched execution.
feegow_lockList schedule locks/blocks in Feegow. Filter by bloqueio_id, date_start, date_end (DD-MM-YYYY), profissional_id, unidade_id.
feegow_financial_list_suppliersRead 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]
feegow_financial_search_supplierRead 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]
feegow_financial_list_categoriesRead 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]
feegow_financial_list_cost_centersRead 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]
feegow_financial_list_transfersRead 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]
feegow_financial_list_invoicesRead 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]
feegow_financial_list_current_accountsRead 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]
feegow_financial_find_invoice_nfseRead 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]
feegow_financial_list_credit_card_brandsRead 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]
feegow_financial_list_vouchersRead 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]
feegow_financial_list_salesRead 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]
feegow_financial_list_private_tablesRead 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]
feegow_financial_get_dmedRead 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]
feegow_financial_write_associate_accountWrite 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]
feegow_financial_write_update_nfseWrite 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]
feegow_financial_write_pay_invoiceWrite 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]
feegow_financial_write_create_invoiceWrite 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]
feegow_financial_write_create_invoice_by_apptWrite 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]
feegow_financial_write_create_voucherWrite 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]
feegow_financial_write_update_voucherWrite 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]
feegow_financial_write_pay_bookingWrite 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]
feegow_financial_delete_remove_invoiceDestructive 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]
feegow_financial_delete_remove_paymentDestructive 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]
feegow_financial_delete_cancel_voucherDestructive 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]
feegow_billingRead 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).
feegow_billing_write_createCreate 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]
feegow_billing_write_editCreate 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]
feegow_stock_list_productsRead 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 (requires unity ID in body). [Flattened action: list_products]
feegow_stock_get_positionRead 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 (requires unity ID in body). [Flattened action: get_position]
feegow_stock_list_locationsRead 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 (requires unity ID in body). [Flattened action: list_locations]
feegow_stock_write_insertWrite stock operations in Feegow. Actions: - insert: insert new product. - entry: product entry into stock. - movement: product movement between locations. - exit: product exit from stock. [Flattened action: insert]
feegow_stock_write_entryWrite stock operations in Feegow. Actions: - insert: insert new product. - entry: product entry into stock. - movement: product movement between locations. - exit: product exit from stock. [Flattened action: entry]
feegow_stock_write_movementWrite stock operations in Feegow. Actions: - insert: insert new product. - entry: product entry into stock. - movement: product movement between locations. - exit: product exit from stock. [Flattened action: movement]
feegow_stock_write_exitWrite stock operations in Feegow. Actions: - insert: insert new product. - entry: product entry into stock. - movement: product movement between locations. - exit: product exit from stock. [Flattened action: exit]
feegow_medical_report_listRead 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]
feegow_medical_report_get_fileRead 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]
feegow_medical_report_searchRead 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]
feegow_medical_report_writeRegister a new medical/lab report in Feegow. Requires agendamento_id, laudo_base64. Optional: profissional_laudador, procedimento_id.
feegow_proposal_listRead 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]
feegow_proposal_list_by_dateRead 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,

Documentation truncated — see the full README on GitHub.

Reviews

No reviews yet

Be the first to review this server!

0

installs

New

no ratings yet

Is this your server?

Claim ownership to manage your listing, respond to reviews, and track installs from your dashboard.

Claim with GitHub

Sign up with the GitHub account that owns this repo

Links

Source CodeRemote Endpoint

Details

Published June 10, 2026
Version 0.1.0
0 installs
Remote Plugin

More Developer Tools MCP Servers

Fetch

Free

by Modelcontextprotocol · Developer Tools

Web content fetching and conversion for efficient LLM usage

80.0K
Stars
4
Installs
5.3
Security
No ratings yet
Local

Git

Free

by Modelcontextprotocol · Developer Tools

Read, search, and manipulate Git repositories programmatically

80.0K
Stars
5
Installs
6.5
Security
No ratings yet
Local

Toleno

Free

by Toleno · Developer Tools

Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.

137
Stars
500
Installs
8.0
Security
4.8
Local

mcp-creator-python

Free

by mcp-marketplace · Developer Tools

Create, build, and publish Python MCP servers to PyPI — conversationally.

-
Stars
68
Installs
10.0
Security
4.6
Local

MarkItDown

Free

by Microsoft · Content & Media

Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption

120.0K
Stars
24
Installs
6.0
Security
5.0
Local

FinAgent

Free

by mcp-marketplace · Finance

Free stock data and market news for any MCP-compatible AI assistant.

-
Stars
17
Installs
10.0
Security
No ratings yet
Local