MCP Hub
Back to servers

ThriveStack PLG CRM

ThriveStack PLG CRM analytics — query accounts, MAU/MTU, feature adoption, and PLG leads.

Registry
Updated
Mar 9, 2026

ThriveStack MCP Server

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

Ask questions like:

  • "Who are my top 10 accounts by engagement?"
  • "What's my MAU and MTU this month?"
  • "Show me PLG leads ready for sales outreach"
  • "Which features have the highest adoption?"

Quick Connect

Endpoint: https://api.app.thrivestack.ai/mcp Auth: x-api-key header — get your key from the ThriveStack dashboard → Settings → API Keys

Claude Desktop

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

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

Claude Code CLI

claude mcp add --transport http thrivestack \
  https://api.app.thrivestack.ai/mcp \
  --header "x-api-key: YOUR_API_KEY"

Cursor / Windsurf

Add to your MCP settings:

{
  "mcpServers": {
    "thrivestack": {
      "url": "https://api.app.thrivestack.ai/mcp",
      "headers": {
        "x-api-key": "YOUR_API_KEY"
      }
    }
  }
}

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

Reviews

No reviews yet

Sign in to write a review