Skip to main content
Glama

Mixpanel MCP

by mendeel

query_profiles

Filter and retrieve user profiles from Mixpanel based on specific properties and criteria to analyze user segments and behaviors.

Instructions

Query user profiles with filtering. Useful for finding users based on profile properties and analyzing user segments.

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of profiles to return
project_idNoThe Mixpanel project ID. Optional since it has a default.
selectNoJSON array string of properties to return. If not specified, returns all properties
whereNoJSON string representing the filter conditions for profiles

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "Maximum number of profiles to return", "type": "number" }, "project_id": { "description": "The Mixpanel project ID. Optional since it has a default.", "type": "string" }, "select": { "description": "JSON array string of properties to return. If not specified, returns all properties", "type": "string" }, "where": { "description": "JSON string representing the filter conditions for profiles", "type": "string" } }, "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