Skip to content

How Mixpanel’s scores are calculated

The full audit trail, recomputed from the verdict data at build time through the same code that produced the leaderboard: verdict × quality × story weight per cell, cells sum to dimension scores, dimensions blend into the PA Score. Every number on the product page is reproducible from this page alone; for why the formula looks like this, see the methodology.

verdict factors: full ×1.0 · partial ×0.6 · disputed ×0.3 · none ×0.0 · n/a excluded from both sides · cell points = weight × quality × factor · cell max = weight × 10

PA Score25/100

Agent-ready 36.6 × 0.30 = 10.98

API quality 0.0 × 0.20 = 0.00

Openness 31.2 × 0.20 = 6.24

Built-in AI 45.3 × 0.15 = 6.79

Automation 8.6 × 0.15 = 1.29

(10.98 + 0.00 + 6.24 + 6.79 + 1.29) ÷ (0.30 + 0.20 + 0.20 + 0.15 + 0.15) = 25.30 ÷ 1.00 = 25.3

Scores are stored to 1 decimal; the product page’s pills round to whole numbers for display. Each dimension below shows the stories, verdicts, and cited evidence behind its number.

Agent-ready36.6/100×0.30 of the PA blend

Outside-in: can YOUR agent reach and drive this product — API, MCP, CLI, headless runs, agent docs.

Point an agent at llms.txt or agent-oriented docsweight 2

2 (weight) × 9 (quality) × 1.0 (full) = 18.0 of 20 max

  • [probe] https://docs.mixpanel.com/llms.txtPROBE llms.txt: HTTP 200 at https://docs.mixpanel.com/llms.txt # Mixpanel - [What is Mixpanel?](https://docs.mixpanel.com/docs/what-is-mixpanel.md): An introduction to Mixpanel produ
  • [claimed-docs] https://docs.mixpanel.com/docs/mcp.mdMixpanel provides a hosted Model Context Protocol (MCP) server that gives AI assistants direct access to your Mixpanel data.
  • [probe] https://docs.mixpanel.com/docs/mcpofficial MCP server documented at https://docs.mixpanel.com/docs/mcp

Run the product headlessly / in CI for automationweight 2

2 (weight) × 5 (quality) × 0.6 (partial) = 6.0 of 20 max

  • [claimed-docs] https://docs.mixpanel.com/docs/export-methods.mdTo export raw event data, use the Raw Event Export API. The events payload is returned as JSONL
  • [claimed-docs] https://docs.mixpanel.com/reference/raw-event-export.mdThe raw export API allows you to download your event data as it is received and stored within Mixpanel, complete with all event properties
  • [claimed-docs] https://docs.mixpanel.com/reference/query-api.mdThe Mixpanel Query API endpoints can: Filter or break down Events * Return user profiles. * Return an activity/event stream for a user. * Return a cohort of users.
  • [claimed-docs] https://docs.mixpanel.com/docs/reports/apps/jql.mdThe JQL JavaScript code must define a main() function. This JavaScript will be compiled, and the main() function will be executed by the query engine.
  • [claimed-docs] https://docs.mixpanel.com/reference/query-api.mdThe Query API allows you to obtain the same calculated and formatted results that you see from a report in our web app.
  • [claimed-docs] https://docs.mixpanel.com/docs/tracking-methods/warehouse-connectors.mdyou can sync data from data warehouses like Snowflake, BigQuery, Databricks, Redshift, and Postgres to Mixpanel
  • [claimed-docs] https://docs.mixpanel.com/reference/overview.mdUse the Feature Flags API to assign your users to variants for experiments, rollout, and releases.

Plug MCP servers into this product so it can use their toolsweight 3

3 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 30 max

  • [claimed-docs] https://docs.mixpanel.com/docs/mcp.mdMixpanel provides a hosted Model Context Protocol (MCP) server that gives AI assistants direct access to your Mixpanel data.
  • [claimed-docs] https://docs.mixpanel.com/docs/mcp.mdyou can query events, funnels, flows, retention, session replays, and more using natural language — no dashboard navigation required.
  • [probe] https://docs.mixpanel.com/docs/mcpofficial MCP server documented at https://docs.mixpanel.com/docs/mcp

Connect an agent via an official MCP serverweight 3

