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.
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(eGETpara 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:
- Envie o código para o repo creeai/mcp (ver comandos em
DEPLOY.md). - No EasyPanel, crie um app a partir do repositório creeai/mcp e use Dockerfile como método de build.
- Configure as variáveis:
ECURO_BASE_URL,ECURO_APP_ACCESS_TOKEN;PORTopcional. - Exponha a porta (ex.: 3000) e use
GET /healthcomo 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
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
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.
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.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
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.
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.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
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.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.