Mixpanel
Connect to Mixpanel to query product analytics events, insights, funnels, retention, and cohorts.
mixpanelv1.0.08 tools
Authentication
| Method | Kind | Status | Details |
|---|---|---|---|
| Basic Auth | basic | available | — |
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.Connection
Lists Mixpanel cohorts for a project.
Authentication
Connected account requiredTags
Cohorts
List saved funnelsMIXPANEL_LIST_SAVED_FUNNELSLists saved Mixpanel funnel reports for a project.Connection
Lists saved Mixpanel funnel reports for a project.
Authentication
Connected account requiredTags
Funnels
List top event propertiesMIXPANEL_LIST_TOP_EVENT_PROPERTIESLists top properties for a Mixpanel event.Connection
Lists top properties for a Mixpanel event.
Authentication
Connected account requiredTags
Events
List top eventsMIXPANEL_LIST_TOP_EVENTSLists top events for a Mixpanel project.Connection
Lists top events for a Mixpanel project.
Authentication
Connected account requiredTags
Events
Query event countsMIXPANEL_QUERY_EVENT_COUNTSQueries Mixpanel event counts over a date range.Connection
Queries Mixpanel event counts over a date range.
Authentication
Connected account requiredTags
Events
Query a funnel reportMIXPANEL_QUERY_FUNNEL_REPORTRuns a saved Mixpanel funnel report.Connection
Runs a saved Mixpanel funnel report.
Authentication
Connected account requiredTags
Funnels
Query a saved Insights reportMIXPANEL_QUERY_INSIGHTS_REPORTRuns a saved Mixpanel Insights report. Requires a Mixpanel project ID and the saved report identifier.Connection
Runs a saved Mixpanel Insights report. Requires a Mixpanel project ID and the saved report identifier.
Authentication
Connected account requiredTags
Reports
Query retentionMIXPANEL_QUERY_RETENTION_REPORTQueries Mixpanel retention for a born event and return event.Connection
Queries Mixpanel retention for a born event and return event.
Authentication
Connected account requiredTags
Retention