3 (weight) × 8 (quality) × 1.0 (full) = 24.0 of 30 max

  • [claimed-docs] https://docs.mixpanel.com/docs/mcp.mdMixpanel provides a hosted Model Context Protocol (MCP) server that gives AI assistants direct access to your Mixpanel data.
  • [claimed-docs] https://docs.mixpanel.com/docs/mcp.mdCreate-Dashboard | Create a new dashboard with text cards and reports
  • [claimed-docs] https://docs.mixpanel.com/docs/mcp.mdyou can query events, funnels, flows, retention, session replays, and more using natural language — no dashboard navigation required.
  • [claimed-docs] https://docs.mixpanel.com/docs/mcp.mdOnce connected, you can query events, funnels, flows, retention, session replays, and more using natural language — no dashboard navigation required.
  • [claimed-docs] https://docs.mixpanel.com/docs/mcp.mdyou can query events, funnels, flows, retention, session replays, and more using natural language — no dashboard navigation required
  • [probe] https://docs.mixpanel.com/docs/mcpofficial MCP server documented at https://docs.mixpanel.com/docs/mcp

Use an official CLIweight 2

2 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 20 max

no evidence cited — the verdict rests on absence of evidence, re-checked on refresh

Drive the product through a documented public APIweight 3

3 (weight) × 8 (quality) × 1.0 (full) = 24.0 of 30 max

  • [claimed-docs] https://docs.mixpanel.com/docs/export-methods.mdTo export raw event data, use the Raw Event Export API. The events payload is returned as JSONL
  • [claimed-docs] https://docs.mixpanel.com/reference/raw-event-export.mdThe raw export API allows you to download your event data as it is received and stored within Mixpanel, complete with all event properties
  • [claimed-docs] https://docs.mixpanel.com/reference/query-api.mdThe Mixpanel Query API endpoints can: Filter or break down Events * Return user profiles. * Return an activity/event stream for a user. * Return a cohort of users.
  • [claimed-docs] https://docs.mixpanel.com/reference/query-api.mdThe Query API allows you to obtain the same calculated and formatted results that you see from a report in our web app.
  • [claimed-docs] https://docs.mixpanel.com/reference/overview.mdUse the Feature Flags API to assign your users to variants for experiments, rollout, and releases.
  • [claimed-docs] https://docs.mixpanel.com/docs/reports/apps/jql.mdCreate custom queries using Javascript code
  • [claimed-docs] https://docs.mixpanel.com/docs/mcp.mdMixpanel provides a hosted Model Context Protocol (MCP) server that gives AI assistants direct access to your Mixpanel data.
  • [claimed-docs] https://docs.mixpanel.com/docs/mcp.mdyou can query events, funnels, flows, retention, session replays, and more using natural language — no dashboard navigation required.
  • [probe] https://docs.mixpanel.com/openapi.jsonPROBE openapi: all candidate paths 404 (https://docs.mixpanel.com/openapi.json, https://docs.mixpanel.com/swagger.json, https://docs.mixpanel.com/api/openapi.json, https://docs.mixpanel.com/.well-known/openapi.json)
  • [probe] https://docs.mixpanel.com/docs/mcpofficial MCP server documented at https://docs.mixpanel.com/docs/mcp

Issue scoped/least-privilege API credentials for an agentweight 2

2 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 20 max

no evidence cited — the verdict rests on absence of evidence, re-checked on refresh

Build against official SDKsweight 2

2 (weight) × 4 (quality) × 0.6 (partial) = 4.8 of 20 max

  • [claimed-docs] https://docs.mixpanel.com/reference/query-api.mdThe Mixpanel Query API endpoints can: Filter or break down Events * Return user profiles. * Return an activity/event stream for a user. * Return a cohort of users.
  • [claimed-docs] https://docs.mixpanel.com/reference/query-api.mdThe Query API allows you to obtain the same calculated and formatted results that you see from a report in our web app.
  • [claimed-docs] https://docs.mixpanel.com/reference/overview.mdUse the Feature Flags API to assign your users to variants for experiments, rollout, and releases.
  • [claimed-docs] https://docs.mixpanel.com/docs/reports/apps/jql.mdCreate custom queries using Javascript code
  • [claimed-docs] https://docs.mixpanel.com/docs/reports/apps/jql.mdThe JQL JavaScript code must define a main() function. This JavaScript will be compiled, and the main() function will be executed by the query engine.

