Skip to main content
Glama

Mixpanel MCP

by mendeel

custom_jql

Execute custom JQL queries for advanced analytics and data analysis beyond standard Mixpanel reports, enabling tailored insights from event data.

Instructions

Run custom JQL (JSON Query Language) queries. Useful for advanced analytics and custom data analysis beyond standard reports.

Input Schema

NameRequiredDescriptionDefault
project_idNoThe Mixpanel project ID. Optional since it has a default.
scriptYesThe JQL script to execute

Input Schema (JSON Schema)

{ "properties": { "project_id": { "description": "The Mixpanel project ID. Optional since it has a default.", "type": "string" }, "script": { "description": "The JQL script to execute", "type": "string" } }, "required": [ "script" ], "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