30 tools from the Mixpanel MCP Server, categorised by risk level.
View the Mixpanel policy →Get-Dashboard Set include_layout=True to get full layout with cell/row IDs (needed for Update-Dashboard).
Layout format: [[row_id, [[cell_id, type, extra], ...]]... Get-Event-Details Get an event's full metadata. Use before editing to see current state. Get-Events Get event names for a Mixpanel project.
query: Exact substring filter (case-insensitive) against event names. Use a single word for best results 2/5 Get-Issues Get all data quality issues for a Mixpanel project.
Returns rich context with human-readable descriptions, event/property names,
timestamps, and va... 3/5 Get-Lexicon-URL Return a Mixpanel Lexicon transformations detail URL for an event or property.
Provide either event or property along with project_id.
If workspac... Get-Projects Get projects that are accessible to current user.
Returns the project's id, name, workspaces and context.
Use this and prompt the user to select a ... Get-Property Get a property's full metadata. Use before editing to see current state. Get-Property-Names List property names. resource_type: 'Event' for event properties (set 'event' to scope to one event), 'User' for user properties, or omit for both. Get-Property-Values For Event properties, the 'event' parameter is required. Get-Query-Schema Get the full instructions and JSON schema for building a full Mixpanel query.
Call this to learn all available fields and options for the 'report' ... Get-Report Retrieve a saved report from a Mixpanel project. Optionally include the report results if it's a queryable report type. Get-User-Replays-Data Get session replays information. Provide either a distinct_id (with from_date
and to_date) to find all replays for a user, OR a list of specific re... List-Dashboards Prefer Search-Entities with entity_types=['dashboard'] instead, it offers more flexibility and efficiency.
Returns a list of all the dashboards in... 2/5 policylayer_status Query PolicyLayer status: active limits, call counts, spend, and remaining budget per tool. Run-Frequency-Query Run a frequency query on user actions 2/5 Run-Funnels-Query Run a funnels query with conversion steps 2/5 Run-Retention-Query Run a retention query on user behaviour 2/5 Run-Segmentation-Query Run a segmentation query on events 2/5 Search-Entities Search across all entities in a Mixpanel project: dashboards, reports,
cohorts, experiments, feature flags, metric trees, playlists, and heat maps.... 2/5 Create-Dashboard Create a Mixpanel dashboard that combines multiple reports and text into a single view.
Use when the user asks for a "dashboard," "board", or reque... 2/5 Create-Tag Create a tag for organizing events and properties in Lexicon. 2/5 Dismiss-Issues Dismiss data quality issues matching natural criteria - no need to look up IDs first.
Specify what to dismiss using event names, property names, da... 2/5 Duplicate-Dashboard Create a copy of an existing dashboard with all its contents.
Optionally override the title and description of the new dashboard. 2/5 Edit-Event Use contact_emails or team_contact_names for ownership. Set verified=True to
verify/approve events, hidden=True to hide from UI, dropped=True to de... 2/5 Edit-Property Set sensitive=True for PII data classification. 2/5 Rename-Tag Rename an existing tag in a Mixpanel project.
The new name must be unique within the project (max 175 characters).
This updates all events and prop... 2/5 Update-Dashboard Call Get-Dashboard with include_layout=True first to get cell/row IDs.
- To update a report cell query_id, call Run-Query first.
... 2/5 Delete-Dashboard Delete a dashboard. Always confirm with the user before proceeding.
Use List-Dashboards or Get-Dashboard to find the dashboard ID. 4/5 Delete-Tag Delete a tag from a Mixpanel project.
This removes the tag from all associated events and properties.
Use with caution as this operation cannot be ... 4/5 The Mixpanel MCP server exposes 30 tools across 4 categories: Read, Write, Destructive, Execute.
Use Intercept, the open-source MCP proxy. Write YAML rules for each tool — rate limits, argument validation, or deny rules — then run Intercept in front of the Mixpanel server.
Mixpanel tools are categorised as Read (19), Write (8), Destructive (2), Execute (1). Each category has a recommended default policy.
Open source. One binary. Zero dependencies.
npx -y @policylayer/intercept