Connect creator analytics to Claude, ChatGPT & Cursor with MCP
Ask your assistant who you owe this month, and have it actually know.
What MCP gives you
The Model Context Protocol is a standard way for an AI client to call external tools. Buzzlytics ships an MCP server, so Claude, ChatGPT, Cursor, and anything else that speaks MCP can read your creator data directly — no copying, no pasting, no screenshots.
The practical difference: your assistant stops answering from what you told it, and starts answering from what actually happened.
The tools it exposes
Every tool is a read of already-stored data. None of them spend search credits or trigger a scrape, so the assistant can look things up as often as it wants.
Setup
Create a key under Settings → API, then:
``` claude mcp add buzzlytics --env BUZZLYTICS_API_KEY=your_key -- npx -y @buzzlytics/mcp-server ```
For Claude Desktop, Cursor, or any other MCP client, add it to the config file:
``` { "mcpServers": { "buzzlytics": { "command": "npx", "args": ["-y", "@buzzlytics/mcp-server"], "env": { "BUZZLYTICS_API_KEY": "your_key" } } } } ```
What people actually ask it
- "Who do I owe for July at $1.50 per thousand views?"
- "Rank the clip roster by views gained this week."
- "Which accounts are down three weeks running — draft a note to each."
- "What fired overnight, and does any of it need me?"
- "Compare @creator_a and @creator_b and tell me who's worth the higher rate."
The last one is the tell. It needs stored history for both accounts, a judgment call about engagement quality, and a recommendation. Neither half works alone.
Payouts are calculated, not sent
`buzzlytics_get_payout_report` prepares the report — per account, per window, backed by stored view history. Buzzlytics does not move money; you settle through whatever bank, payroll, or marketplace you already use. The point is that the number is auditable when a clipper disputes it.
Also available over Zapier and the REST API
MCP is the newest surface, not the only one. The same `/v2` API backs the Zapier integration and direct REST access, so the data can land in a Google Sheet, a Slack channel, or your own dashboard just as easily.
Create an account and use your free profile search — no card required.