Connect AI agents to ThriveStack's Unified Growth Intelligence platform — query accounts, MAU/MTU, feature adoption, activation funnels, and PLG leads
Overview
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
Server Config
{
"mcpServers": {
"thrivestack": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.app.thrivestack.ai/mcp",
"--header",
"x-api-key: YOUR_API_KEY"
]
}
}
}