@retainq/mcp
@retainq/mcp
Servidor MCP de RetainQ — Conecta asistentes de IA a tu plataforma de reducción de churn.
¿Qué es esto?
Este es un servidor de Model Context Protocol (MCP) para RetainQ. Permite que los asistentes de IA (como Claude, Cursor, Kiro, etc.) interactúen con tu espacio de trabajo de RetainQ — consultar métricas de retención, gestionar flujos, analizar datos de churn y más.
Related MCP server: Attio MCP Server
Instalación
npx @retainq/mcpO instala globalmente:
npm install -g @retainq/mcpConfiguración
Variable de entorno
Configura tu clave de API de RetainQ:
export RETAINQ_API_KEY=rq_live_your_key_hereObtén una clave de API en Configuración → Claves de API en tu panel de RetainQ.
Configuración del cliente MCP
Añade a la configuración de tu cliente MCP (p. ej., Claude Desktop, Kiro, Cursor):
{
"mcpServers": {
"retainq": {
"command": "npx",
"args": ["@retainq/mcp"],
"env": {
"RETAINQ_API_KEY": "rq_live_your_key_here"
}
}
}
}Herramientas disponibles (32)
Analítica
get_retention_stats— Resumen de métricas del espacio de trabajoget_recent_sessions— Sesiones de flujo recientes con resultadosget_top_churn_reasons— Motivos de cancelación ordenados por frecuenciaget_high_risk_customers— Clientes por encima del umbral de riesgo de churnget_offer_performance— Tasas de aceptación de ofertas e ingresos
Flujos
list_flows— Lista todos los flujosget_flow— Obtén los detalles del flujocreate_flow— Crea un nuevo flujo (simple o avanzado)update_flow— Actualiza los metadatos del flujodelete_flow— Archiva un flujoconfigure_simple_flow— Configura el flujo simple (encuesta, ofertas, comentarios, diseño)set_advanced_flow_schema— Configura el esquema de flujo basado en nodospublish_flow— Publica y activaget_flow_schema— Obtén el esquema publicado actual
Ofertas
list_offers— Lista todas las ofertas de retencióncreate_offer— Crea una nueva ofertaupdate_offer— Actualiza la ofertadelete_offer— Archiva la oferta
Clientes
list_customers— Lista clientes con puntuaciones de churnget_customer— Obtén el cliente por correo electrónicoget_customer_sessions— Obtén el historial de sesiones de un cliente
Oportunidades
list_opportunities— Lista oportunidades de retenciónconfirm_opportunity— Confirma/cumple una oportunidadreject_opportunity— Rechaza una oportunidad
Inteligencia de IA
run_churn_analysis— Ejecuta un análisis de churn con IAask_ai— Haz una pregunta a la IA de RetainQ sobre tus datos
Notificaciones
list_notifications— Obtén notificaciones recientesget_notification_preferences— Obtén la configuración de notificacionesupdate_notification_preferences— Actualiza la configuración de notificaciones
Comentarios
list_feedback— Obtén comentarios/respuestas de sesiónexport_feedback_csv— Exporta comentarios como CSV
URL base de la API
Por defecto se conecta a https://app.retainq.com/api/v1/public. Sobrescríbelo con:
export RETAINQ_API_URL=http://localhost:3000/api/v1/publicLicencia
MIT
This server cannot be installed
Maintenance
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
Read and manage Churnkey cancel flows, retention metrics, and payment recovery
Give your AI agents the tools to build, manage, and run automation workflows.
Connect AI to your Attio CRM. Manage contacts, companies, deals, and sales pipelines. Create tasks…
Manage AI assistants, history, calls, campaigns, contacts, knowledge, messaging, and automations.
Related MCP Servers
- FlicenseBqualityDmaintenanceEnables interaction with Retell AI's voice and chat agent platform. Build, deploy, and manage AI phone agents, configure conversation flows, handle calls/chats, and manage phone numbers through natural language.52
- FlicenseNot gradedqualityNot gradedmaintenanceEnables AI assistants to interact with Attio CRM through natural language, providing complete access to companies, people, deals, tasks, lists, notes, and records with advanced search, batch operations, and relationship management.812
- AlicenseAqualityDmaintenanceConnects AI assistants to Custify customer success data for querying account metrics, health scores, and usage trends. It also supports taking actions such as creating notes, managing tasks, and triggering playbooks.15213MIT
- AlicenseBqualityBmaintenanceEnables AI assistants to manage contacts, send messages, handle conversations, and manage workspace via the Respond.io API.28106MIT
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/me-saurabh/retainq-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server