Connects Claude to ThriveStack's Product Led Growth CRM so you can query customer analytics without leaving your editor. You get tools for listing accounts by engagement or health score, pulling MAU and MTU counts by month, checking feature adoption trends, and identifying PLG-qualified leads ready for sales outreach. Also includes retention cohorts, churn signals, and expansion opportunities. Useful when you're analyzing product usage patterns or building sales workflows and want to ask natural language questions instead of writing SQL or navigating dashboards. Runs over HTTP with API key auth, and the repo includes a demo key for testing.
Connect your AI agent (Claude, Cursor, ChatGPT) to ThriveStack's Growth Intelligence platform via the Model Context Protocol.
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=
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: d8rRhN6Ji8BGZdlVJONMm/e06k1zLkT4pHoN4LstE4g="
]
}
}
}
claude mcp add --transport http thrivestack \
https://api.app.thrivestack.ai/mcp \
--header "x-api-key: d8rRhN6Ji8BGZdlVJONMm/e06k1zLkT4pHoN4LstE4g="
Add to your MCP settings:
{
"mcpServers": {
"thrivestack": {
"url": "https://api.app.thrivestack.ai/mcp",
"headers": {
"x-api-key": "d8rRhN6Ji8BGZdlVJONMm/e06k1zLkT4pHoN4LstE4g="
}
}
}
}
| Tool | Description |
|---|---|
list_accounts | List accounts with engagement, enrichment, and acquisition data |
get_account_details | Deep details for a specific account |
get_active_users_summary | Active users and accounts summary |
get_mau_mtu_count | Monthly Active Users and Monthly Tracked Users |
get_event_summary | Event analytics summary |
get_event_count | Total event counts |
get_feature_usage_trend | Feature usage trends over time |
get_feature_adoption | Feature adoption timeline |
get_activation_summary | Activation funnel summary |
get_activation_trend | Activation trend data |
get_account_engagement | Per-account engagement trend |
get_retention_data | Retention cohort data |
get_plg_leads | PLG-qualified leads ready for sales |
get_expansion_signals | Accounts showing expansion signals |
get_churn_signals | Accounts at churn risk |
get_acquisition_channels | Acquisition channel breakdown |
explorium-ai/vibeprospecting-mcp
io.github.compuute/lead-enrichment
dev.workers.selbyventurecap.cf-worker/apollo-salesforce-mapper
io.github.br0ski777/company-enrichment
com.mcparmory/apollo
mambalabsdev/mcp-gtm-tech-stack-signal-scraper