Subscribe to events via webhooksweight 2

2 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 20 max

no evidence cited — the verdict rests on absence of evidence, re-checked on refresh

Agent-ready = 76.8 ÷ 210 × 100 = 36.6

API quality0.0/100×0.20 of the PA blend

The programmable surface once an agent is there — machine-readable spec, interactive docs, sandbox, versioning discipline.

Explore an interactive API reference with runnable examplesweight 2

2 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 20 max

  • [probe] https://docs.mixpanel.com/openapi.jsonPROBE openapi: all candidate paths 404 (https://docs.mixpanel.com/openapi.json, https://docs.mixpanel.com/swagger.json, https://docs.mixpanel.com/api/openapi.json, https://docs.mixpanel.com/.well-known/openapi.json)
  • [claimed-docs] https://docs.mixpanel.com/reference/query-api.mdThe Mixpanel Query API endpoints can: Filter or break down Events * Return user profiles. * Return an activity/event stream for a user. * Return a cohort of users.
  • [claimed-docs] https://docs.mixpanel.com/reference/query-api.mdThe Query API allows you to obtain the same calculated and formatted results that you see from a report in our web app.

Download a machine-readable API spec (OpenAPI or equivalent)weight 2

2 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 20 max

  • [probe] https://docs.mixpanel.com/openapi.jsonPROBE openapi: all candidate paths 404 (https://docs.mixpanel.com/openapi.json, https://docs.mixpanel.com/swagger.json, https://docs.mixpanel.com/api/openapi.json, https://docs.mixpanel.com/.well-known/openapi.json)
  • [claimed-docs] https://docs.mixpanel.com/reference/query-api.mdThe Mixpanel Query API endpoints can: Filter or break down Events * Return user profiles. * Return an activity/event stream for a user. * Return a cohort of users.
  • [claimed-docs] https://docs.mixpanel.com/reference/query-api.mdThe Query API allows you to obtain the same calculated and formatted results that you see from a report in our web app.

Test against a sandbox environment without touching production dataweight 1

1 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 10 max

  • [claimed-docs] https://docs.mixpanel.com/docs/mcp.mdMixpanel provides a hosted Model Context Protocol (MCP) server that gives AI assistants direct access to your Mixpanel data.
  • [claimed-docs] https://docs.mixpanel.com/docs/mcp.mdyou can query events, funnels, flows, retention, session replays, and more using natural language — no dashboard navigation required.
  • [probe] https://docs.mixpanel.com/docs/mcpofficial MCP server documented at https://docs.mixpanel.com/docs/mcp

Rely on versioned APIs with a documented deprecation policyweight 2

2 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 20 max

  • [probe] https://docs.mixpanel.com/openapi.jsonPROBE openapi: all candidate paths 404 (https://docs.mixpanel.com/openapi.json, https://docs.mixpanel.com/swagger.json, https://docs.mixpanel.com/api/openapi.json, https://docs.mixpanel.com/.well-known/openapi.json)

API quality = 0.0 ÷ 70 × 100 = 0.0

Openness31.2/100×0.20 of the PA blend

Can you leave, inspect, or self-host — data export, open source, portability.

Do everything through the API that I can do in the UIweight 2

2 (weight) × 6 (quality) × 0.6 (partial) = 7.2 of 20 max

  • [claimed-docs] https://docs.mixpanel.com/reference/query-api.mdThe Mixpanel Query API endpoints can: Filter or break down Events * Return user profiles. * Return an activity/event stream for a user. * Return a cohort of users.
  • [claimed-docs] https://docs.mixpanel.com/reference/query-api.mdThe Query API allows you to obtain the same calculated and formatted results that you see from a report in our web app.
  • [claimed-docs] https://docs.mixpanel.com/reference/overview.mdUse the Feature Flags API to assign your users to variants for experiments, rollout, and releases.
  • [claimed-docs] https://docs.mixpanel.com/docs/reports/apps/jql.mdCreate custom queries using Javascript code
  • [claimed-docs] https://docs.mixpanel.com/docs/mcp.mdMixpanel provides a hosted Model Context Protocol (MCP) server that gives AI assistants direct access to your Mixpanel data.
  • [claimed-docs] https://docs.mixpanel.com/docs/mcp.mdCreate-Dashboard | Create a new dashboard with text cards and reports
  • [claimed-docs] https://docs.mixpanel.com/docs/session-replay.mdteams can manage Session Replay sampling directly from the Mixpanel UI — no code changes or redeployment required.
  • [claimed-docs] https://docs.mixpanel.com/docs/session-replay.mdteams can manage Session Replay sampling directly from the Mixpanel UI — no code changes or redeployment required

