Serversio.github.Thrivestack-public/thrivestack-mcp
M

ThriveStack PLG CRM

io.github.Thrivestack-public/thrivestack-mcp · v1.0.0
● Remote
v1.0.0remote🌐 https://api.app.thrivestack.ai/mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.Thrivestack-public/thrivestack-mcp",
  "description": "ThriveStack PLG CRM analytics — query accounts, MAU/MTU, feature adoption, and PLG leads.",
  "title": "ThriveStack PLG CRM",
  "repository": {
    "url": "https://github.com/Thrivestack-public/thrivestack-mcp",
    "source": "github"
  },
  "version": "1.0.0",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://api.app.thrivestack.ai/mcp",
      "headers": [
        {
          "description": "Your ThriveStack API key (from ThriveStack dashboard → Settings → API Keys)",
          "isRequired": true,
          "isSecret": true,
          "name": "x-api-key"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}