Mixpanel MCP integration for AI agents.
Connect AI agents to Mixpanel through 13 structured actions, including export events, profile event activity, and list funnels. Review authentication, inputs…
- ACTION CONTRACTS
- 13
- AUTHENTICATION
- API key
- SOURCE STATUS
- Provider-backed
CATALOG SOURCE REVIEWED AUGUST 23, 2026 / ACTION NAMES AND SCHEMAS DERIVED FROM WORKING MACHINES PROVIDER SOURCE
CAPABILITY PROFILE
What the Mixpanel integration exposes
The Mixpanel Agent App exposes 13 provider-backed actions for data and marketing work. Its current contract lets an authorized agent export raw mixpanel events for a project and date range, get event activity for one or more mixpanel profiles over a date range, and list saved funnels available in a mixpanel project. These operations are called through Working Machines as typed capabilities rather than through browser navigation or copied UI steps.
A connection uses API key. Before execution, the agent can inspect the selected action, its required fields, declared scopes, and expected output contract. Provider credentials remain inside the Working Machines runtime; the calling agent receives the capability and its structured result, not the underlying secret.
For reliable operation, start with the narrowest action that satisfies the task, resolve stable provider identifiers before changing state, and validate the returned object or status after execution. Availability still depends on the connected Mixpanel account, granted provider permissions, workspace policy, region, plan, and upstream API behavior.
VERIFIED ACTION SAMPLE
Real Mixpanel capabilities.
Showing 12 of 13 actions. Risk labels are conservative signals based on operation names, not substitutes for provider documentation or runtime policy.
export_eventsREADExport raw Mixpanel events for a project and date range.
INPUTS: project_id / from_date / to_date / event / where
profile_event_activityREVIEWGet event activity for one or more Mixpanel profiles over a date range.
INPUTS: project_id / workspace_id / distinct_ids / from_date / to_date
list_funnelsREADList saved funnels available in a Mixpanel project.
INPUTS: project_id / workspace_id
list_saved_cohortsREADList saved cohorts available in a Mixpanel project.
INPUTS: project_id
query_frequency_reportREADQuery how frequently users perform an event in Mixpanel.
INPUTS: project_id / workspace_id / from_date / to_date / unit
query_funnelREADQuery a saved Mixpanel funnel report over a date range.
INPUTS: project_id / workspace_id / funnel_id / from_date / to_date
query_numeric_averageREADAverage a numeric expression for a Mixpanel event over time.
INPUTS: project_id / workspace_id / event / from_date / to_date
query_numeric_sumREADSum a numeric expression for a Mixpanel event over time.
INPUTS: project_id / workspace_id / event / from_date / to_date
query_profilesREADQuery Mixpanel profiles with optional filters, paging, and selected properties.
INPUTS: project_id / workspace_id / distinct_ids / where / output_properties
query_retention_reportREADQuery a Mixpanel retention report over a date range.
INPUTS: project_id / workspace_id / from_date / to_date / retention_type
query_saved_reportREADQuery a saved Mixpanel report by bookmark ID.
INPUTS: project_id / workspace_id / bookmark_id
query_segmentation_reportREADQuery a Mixpanel segmentation report for one event over a date range.
INPUTS: project_id / event / from_date / to_date / on
INPUT CONTRACTS
Know what the action needs before it runs.
export_events
project_idOPTIONAL- Identifier accepted by the official Mixpanel API.
from_dateREQUIRED- Start date for the raw event export.
to_dateREQUIRED- End date for the raw event export.
eventOPTIONAL- Optional event names to include in the raw event export.
whereOPTIONAL- Optional Mixpanel where expression used to filter exported events.
profile_event_activity
project_idOPTIONAL- Identifier accepted by the official Mixpanel API.
workspace_idOPTIONAL- Identifier accepted by the official Mixpanel API.
distinct_idsREQUIRED- Distinct IDs to fetch activity for.
from_dateREQUIRED- Start date for the activity query.
to_dateREQUIRED- End date for the activity query.
list_funnels
project_idOPTIONAL- Identifier accepted by the official Mixpanel API.
workspace_idOPTIONAL- Identifier accepted by the official Mixpanel API.
list_saved_cohorts
project_idOPTIONAL- Identifier accepted by the official Mixpanel API.
PROVIDER-SPECIFIC WORKFLOWS
Jobs this Agent App can support
Inspect Export Events
Export raw Mixpanel events for a project and date range. Use this as a bounded discovery step, retain the returned identifier, and avoid expanding the read beyond the task's stated scope.
export_eventsVerify with List Funnels
List saved funnels available in a Mixpanel project. Compare the returned provider state with the intended outcome and preserve stable IDs or canonical links in the run record.
list_funnelsSAFETY BOUNDARY
Operate Mixpanel with explicit limits
- Authorize Mixpanel with API key and grant only the provider access required by the selected actions.
- The current action names appear read-oriented, but returned Mixpanel data may still be sensitive and should be minimized before it enters model context.
- Do not infer permission from catalog visibility. Workspace policy, connection identity, and upstream authorization still govern execution.
- No provider scope string is declared on the sampled actions. Verify the connected account's actual permissions in Mixpanel rather than assuming unrestricted access.
- After a call, inspect the structured result and execution record before reporting that the Mixpanel task completed successfully.
CONNECTION MODEL
API key
Mixpanel service account secret used with HTTP Basic authentication for project-scoped query APIs. Create it from Mixpanel Service Accounts: https://developer.mixpanel.com/reference/service-accounts-api.
Working Machines stores provider credentials behind the execution boundary. An agent can use an authorized connection identity, but catalog discovery alone does not reveal OAuth tokens, API keys, or provider secrets.
- READ SIGNALS
- 12
- WRITE SIGNALS
- 0
- HIGH IMPACT
- 0
- REVIEW SIGNALS
- 1
EVIDENCE AND AVAILABILITY
Provider reference
Action names, input fields, authentication types, and counts on this page are generated from the Working Machines provider catalog. Provider behavior, quotas, object semantics, account eligibility, and regional availability remain governed by Mixpanel.