Serverstech.engageable/analytics
A

Engageable Analytics

tech.engageable/analytics · v0.2.0
▦ pypi
v0.2.0pypi pypi: engageable↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "tech.engageable/analytics",
  "description": "Unified analytics MCP server for GA4, Mixpanel, and PostHog.",
  "title": "Engageable Analytics",
  "repository": {
    "url": "https://github.com/engageable-tech/engageable-oss",
    "source": "github"
  },
  "version": "0.2.0",
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "engageable",
      "version": "0.2.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Anthropic API key (required for the 'ask' tool)",
          "isSecret": true,
          "name": "ANTHROPIC_API_KEY"
        },
        {
          "description": "PostHog personal API key",
          "isSecret": true,
          "name": "POSTHOG_API_KEY"
        },
        {
          "description": "PostHog project ID",
          "name": "POSTHOG_PROJECT_ID"
        },
        {
          "description": "Google Analytics 4 service account credentials (inline JSON)",
          "isSecret": true,
          "name": "GA4_CREDENTIALS_JSON"
        },
        {
          "description": "Google Analytics 4 property ID",
          "name": "GA4_PROPERTY_ID"
        },
        {
          "description": "Mixpanel service account username",
          "name": "MIXPANEL_SERVICE_ACCOUNT_USERNAME"
        },
        {
          "description": "Mixpanel service account secret",
          "isSecret": true,
          "name": "MIXPANEL_SERVICE_ACCOUNT_SECRET"
        },
        {
          "description": "Mixpanel project ID",
          "name": "MIXPANEL_PROJECT_ID"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}