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_health tool 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

CapabilityToolWhat it answers
Rollout healthget_rollout_healthAdvance, hold, or roll back — with the reason
Adoption trendsget_adoption_trendDownload → install → rollback over time, with drop-off
Rollback diagnosisdiagnose_rollbackThe top crash clusters driving a rollback
Delta patchesget_patch_infoHow small the update really shipped
Releases & versionslist_releases, list_app_versionsWhat's live where
Bundleslist_bundles, list_bucketsBundle history and sizes

See the full Tools Reference for every tool and its inputs.

Next steps

1

Connect your assistant

Add the server to Claude, Cursor, ChatGPT, or Claude Code. See Connecting Clients.

2

Explore the tools

Browse the Tools Reference to see everything the assistant can call.

3

Understand the security model

Read how OAuth 2.1 and read-only scoping keep your data safe.