ThriveStack PLG CRM

平台与服务

by thrivestack-public

提供 ThriveStack PLG CRM 分析能力,可查询账户、MAU/MTU、功能采用情况与 PLG 线索。

什么是 ThriveStack PLG CRM

提供 ThriveStack PLG CRM 分析能力,可查询账户、MAU/MTU、功能采用情况与 PLG 线索。

README

ThriveStack MCP Server

Connect your AI agent (Claude, Cursor, ChatGPT) to ThriveStack's Growth Intelligence platform via the Model Context Protocol.

Ask questions like:

Accounts

  • "Who are my top 10 accounts by engagement this month?"
  • "List accounts that have been active in the last 30 days, sorted by last active time."
  • "Show me the first 20 accounts, sorted by health score descending."

Company Name from Contacts

  • "Given contacts with domain = thrivestack.ai, what company name do you infer?"
  • "Find the company name for contacts where email eq engineerpersona@thrivestack.ai."
  • "Derive company name from contacts in country eq United States and industry eq SaaS."

Analytics

MAU & MTU Count

  • "What are my MAU and MTU for 2026-03?"
  • "Give me MAU vs MTU for 2026-01."
  • "For last month (2026-02), what were MAU and MTU?"

Event Count

  • "How many events did we track in 2026-03?"
  • "What's the total event count for last_30_days?"
  • "Show event volume for last_7_days."

GTM

PLG-Qualified Leads

  • "Show me PLG leads ready for sales outreach (type identify), first page."
  • "Get PLG leads of type group, page 2, 25 per page."
  • "Pull the newest 50 PLG-qualified leads (type identify)."

Setup

Start ThriveStack Telemetry Setup

  • "Help me set up ThriveStack for marketing telemetry. Here's my API key: <key>."
  • "I need product instrumentation; use this ThriveStack API key: <key>."
  • "Set up both marketing + product telemetry. API key: <key>."

Get Setup Status

  • "What's my setup completion status right now?"
  • "Which setup steps are still pending for my environment?"
  • "Show warnings/blockers in my onboarding/setup progress."

Quick Connect

Endpoint: https://api.app.thrivestack.ai/mcp Auth: include the x-api-key header in every request.
For enterprise demos and evaluation environments, use the designated demo x-api-key below: d8rRhN6Ji8BGZdlVJONMm/e06k1zLkT4pHoN4LstE4g=

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

json
{
  "mcpServers": {
    "thrivestack": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.app.thrivestack.ai/mcp",
        "--header",
        "x-api-key: d8rRhN6Ji8BGZdlVJONMm/e06k1zLkT4pHoN4LstE4g="
      ]
    }
  }
}

Claude Code CLI

bash
claude mcp add --transport http thrivestack \
  https://api.app.thrivestack.ai/mcp \
  --header "x-api-key: d8rRhN6Ji8BGZdlVJONMm/e06k1zLkT4pHoN4LstE4g="

Cursor / Windsurf

Add to your MCP settings:

json
{
  "mcpServers": {
    "thrivestack": {
      "url": "https://api.app.thrivestack.ai/mcp",
      "headers": {
        "x-api-key": "d8rRhN6Ji8BGZdlVJONMm/e06k1zLkT4pHoN4LstE4g="
      }
    }
  }
}

Available Tools

ToolDescription
list_accountsList accounts with engagement, enrichment, and acquisition data
get_account_detailsDeep details for a specific account
get_active_users_summaryActive users and accounts summary
get_mau_mtu_countMonthly Active Users and Monthly Tracked Users
get_event_summaryEvent analytics summary
get_event_countTotal event counts
get_feature_usage_trendFeature usage trends over time
get_feature_adoptionFeature adoption timeline
get_activation_summaryActivation funnel summary
get_activation_trendActivation trend data
get_account_engagementPer-account engagement trend
get_retention_dataRetention cohort data
get_plg_leadsPLG-qualified leads ready for sales
get_expansion_signalsAccounts showing expansion signals
get_churn_signalsAccounts at churn risk
get_acquisition_channelsAcquisition channel breakdown

Requirements

  • A ThriveStack account with an API key
  • Any MCP-compatible client (Claude, Cursor, Windsurf, etc.)

Links

常见问题

ThriveStack PLG CRM 是什么?

提供 ThriveStack PLG CRM 分析能力,可查询账户、MAU/MTU、功能采用情况与 PLG 线索。

相关 Skills

Slack动图

by anthropics

Universal
热门

面向Slack的动图制作Skill,内置emoji/消息GIF的尺寸、帧率和色彩约束、校验与优化流程,适合把创意或上传图片快速做成可直接发送的Slack动画。

帮你快速做出适配 Slack 的动图,内置约束规则和校验工具,少踩上传与播放坑,做表情包和演示都更省心。

平台与服务
未扫描166.1k

MCP构建

by anthropics

Universal
热门

聚焦高质量 MCP Server 开发,覆盖协议研究、工具设计、错误处理与传输选型,适合用 FastMCP 或 MCP SDK 对接外部 API、封装服务能力。

想让 LLM 稳定调用外部 API,就用 MCP构建:从 Python 到 Node 都有成熟指引,帮你更快做出高质量 MCP 服务器。

平台与服务
未扫描166.1k

接口测试套件

by alirezarezvani

Universal
热门

扫描 Next.js、Express、FastAPI、Django REST 的 API 路由,自动生成覆盖鉴权、参数校验、错误码、分页、上传与限流场景的 Vitest 或 Pytest 测试套件。

帮你把API与集成测试自动化跑顺,减少回归漏测;能力全面,尤其适合复杂接口场景的QA团队。

平台与服务
未扫描23.8k

相关 MCP Server

Slack 消息

编辑精选

by Anthropic

热门

Slack 是让 AI 助手直接读写你的 Slack 频道和消息的 MCP 服务器。

这个服务器解决了团队协作中需要 AI 实时获取 Slack 信息的痛点,特别适合开发团队让 Claude 帮忙汇总频道讨论或发送通知。不过,它目前只是参考实现,文档有限,不建议在生产环境直接使用——更适合开发者学习 MCP 如何集成第三方服务。

平台与服务
89.2k

by netdata

热门

io.github.netdata/mcp-server 是让 AI 助手实时监控服务器指标和日志的 MCP 服务器。

这个工具解决了运维人员需要手动检查系统状态的痛点,最适合 DevOps 团队让 Claude 自动分析性能数据。不过,它依赖 NetData 的现有部署,如果你没用过这个监控平台,得先花时间配置。

平台与服务
80.0k

by d4vinci

热门

Scrapling MCP Server 是专为现代网页设计的智能爬虫工具,支持绕过 Cloudflare 等反爬机制。

这个工具解决了爬取动态网页和反爬网站时的头疼问题,特别适合需要批量采集电商价格或新闻数据的开发者。不过,它依赖外部浏览器引擎,资源消耗较大,不适合轻量级任务。

平台与服务
72.4k

评论