Skip to main content
Glama

Mixpanel MCP

by mendeel

query_funnel_report

Analyze conversion rates through multi-step user flows to identify drop-off points and optimize user journey performance.

Instructions

Get funnel conversion data. Useful for analyzing conversion rates through multi-step user flows and identifying drop-off points.

Input Schema

NameRequiredDescriptionDefault
eventsYesJSON array string of events that make up the funnel steps
from_dateYesThe date in yyyy-mm-dd format to begin querying from (inclusive)
funnel_windowNoNumber of days users have to complete the funnel
intervalNoThe time interval for funnel analysis
project_idNoThe Mixpanel project ID. Optional since it has a default.
to_dateYesThe date in yyyy-mm-dd format to query to (inclusive)

Input Schema (JSON Schema)

{ "properties": { "events": { "description": "JSON array string of events that make up the funnel steps", "type": "string" }, "from_date": { "description": "The date in yyyy-mm-dd format to begin querying from (inclusive)", "type": "string" }, "funnel_window": { "description": "Number of days users have to complete the funnel", "type": "number" }, "interval": { "description": "The time interval for funnel analysis", "enum": [ "day", "week", "month" ], "type": "string" }, "project_id": { "description": "The Mixpanel project ID. Optional since it has a default.", "type": "string" }, "to_date": { "description": "The date in yyyy-mm-dd format to query to (inclusive)", "type": "string" } }, "required": [ "from_date", "to_date", "events" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mendeel/mixpanel-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server