← Back to search

@edgarconejo/atiendo24-mcp-server

edgarconejo Scanned 30d ago

MCP server for Atiendo24 — control your WhatsApp AI agent platform from Claude Desktop

B
79.5 / 100

Versions

0.1.0latest
Apr 27, 2026
PermissionsTool SafetyAuthAnnotationsCode QualityStabilitySpecVuln HistoryAuthorTransparencyCommunity

Tools 9

get_appointments
annotations: none low

Obtiene las citas agendadas. Puede filtrar por día, semana, cliente o estado.

status string client_id string
get_customers
annotations: none low

Busca clientes en la base de datos. Puede buscar por nombre, teléfono o email.

limit number search string client_id string
get_conversations
annotations: none low

Obtiene las conversaciones de WhatsApp. Puede filtrar por estado, cliente o buscar por nombre/teléfono.

limit number search string client_id string
get_leads
annotations: none low

Obtiene los leads (prospectos) captados por Millie, el agente de ventas. Puede filtrar por estado o buscar.

limit number search string status string
get_funnel
annotations: none low

Obtiene el funnel de conversión de ventas: leads → demos → propuestas → clientes cerrados. Incluye calidad de datos de contacto.

get_analytics
annotations: none low

Obtiene métricas y analytics de la plataforma: conversaciones, citas, leads, tasas de resolución y escalación.

client_id string
create_appointment
annotations: none low

Crea una nueva cita. Verifica disponibilidad automáticamente antes de agendar.

date string time string notes string service string client_id string customer_name string customer_phone string duration_minutes number
cancel_appointment
annotations: none low

Cancela una cita existente por su ID.

client_id string appointment_id string
send_whatsapp
annotations: none low

Envía un mensaje de WhatsApp a un número específico. Usa el número de Atiendo24 como remitente.

to string message string

Permissions 2

network medium
Server uses network capabilities via: fetch()
env_vars low
Server uses env_vars capabilities via: process.env

Scan Findings 30

low
Tool 'get_leads' has no annotations annotation_checker · 100%
low
Tool 'get_funnel' has no annotations annotation_checker · 100%
low
Tool 'get_appointments' has no annotations annotation_checker · 100%
low
Tool 'get_customers' has no annotations annotation_checker · 100%
low
Tool 'get_conversations' has no annotations annotation_checker · 100%
low
Tool 'get_analytics' has no annotations annotation_checker · 100%
low
Tool 'create_appointment' has no annotations annotation_checker · 100%
low
Tool 'cancel_appointment' has no annotations annotation_checker · 100%
low
Tool 'send_whatsapp' has no annotations annotation_checker · 100%
info
Sandbox failed to start for behavioral verification behavioral_verifier · 100%
medium
Vulnerable dependency: @modelcontextprotocol/sdk@1.12.1 (GHSA-345p-7cg4-v4c7) dependency_analyzer · 95%
medium
Vulnerable dependency: @modelcontextprotocol/sdk@1.12.1 (GHSA-8r9q-7v3j-jr4g) dependency_analyzer · 95%
medium
Vulnerable dependency: @modelcontextprotocol/sdk@1.12.1 (GHSA-w48q-cv73-mx4w) dependency_analyzer · 95%
info
package.json metadata manifest_parser · 100%
info
Tool: get_appointments manifest_parser · 70%
info
Tool: get_customers manifest_parser · 70%
info
Tool: get_conversations manifest_parser · 70%
info
Tool: get_leads manifest_parser · 70%
info
Tool: get_funnel manifest_parser · 70%
info
Tool: get_analytics manifest_parser · 70%
info
Tool: create_appointment manifest_parser · 70%
info
Tool: cancel_appointment manifest_parser · 70%
info
Tool: send_whatsapp manifest_parser · 70%
info
Transport: stdio manifest_parser · 90%
info
Required env vars (4) manifest_parser · 80%
info
Sandbox failed to start for output poisoning scan output_poisoning · 100%
medium
Permission: network access detected permission_analyzer · 70%
low
Permission: env_vars access detected permission_analyzer · 90%
info
SBOM generated: 108 components sbom_generator · 100%
medium
No build provenance detected (SLSA L0) slsa_assessor · 90%