{
  "markdown": "# ThriveStack MCP Server\n\nConnect your AI agent (Claude, Cursor, ChatGPT) to [ThriveStack's](https://www.thrivestack.ai) Growth Intelligence platform via the [Model Context Protocol](https://modelcontextprotocol.io).\n\n## Ask questions like:\n\n### Accounts\n- *\"Who are my top 10 accounts by engagement this month?\"*\n- *\"List accounts that have been active in the last 30 days, sorted by last active time.\"*\n- *\"Show me the first 20 accounts, sorted by health score descending.\"*\n\n### Company Name from Contacts\n- *\"Given contacts with domain = thrivestack.ai, what company name do you infer?\"*\n- *\"Find the company name for contacts where email eq engineerpersona@thrivestack.ai.\"*\n- *\"Derive company name from contacts in country eq United States and industry eq SaaS.\"*\n\n### Analytics\n#### MAU & MTU Count\n- *\"What are my MAU and MTU for 2026-03?\"*\n- *\"Give me MAU vs MTU for 2026-01.\"*\n- *\"For last month (2026-02), what were MAU and MTU?\"*\n\n#### Event Count\n- *\"How many events did we track in 2026-03?\"*\n- *\"What's the total event count for last_30_days?\"*\n- *\"Show event volume for last_7_days.\"*\n\n### GTM\n#### PLG-Qualified Leads\n- *\"Show me PLG leads ready for sales outreach (type identify), first page.\"*\n- *\"Get PLG leads of type group, page 2, 25 per page.\"*\n- *\"Pull the newest 50 PLG-qualified leads (type identify).\"*\n\n### Setup\n#### Start ThriveStack Telemetry Setup\n- *\"Help me set up ThriveStack for marketing telemetry. Here's my API key: <key>.\"*\n- *\"I need product instrumentation; use this ThriveStack API key: <key>.\"*\n- *\"Set up both marketing + product telemetry. API key: <key>.\"*\n\n#### Get Setup Status\n- *\"What's my setup completion status right now?\"*\n- *\"Which setup steps are still pending for my environment?\"*\n- *\"Show warnings/blockers in my onboarding/setup progress.\"*\n\n## Quick Connect\n\n**Endpoint:** `https://api.app.thrivestack.ai/mcp`\n**Auth:** include the `x-api-key` header in every request.  \nFor enterprise demos and evaluation environments, use the designated demo x-api-key below:\n`d8rRhN6Ji8BGZdlVJONMm/e06k1zLkT4pHoN4LstE4g=`\n\n### Claude Desktop\n\nAdd to `~/Library/Application Support/Claude/claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"thrivestack\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"-y\",\n        \"mcp-remote\",\n        \"https://api.app.thrivestack.ai/mcp\",\n        \"--header\",\n        \"x-api-key: d8rRhN6Ji8BGZdlVJONMm/e06k1zLkT4pHoN4LstE4g=\"\n      ]\n    }\n  }\n}\n```\n\n### Claude Code CLI\n\n```bash\nclaude mcp add --transport http thrivestack \\\n  https://api.app.thrivestack.ai/mcp \\\n  --header \"x-api-key: d8rRhN6Ji8BGZdlVJONMm/e06k1zLkT4pHoN4LstE4g=\"\n```\n\n### Cursor / Windsurf\n\nAdd to your MCP settings:\n```json\n{\n  \"mcpServers\": {\n    \"thrivestack\": {\n      \"url\": \"https://api.app.thrivestack.ai/mcp\",\n      \"headers\": {\n        \"x-api-key\": \"d8rRhN6Ji8BGZdlVJONMm/e06k1zLkT4pHoN4LstE4g=\"\n      }\n    }\n  }\n}\n```\n\n## Available Tools\n\n| Tool | Description |\n|---|---|\n| `list_accounts` | List accounts with engagement, enrichment, and acquisition data |\n| `get_account_details` | Deep details for a specific account |\n| `get_active_users_summary` | Active users and accounts summary |\n| `get_mau_mtu_count` | Monthly Active Users and Monthly Tracked Users |\n| `get_event_summary` | Event analytics summary |\n| `get_event_count` | Total event counts |\n| `get_feature_usage_trend` | Feature usage trends over time |\n| `get_feature_adoption` | Feature adoption timeline |\n| `get_activation_summary` | Activation funnel summary |\n| `get_activation_trend` | Activation trend data |\n| `get_account_engagement` | Per-account engagement trend |\n| `get_retention_data` | Retention cohort data |\n| `get_plg_leads` | PLG-qualified leads ready for sales |\n| `get_expansion_signals` | Accounts showing expansion signals |\n| `get_churn_signals` | Accounts at churn risk |\n| `get_acquisition_channels` | Acquisition channel breakdown |\n\n## Requirements\n\n- A [ThriveStack](https://www.thrivestack.ai) account with an API key\n- Any MCP-compatible client (Claude, Cursor, Windsurf, etc.)\n\n## Links\n\n- [ThriveStack Website](https://www.thrivestack.ai)\n- [ThriveStack Dashboard](https://app.thrivestack.ai)\n- [MCP Documentation](https://modelcontextprotocol.io)\n",
  "bytes": 4226,
  "sha": "81cb9b1dddfc411303ac59430e8726c4e7bfe7d7ae94450aac4b2f07b1923f50",
  "repo_slug": "thrivestack-public/thrivestack-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_thrivestack_public_thrivestack_736fa7c6/readme"
}