Skip to main content
Streampixel hosts a Model Context Protocol server. Connect an AI assistant to it and you can ask things like “why did session X fail”, “how did the showroom do yesterday” or “is my build stuck”, and get an answer built from the same data the REST API exposes: sessions, viewer telemetry, Unreal logs, build pipeline state, plan details.
The assistant signs in with your Streampixel login, not an API key. It can only see and do what you can in the dashboard, and it never sees other accounts.

Connect

Web or desktop: Settings → Connectors → Add custom connector → paste the URL above. Sign in when prompted.Claude Code:
then run /mcp and sign in.
Sign in to the dashboard at least once before connecting, so your account exists.

What it can do

diagnose_session is the one to know: give it a session id and it reconstructs what happened from the platform’s records, the viewer’s telemetry, the disconnect code and the Unreal log, then says what went wrong, whose side it is on and what to do.

Changes need your confirmation

The last row are the only tools that change anything, and they do exactly what the project control endpoints do. They are marked as writes, so assistants that ask before acting will ask, and the server itself instructs the assistant to confirm with you first. Turning a project off ends its live sessions immediately.

Example questions

  • “Give me yesterday’s health report for Showroom and diagnose the worst three sessions.”
  • “Session session_1790294409382_3035 failed for a customer. What happened and what do I tell them?”
  • “My build has been distributing for an hour. Is it stuck?”
  • “How many viewers queued this week and how long did they wait?”
  • “Which browsers do my viewers use?”
  • “When is my next billing date?”

Limits

  • Windows are capped at 31 days per question.
  • Each account has a budget of tool calls per minute and per day, and of log scans per hour, so a runaway conversation cannot overload the analytics store. The assistant is told when to wait.
  • Invoices and payment history are not available through the assistant; they are in the dashboard’s Billing page.