Ecuro Light API MCP Server

Ecuro Light API MCP Server

Exposes tools from the Ecuro Light API for managing clinical appointments, patient records, and clinic availability. It enables users to perform healthcare management tasks such as scheduling, patient search, and report generation through MCP-compatible clients.

Category
Visit Server

README

MCP Server – Ecuro Light API

Repositório: github.com/creeai/mcp

Servidor MCP (Model Context Protocol) que expõe as ferramentas da API Ecuro Light para clientes como Cursor, Claude Desktop, etc. Inclui agendamento, pacientes, disponibilidade, clínicas, relatórios e comunicações.

Requisitos

  • Node.js 20+
  • Conta Ecuro com token de acesso à API

Variáveis de ambiente

Variável Obrigatório Descrição
ECURO_BASE_URL Sim Base URL da API (ex: https://clinics.api.ecuro.com.br/api/v1/ecuro-light)
ECURO_APP_ACCESS_TOKEN Sim Token no header app-access-token
PORT Não Porta HTTP (default: 3000)

Copie .env.example para .env e preencha os valores.

Uso local

npm install
cp .env.example .env
# Edite .env com ECURO_BASE_URL e ECURO_APP_ACCESS_TOKEN
npm run build
npm start
  • Health: GET http://localhost:3000/health
  • MCP (Streamable HTTP): POST http://localhost:3000/mcp (e GET para SSE quando aplicável)
  • Painel de testes: GET http://localhost:3000/panel — interface web para testar cada ferramenta; cada tool já vem com um JSON de exemplo pré-configurado (substitua os UUIDs pelos da sua conta)

Conectar no Cursor / Claude

No Cursor, adicione o servidor MCP em configurações (por exemplo em .cursor/mcp.json ou nas configurações do projeto):

{
  "mcpServers": {
    "ecuro-light": {
      "type": "streamable-http",
      "url": "http://localhost:3000/mcp"
    }
  }
}

Para uso em VPS, use a URL pública com HTTPS se houver proxy (ex: https://seu-dominio.com/mcp).

Deploy no EasyPanel (VPS)

Passo a passo completo: DEPLOY.md (inclui envio do código para o GitHub creeai/mcp e deploy no EasyPanel).

Resumo:

  1. Envie o código para o repo creeai/mcp (ver comandos em DEPLOY.md).
  2. No EasyPanel, crie um app a partir do repositório creeai/mcp e use Dockerfile como método de build.
  3. Configure as variáveis: ECURO_BASE_URL, ECURO_APP_ACCESS_TOKEN; PORT opcional.
  4. Exponha a porta (ex.: 3000) e use GET /health como health check (opcional).

Ferramentas expostas (27)

  • Agendamento: create_appointment, update_appointment, confirm_appointment, update_appointment_full, list_appointments_of_patient, list_appointments_of_doctor, get_appointments_appid, list_returns
  • Disponibilidade: specialty_availability, clinic_dates, blockers_for_clinic, dentist_availability
  • Pacientes: get_patient_by_phone, get_patient_by_cpf, patient_details, list_patients, patient_incomplete_treatments, orto_patients
  • Clínicas: list_clinics, list_specialties, active_dentists, get_clinic_logo
  • Relatórios: export_csv, apireport, list_boletos
  • Comunicações: communication_mark_read, onboarding_event

Licença

Uso conforme os termos da API Ecuro Light.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured