MCP Server Overview
The Stallion MCP server brings OTA release analytics into Claude, Cursor, ChatGPT, and any MCP client. Ask 'is my rollout healthy?' and get adoption, rollback risk, and a recommendation — read-only and OAuth-secured.
🚧 Beta:
The Stallion MCP server is currently in Beta. It's live and safe to use — it's strictly read-only and scoped to your own account — but tools, responses, and the hosted endpoint may change as we refine it. We'd love your feedback: reach out via the contact page or join our Discord.
What is MCP?:
The Model Context Protocol is an open standard that lets AI assistants securely connect to external tools and data. The Stallion MCP server exposes your OTA release analytics to any MCP-compatible assistant.
Stallion MCP Server
The Stallion MCP server puts your release analytics inside Claude, Cursor, ChatGPT, and any MCP client. Instead of clicking through dashboards, you ask a question in natural language and get a real answer:
- "Is the 2.4.0 rollout on Checkout healthy?" → adoption, rollback rate, and an advance / hold / rollback recommendation with the reason.
- "Why did this release roll back?" → the top crash clusters behind it.
- "How small was the last patch?" → delta-patch size vs the full download.
It is read-only. It observes your releases; it never changes them. Every answer is scoped to exactly what your own Stallion account can see.
Why use it
- Not a dashboard, an answer. The
get_rollout_healthtool joins adoption, error, and rollout state into a single verdict — the judgment call a release manager makes on every rollout. - Natural language. Resolve projects, buckets, and releases by name. No IDs to look up.
- One endpoint, every org. Reach all your organizations from a single URL.
- Client-agnostic. Works with Claude, Cursor, ChatGPT, and any MCP client.
The endpoint
https://mcp.stalliontech.io/mcp
Point any MCP client at this URL and sign in with your Stallion account. There are no tokens to paste — see Connecting Clients.
What you can ask
| Capability | Tool | What it answers |
|---|---|---|
| Rollout health | get_rollout_health | Advance, hold, or roll back — with the reason |
| Adoption trends | get_adoption_trend | Download → install → rollback over time, with drop-off |
| Rollback diagnosis | diagnose_rollback | The top crash clusters driving a rollback |
| Delta patches | get_patch_info | How small the update really shipped |
| Releases & versions | list_releases, list_app_versions | What's live where |
| Bundles | list_bundles, list_buckets | Bundle history and sizes |
See the full Tools Reference for every tool and its inputs.
Next steps
Connect your assistant
Add the server to Claude, Cursor, ChatGPT, or Claude Code. See Connecting Clients.
Explore the tools
Browse the Tools Reference to see everything the assistant can call.
Understand the security model
Read how OAuth 2.1 and read-only scoping keep your data safe.