Export all of my data in open formats and leaveweight 3

3 (weight) × 8 (quality) × 1.0 (full) = 24.0 of 30 max

  • [claimed-docs] https://docs.mixpanel.com/docs/export-methods.mdTo export raw event data, use the Raw Event Export API. The events payload is returned as JSONL
  • [claimed-docs] https://docs.mixpanel.com/reference/raw-event-export.mdThe raw export API allows you to download your event data as it is received and stored within Mixpanel, complete with all event properties
  • [claimed-docs] https://docs.mixpanel.com/reference/raw-event-export.mdEvery data point sent to Mixpanel is stored as JSON in our data store.
  • [claimed-docs] https://docs.mixpanel.com/docs/export-methods.mdYou can export data from your project using a variety of methods, including lightweight CSVs generated from the UI, large volume raw data export from our APIs
  • [claimed-docs] https://docs.mixpanel.com/docs/export-methods.mdYou may export small batches of events as a CSV for use in quick analysis by navigating to the Events tab
  • [claimed-docs] https://docs.mixpanel.com/docs/export-methods.mdTo export User Profile data, use the Engage API.
  • [claimed-docs] https://docs.mixpanel.com/reference/query-api.mdThe Mixpanel Query API endpoints can: Filter or break down Events * Return user profiles. * Return an activity/event stream for a user. * Return a cohort of users.
  • [community] https://news.ycombinator.com/item?id=15849662Complaint about vendor lock-in: 'The tool is lovely, their export policy is great, but there's something about actually owning your data' — users often end up re-exporting Mixpanel data to their own warehouse anyway.

Read the product's source under an open licenseweight 2

2 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 20 max

no evidence cited — the verdict rests on absence of evidence, re-checked on refresh

Self-host the core productweight 3

3 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 30 max

no evidence cited — the verdict rests on absence of evidence, re-checked on refresh

Openness = 31.2 ÷ 100 × 100 = 31.2

Built-in AI45.3/100×0.15 of the PA blend

Inside-out: how agentic the product itself is for its users — built-in assistants, autonomous features.

Get AI-generated insights and suggestions from my data inside the productweight 2

2 (weight) × 7 (quality) × 1.0 (full) = 14.0 of 20 max

  • [claimed-docs] https://mixpanel.comAgents monitor your product continuously, surface insights before you think to ask, and tell your team exactly what to do next.
  • [claimed-docs] https://mixpanel.comDiagnose what changed, and why, in seconds, delivered as a dashboard you and your team can keep working from.
  • [claimed-docs] https://mixpanel.comSignups dipped 19% last week — a brief pullback against otherwise steady growth.
  • [claimed-docs] https://mixpanel.comUse AI to spot trends across hundreds of replays and heatmaps, then zoom in yourself to get to the “why” behind every change.
  • [claimed-docs] https://mixpanel.comSave playlists of replays based on events or properties, and quickly review with AI summaries, making it easy to revisit groups of replays that matter to you over time.
  • [claimed-docs] https://docs.mixpanel.com/docs/mcp.mdyou can query events, funnels, flows, retention, session replays, and more using natural language — no dashboard navigation required.
  • [claimed-docs] https://docs.mixpanel.com/docs/mcp.mdOnce connected, you can query events, funnels, flows, retention, session replays, and more using natural language — no dashboard navigation required.

Set up automations that run autonomously in the backgroundweight 2

2 (weight) × 3 (quality) × 0.6 (partial) = 3.6 of 20 max

  • [claimed-docs] https://mixpanel.comAgents monitor your product continuously, surface insights before you think to ask, and tell your team exactly what to do next.

Delegate tasks to a built-in AI assistant inside the productweight 3

