@retainq/mcp
@retainq/mcp
RetainQ MCP Server — AI 어시스턴트를 이탈 감소 플랫폼에 연결하세요.
이건 무엇인가요?
이것은 RetainQ를 위한 Model Context Protocol (MCP) 서버입니다. AI 어시스턴트(Claude, Cursor, Kiro 등)가 여러분의 RetainQ 워크스페이스와 상호작용할 수 있게 해 줍니다 — 리텐션 지표 조회, 플로우 관리, 이탈 데이터 분석 등.
Related MCP server: Attio MCP Server
설치
npx @retainq/mcp또는 전역으로 설치하려면:
npm install -g @retainq/mcp구성
환경 변수
RetainQ API 키를 설정하세요:
export RETAINQ_API_KEY=rq_live_your_key_hereRetainQ 대시보드의 설정 → API 키에서 API 키를 발급받으세요.
MCP 클라이언트 설정
MCP 클라이언트 설정에 추가하세요(예: Claude Desktop, Kiro, Cursor):
{
"mcpServers": {
"retainq": {
"command": "npx",
"args": ["@retainq/mcp"],
"env": {
"RETAINQ_API_KEY": "rq_live_your_key_here"
}
}
}
}사용 가능한 도구 (32)
분석
get_retention_stats— 워크스페이스 지표 개요get_recent_sessions— 결과가 포함된 최신 플로우 세션get_top_churn_reasons— 빈도순으로 정렬된 이탈 사유get_high_risk_customers— 이탈 위험 임계값을 초과한 고객get_offer_performance— 오퍼 수락률 및 수익
플로우
list_flows— 모든 플로우 목록 조회get_flow— 플로우 세부 정보 조회create_flow— 새 플로우 생성(간편 또는 고급)update_flow— 플로우 메타데이터 업데이트delete_flow— 플로우 보관configure_simple_flow— 간편 플로우 구성 설정(설문, 오퍼, 피드백, 디자인)set_advanced_flow_schema— 노드 기반 플로우 스키마 설정publish_flow— 게시 및 라이브 전환get_flow_schema— 현재 게시된 스키마 조회
오퍼
list_offers— 모든 리텐션 오퍼 목록 조회create_offer— 새 오퍼 생성update_offer— 오퍼 업데이트delete_offer— 오퍼 보관
고객
list_customers— 이탈 점수가 있는 고객 목록 조회get_customer— 이메일로 고객 조회get_customer_sessions— 고객의 세션 이력 조회
기회
list_opportunities— 리텐션 기회 목록 조회confirm_opportunity— 기회 확인/이행reject_opportunity— 기회 거부
AI 인텔리전스
run_churn_analysis— AI 기반 이탈 분석 실행ask_ai— 데이터에 대해 RetainQ AI에 질문
알림
list_notifications— 최근 알림 조회get_notification_preferences— 알림 설정 조회update_notification_preferences— 알림 설정 업데이트
피드백
list_feedback— 세션 피드백/응답 조회export_feedback_csv— 피드백을 CSV로 내보내기
API 기본 URL
기본적으로 https://app.retainq.com/api/v1/public에 연결됩니다. 다음과 같이 재정의하세요:
export RETAINQ_API_URL=http://localhost:3000/api/v1/public라이선스
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