01README
Mixpanel analytics API integration (segmentation, funnels, retention, boards)
02Models
@keeb/mixpanelv2026.03.01.2mixpanel.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| serviceAccountUsername | string | Mixpanel service account username |
| serviceAccountSecret | string | Mixpanel service account secret |
| projectId | string | Mixpanel project ID |
| region | enum | Mixpanel data residency region |
fn segmentation(event: string, fromDate: string, toDate: string, type: enum, unit: enum, on?: string, where?: string)
Query event segmentation data
| Argument | Type | Description |
|---|---|---|
| event | string | Event name to segment |
| fromDate | string | Start date (YYYY-MM-DD) |
| toDate | string | End date (YYYY-MM-DD) |
| type | enum | |
| unit | enum | |
| on? | string | Property to break down by |
| where? | string | Filter expression |
fn query_insights(bookmarkId: string)
Query a saved Insights report by bookmark ID
| Argument | Type | Description |
|---|---|---|
| bookmarkId | string | Insights bookmark ID |
fn query_funnels(funnelId: string, fromDate: string, toDate: string, unit?: enum)
Query funnel conversion data
| Argument | Type | Description |
|---|---|---|
| funnelId | string | Funnel ID from Mixpanel |
| fromDate | string | Start date (YYYY-MM-DD) |
| toDate | string | End date (YYYY-MM-DD) |
| unit? | enum |
fn query_retention(fromDate: string, toDate: string, bornEvent: string, event: string, unit?: enum)
Query user retention data
| Argument | Type | Description |
|---|---|---|
| fromDate | string | Start date (YYYY-MM-DD) |
| toDate | string | End date (YYYY-MM-DD) |
| bornEvent | string | Event that defines the cohort birth |
| event | string | Event that defines return activity |
| unit? | enum |
fn list_funnels()
List all available funnels in the project
fn get_board(boardId: string)
Get a dashboard/board by ID
| Argument | Type | Description |
|---|---|---|
| boardId | string | Board ID from Mixpanel URL |
Resources
segmentation(infinite)— Segmentation query results
insights(infinite)— Insights report results
funnels(infinite)— Funnel analysis results
retention(infinite)— Retention analysis results
funnelsList(infinite)— List of available funnels
board(infinite)— Dashboard/board data
03Skills
mixpanel1 file
04Previous Versions
2026.04.22.2Apr 22, 2026
Added 1 skills
2026.04.06.1Apr 7, 2026
2026.03.02.3Mar 3, 2026
2026.03.02.2Mar 3, 2026
2026.03.02.1Mar 3, 2026
2026.03.01.2Mar 2, 2026
05Stats
A
100 / 100
Downloads
2
Archive size
6.5 KB
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types1/1earned
- Has description1/1earned
- At least one platform tag (or universal)1/1earned
- Two or more platform tags (or universal)1/1earned
- License declared1/1earned
- Verified public repository2/2earned
Repository
https://github.com/keeb/swamp-mixpanel06Security Notice
This extension includes AI agent skills that can modify AI assistant behavior. Review the skill files before installing.
07Platforms
08Labels