Ecuro Light API MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Ecuro Light API MCP Serverfind the next available dental appointments for tomorrow"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 |
| Sim | Base URL da API (ex: |
| Sim | Token no header |
| Não | Porta HTTP (default: |
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 startHealth:
GET http://localhost:3000/healthMCP (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.
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Hosted MCP endpoint with realistic fake data for prototyping agents. 12 tools, no setup.
Hosted MCP server exposing US hospital procedure cost data to AI assistants
Free public MCP for AI agents — 193 tools, 44 workflows. No API key.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/creeai/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server