@retainq/mcp
@retainq/mcp
RetainQ MCP Server — AIアシスタントを解約防止プラットフォームに接続します。
これは何ですか?
これは Model Context Protocol (MCP) サーバーであり、RetainQ 向けのサーバーです。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 ダッシュボードの Settings → API Keys から 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