Open Connector
All tools

Mixpanel

Connect to Mixpanel to query product analytics events, insights, funnels, retention, and cohorts.

mixpanelv1.0.08 tools

Authentication

MethodKindStatusDetails
Basic Authbasicavailable

Call a tool

import { createClient } from "@open-connector/sdk";const oc = createClient({  baseUrl: "https://api.openconnector.dev",  apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({  slug: "MIXPANEL_LIST_COHORTS",  connectedAccountId: "conn_...",  arguments: { /* match this tool's input schema */ },});
import Composio from "@composio/client";const composio = new Composio({  baseURL: "https://api.openconnector.dev/composio",  apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("MIXPANEL_LIST_COHORTS", {  connected_account_id: "conn_...",  arguments: { /* match this tool's input schema */ },});
oc tools execute MIXPANEL_LIST_COHORTS --data '{ }'

Tool catalog

Available tools

8 callable operations

List cohortsMIXPANEL_LIST_COHORTSLists Mixpanel cohorts for a project.

Lists Mixpanel cohorts for a project.

Authentication

Connected account required

Tags

Cohorts
List saved funnelsMIXPANEL_LIST_SAVED_FUNNELSLists saved Mixpanel funnel reports for a project.

Lists saved Mixpanel funnel reports for a project.

Authentication

Connected account required

Tags

Funnels
List top event propertiesMIXPANEL_LIST_TOP_EVENT_PROPERTIESLists top properties for a Mixpanel event.

Lists top properties for a Mixpanel event.

Authentication

Connected account required

Tags

Events
List top eventsMIXPANEL_LIST_TOP_EVENTSLists top events for a Mixpanel project.

Lists top events for a Mixpanel project.

Authentication

Connected account required

Tags

Events
Query event countsMIXPANEL_QUERY_EVENT_COUNTSQueries Mixpanel event counts over a date range.

Queries Mixpanel event counts over a date range.

Authentication

Connected account required

Tags

Events
Query a funnel reportMIXPANEL_QUERY_FUNNEL_REPORTRuns a saved Mixpanel funnel report.

Runs a saved Mixpanel funnel report.

Authentication

Connected account required

Tags

Funnels
Query a saved Insights reportMIXPANEL_QUERY_INSIGHTS_REPORTRuns a saved Mixpanel Insights report. Requires a Mixpanel project ID and the saved report identifier.

Runs a saved Mixpanel Insights report. Requires a Mixpanel project ID and the saved report identifier.

Authentication

Connected account required

Tags

Reports
Query retentionMIXPANEL_QUERY_RETENTION_REPORTQueries Mixpanel retention for a born event and return event.

Queries Mixpanel retention for a born event and return event.

Authentication

Connected account required

Tags

Retention

Provider resources