@retainq/mcp
@retainq/mcp
RetainQ MCP Server – Verbinden Sie KI-Assistenten mit Ihrer Plattform zur Reduzierung von Kundenabwanderung.
Was ist das?
Dies ist ein Server für das Model Context Protocol (MCP) für RetainQ. Er ermöglicht KI-Assistenten (wie Claude, Cursor, Kiro usw.) die Interaktion mit Ihrem RetainQ-Arbeitsbereich – Abfrage von Kundenbindungsmetriken, Verwaltung von Flows, Analyse von Abwanderungsdaten und mehr.
Related MCP server: Attio MCP Server
Installation
npx @retainq/mcpOder global installieren:
npm install -g @retainq/mcpKonfiguration
Umgebungsvariable
Legen Sie Ihren RetainQ-API-Schlüssel fest:
export RETAINQ_API_KEY=rq_live_your_key_hereHolen Sie sich einen API-Schlüssel unter Einstellungen → API-Schlüssel in Ihrem RetainQ-Dashboard.
MCP-Client-Konfiguration
Fügen Sie Folgendes zu Ihrer MCP-Client-Konfiguration hinzu (z. B. Claude Desktop, Kiro, Cursor):
{
"mcpServers": {
"retainq": {
"command": "npx",
"args": ["@retainq/mcp"],
"env": {
"RETAINQ_API_KEY": "rq_live_your_key_here"
}
}
}
}Verfügbare Tools (32)
Analysen
get_retention_stats— Übersicht über Arbeitsbereichsmetrikenget_recent_sessions— Neueste Flow-Sitzungen mit Ergebnissenget_top_churn_reasons— Kündigungsgründe nach Häufigkeit geordnetget_high_risk_customers— Kunden über der Abwanderungsrisiko-Schwelleget_offer_performance— Annahmequoten von Angeboten und Umsatz
Flows
list_flows— Alle Flows auflistenget_flow— Flow-Details abrufencreate_flow— Neuen Flow erstellen (einfach oder erweitert)update_flow— Flow-Metadaten aktualisierendelete_flow— Einen Flow archivierenconfigure_simple_flow— Einfache Flow-Konfiguration festlegen (Umfrage, Angebote, Feedback, Design)set_advanced_flow_schema— Knotenbasiertes Flow-Schema festlegenpublish_flow— Veröffentlichen und live schaltenget_flow_schema— Aktuelles veröffentlichtes Schema abrufen
Angebote
list_offers— Alle Kundenbindungsangebote auflistencreate_offer— Neues Angebot erstellenupdate_offer— Angebot aktualisierendelete_offer— Angebot archivieren
Kunden
list_customers— Kunden mit Abwanderungs-Scores auflistenget_customer— Kunden per E-Mail abrufenget_customer_sessions— Sitzungsverlauf eines Kunden abrufen
Chancen
list_opportunities— Kundenbindungschancen auflistenconfirm_opportunity— Eine Chance bestätigen/erfüllenreject_opportunity— Eine Chance ablehnen
KI-Intelligenz
run_churn_analysis— KI-gestützte Abwanderungsanalyse ausführenask_ai— Stellen Sie der RetainQ-KI eine Frage zu Ihren Daten
Benachrichtigungen
list_notifications— Aktuelle Benachrichtigungen abrufenget_notification_preferences— Benachrichtigungseinstellungen abrufenupdate_notification_preferences— Benachrichtigungseinstellungen aktualisieren
Feedback
list_feedback— Sitzungsfeedback/Antworten abrufenexport_feedback_csv— Feedback als CSV exportieren
API-Basis-URL
Standardmäßig wird eine Verbindung zu https://app.retainq.com/api/v1/public hergestellt. Überschreiben mit:
export RETAINQ_API_URL=http://localhost:3000/api/v1/publicLizenz
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