PipedreamHQ / PipedreamHQ/pipedream
mixpanel: AI-optimize MCP action set
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
Mixpanel today can only send events in. An agent can write data but can't read any of the analytics back out. We'd like this improved and new tools added so an agent can actually answer product questions, and so each tool is easy for an agent to reach for and get right.
A few things an agent can't do today, for example:
- Run a query or pull a report — e.g. "how many signups this week?"
- Look up a user profile and their activity
- Get funnel or retention numbers
- List the events or properties being tracked
**API reference:** https://docs.mixpanel.com/reference/overview
**Add marker:**
When a component is AI-optimized, add this as the first line of the file:
```
// x-pd-ai: optimized
```
Add it to each action file and to the app's `.mjs` file.
Contributor guide
Assessment
This issue has not been assessed yet.