3 (weight) × 4 (quality) × 0.6 (partial) = 7.2 of 30 max

  • [claimed-docs] https://mixpanel.comAgents monitor your product continuously, surface insights before you think to ask, and tell your team exactly what to do next.
  • [claimed-docs] https://mixpanel.comUse AI to spot trends across hundreds of replays and heatmaps, then zoom in yourself to get to the “why” behind every change.
  • [claimed-docs] https://mixpanel.comSave playlists of replays based on events or properties, and quickly review with AI summaries, making it easy to revisit groups of replays that matter to you over time.
  • [claimed-docs] https://docs.mixpanel.com/docs/mcp.mdMixpanel provides a hosted Model Context Protocol (MCP) server that gives AI assistants direct access to your Mixpanel data.

Operate the product with natural-language commandsweight 2

2 (weight) × 8 (quality) × 1.0 (full) = 16.0 of 20 max

  • [claimed-docs] https://docs.mixpanel.com/docs/mcp.mdMixpanel provides a hosted Model Context Protocol (MCP) server that gives AI assistants direct access to your Mixpanel data.
  • [claimed-docs] https://docs.mixpanel.com/docs/mcp.mdyou can query events, funnels, flows, retention, session replays, and more using natural language — no dashboard navigation required.
  • [claimed-docs] https://docs.mixpanel.com/docs/mcp.mdOnce connected, you can query events, funnels, flows, retention, session replays, and more using natural language — no dashboard navigation required.
  • [claimed-docs] https://docs.mixpanel.com/docs/mcp.mdyou can query events, funnels, flows, retention, session replays, and more using natural language — no dashboard navigation required
  • [claimed-docs] https://docs.mixpanel.com/docs/mcp.mdCreate-Dashboard | Create a new dashboard with text cards and reports
  • [probe] https://docs.mixpanel.com/docs/mcpofficial MCP server documented at https://docs.mixpanel.com/docs/mcp

Built-in AI = 40.8 ÷ 90 × 100 = 45.3

Automation8.6/100×0.15 of the PA blend

Depth of automation primitives — rules, scheduling, bulk operations, webhooks.

Perform bulk operations across many items at onceweight 2

2 (weight) × 5 (quality) × 0.6 (partial) = 6.0 of 20 max

  • [claimed-docs] https://docs.mixpanel.com/docs/export-methods.mdTo export raw event data, use the Raw Event Export API. The events payload is returned as JSONL
  • [claimed-docs] https://docs.mixpanel.com/docs/export-methods.mdTo export raw event data, use the Raw Event Export API... This method is recommended for high volume exports.
  • [claimed-docs] https://docs.mixpanel.com/docs/reports/apps/jql.mdCreate custom queries using Javascript code
  • [claimed-docs] https://docs.mixpanel.com/reference/query-api.mdThe Mixpanel Query API endpoints can: Filter or break down Events * Return user profiles. * Return an activity/event stream for a user. * Return a cohort of users.
  • [claimed-docs] https://docs.mixpanel.com/docs/reports/apps/jql.mdThe JQL JavaScript code must define a main() function. This JavaScript will be compiled, and the main() function will be executed by the query engine.
  • [claimed-docs] https://docs.mixpanel.com/docs/mcp.mdMixpanel provides a hosted Model Context Protocol (MCP) server that gives AI assistants direct access to your Mixpanel data.
  • [claimed-docs] https://docs.mixpanel.com/docs/mcp.mdCreate-Dashboard | Create a new dashboard with text cards and reports
  • [claimed-docs] https://docs.mixpanel.com/docs/mcp.mdyou can query events, funnels, flows, retention, session replays, and more using natural language — no dashboard navigation required.

Define rules that trigger actions automatically on eventsweight 3

3 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 30 max

  • [claimed-docs] https://mixpanel.comAgents monitor your product continuously, surface insights before you think to ask, and tell your team exactly what to do next.
  • [claimed-docs] https://docs.mixpanel.com/reference/overview.mdUse the Feature Flags API to assign your users to variants for experiments, rollout, and releases.
  • [claimed-docs] https://docs.mixpanel.com/docs/mcp.mdyou can query events, funnels, flows, retention, session replays, and more using natural language — no dashboard navigation required.

Schedule recurring jobs or workflowsweight 2

2 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 20 max

no evidence cited — the verdict rests on absence of evidence, re-checked on refresh

Version, review, and roll back my automationsweight 1

n/a — not applicable to this product: excluded from numerator and denominator

no evidence cited — the verdict rests on absence of evidence, re-checked on refresh

Automation = 6.0 ÷ 70 × 100 = 8.6