Skip to main content
Glama

Mixpanel MCP

by mendeel

query_insights_report

Retrieve pre-configured analytics reports and dashboards from Mixpanel to access saved insights with custom date ranges.

Instructions

Get saved insights reports. Useful for accessing pre-configured analytics reports and dashboards.

Input Schema

NameRequiredDescriptionDefault
from_dateNoThe date in yyyy-mm-dd format to begin querying from (inclusive)
project_idNoThe Mixpanel project ID. Optional since it has a default.
report_idYesThe ID of the saved insights report to retrieve
to_dateNoThe date in yyyy-mm-dd format to query to (inclusive)

Input Schema (JSON Schema)

{ "properties": { "from_date": { "description": "The date in yyyy-mm-dd format to begin querying from (inclusive)", "type": "string" }, "project_id": { "description": "The Mixpanel project ID. Optional since it has a default.", "type": "string" }, "report_id": { "description": "The ID of the saved insights report to retrieve", "type": "string" }, "to_date": { "description": "The date in yyyy-mm-dd format to query to (inclusive)", "type": "string" } }, "required": [ "report_id" ], "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