Audit any App Store or Google Play listing: measured ranks, keyword gaps, draft copy. Read-only.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
The reason β execute ASO loop for App Store and Google Play.
The product is ShipASO; the codebase, this repo, and the Cloudflare services are named
store-ops.
Every other AI ASO tool does one half. Advisory tools (and most "AI ASO agents") reason about your listing then stop at the copy-paste boundary β and they depend on a paid data API. Deploy CLIs (Fastlane, raw APIs) execute but have no ASO brain. ShipASO does both, on both stores, with no paid data dependency.
The open lane: Google Play. There is no public tool that operationally optimizes a Google Play Console listing end-to-end. ShipASO does iOS and Android.
The loop runs in your editor, on your machine, with your credentials. The 33 skills are plain Markdown runbooks over plain CLI tools, and the engine is standard-library Python β so nothing here is tied to one vendor.
Any agent (Codex, Cursor, Copilot, Gemini, Amp, Aiderβ¦):
Then point your agent at AGENTS.md β most read it automatically. That file
is the front door: the skills index, the credential rules, and how to run the
engine. Cursor, Copilot, and Gemini also get a pointer file that redirects there.
Claude Code additionally has a plugin installer:
Either way, audit any listing β read-only, no credentials, no keys:
You get a per-field ASO score of your live listing and the exact next skill to run for each gap. β Full walkthrough + what you'll see: https://shipaso.com/install
No clone, no key, no account:
Your agent immediately gets preview_app β a real, measured teaser of any App
Store app (audit grade, lead organic rank, how many keywords crack the top 10)
β and proof, the aggregate rank-win record. The other ten tools (listing
audit, keyword gaps, rank check, screenshot scoring, competitor watch, war room,
localization gaps, draft copy, and the two Google Play audits) unlock with a
free shipaso_ key from app.shipaso.com β Settings β Agent access; re-add the
server with --header "Authorization: Bearer <key>". MCP is vendor-neutral, so
Cursor and any other MCP client work the same way. Every tool is read or draft;
nothing pushes to a live store. Details: skills/shipaso-mcp/SKILL.md.
ShipASO comes in two forms β run it yourself, or let the hosted agent run it for you:
| Path | What |
|---|---|
skills/ + lib/ | The free OSS agent plugin β 33 skills + the engine (Python, 200 tests). Runs in any coding agent; Claude Code also has a one-command installer. |
cloud/ | The hosted autonomous agent β a Cloudflare app (Workers + D1 + Cron + Pages) that runs the loop on a schedule and surfaces decisions for approval. Engine ported to TypeScript (2,160 tests). See cloud/README.md + cloud/DEPLOY.md. |
commercial/, docs/ | The offer, the launch posts, the landing page. |
The plugin is the funnel (discover the agent by running it); the hosted app is the product (it keeps working while you build). Same engine, two surfaces.
Run it yourself, or let it run itself:
The full loop, not half of it. The data tools (Astro, AppTweak, Sensor Tower) stop at "here's what to do" and leave you in the App Store Connect form. ShipASO picks the keywords, writes the metadata, hands you the push, and then verifies the rank actually moved β the only piece that closes the loop and the one nobody else ships.
The verify/watch half runs on the free public iTunes API β try it on any live app right now:
Run the test suites (standard-library only β no network, no keys):
Reasoning (the IP):
| Skill | Does |
|---|---|
aso-audit | Score a live iOS/Android listing field-by-field vs ASO best practice. Read-only. |
issue-verify | Check open issues against the source before working them β catches stale "this is missing" claims. |
aso-teardown | Write a publishable long-form teardown of any app from public measured data. Never estimates revenue. |
aso-keyword-research | Rank keywords from store autocomplete + competitor scrape + synonyms. No paid data API. |
aso-metadata-optimization | Generate final copy at exact char limits + emit the push commands. Never auto-ships. |
aso-rank-check | Read your organic App Store rank per keyword and log it over time β did the change land? Free public iTunes API, no key. |
store-ops | Router for the full chain. |
More reasoning β audit, risk, and research:
| Skill | Does |
|---|---|
aso-context | Scaffold the per-app context.md every other ASO skill reads. Start here. |
aso-review-mine | Mine your own reviews for the words real users use to describe the app. |
aso-offstore-mine | Mine "best <category> apps" articles + YouTube for off-store discovery language. |
aso-localize-research | Keyword + rank research per market (de-DE, ja-JP, es-MXβ¦) instead of US-only. |
aso-competitor-watch | Track competitors' listing changes over time β name, subtitle, price, rating. |
aso-screenshot-score | Score a live screenshot set β count, device/aspect coverage, first-two story. |
aso-review-risk | Flag copy that gets apps rejected β unverifiable claims, "#1", competitor names. |
aso-rejection-assistant | Turn a rejection into a plan against the guideline the reviewer actually cited. |
aso-ppo-treatment | Design a free screenshot A/B test (Product Page Optimization). |
aso-rank-monitor | Run a keyword set on a cadence so you get deltas, not one snapshot. |
Execution β App Store Connect (via the asc CLI):
| Skill | Does |
|---|---|
asc-metadata-write-lane | Create the editable version, attach the build, push the copy β stops before submit. |
asc-screenshot-write-lane | Put an approved run's screenshot strip on the editable version through ShipASO β ids resolved, per-shot ledger, stops before submit. |
asc-metadata-sync | Sync + validate metadata; migrate the legacy metadata format. |
asc-localize-metadata | Translate and sync metadata across locales. |
asc-submission-health | Preflight a submission, submit a build, monitor review status. |
asc-id-resolver | Resolve app / build / version / group IDs from human-friendly names. |
asc-ppp-pricing | Per-territory pricing by purchasing power. |
asc-shots-pipeline | iOS screenshot capture via xcodebuild / simctl / AXe. |
aso-goldie-config | Emit a goldie.config.ts from a run β audit-ordered scenes with headlines from the proposed copy, rendered on your own Mac. |
Execution β Google Play (via the gplay CLI):
| Skill | Does |
|---|---|
gplay-metadata-sync | Listing sync, including Fastlane format. |
gplay-review-management | Review monitoring, filtering, and responses. |
gplay-rollout-management | Staged rollout orchestration and monitoring. |
gplay-vitals-monitoring | Crashes, ANRs, performance, errors. |
gplay-screenshot-automation | Android capture across devices/locales via adb + Espresso. |
gplay-ppp-pricing | Region-specific pricing. |
Hosted:
| Skill | Does |
|---|---|
shipaso-mcp | Point your agent at the hosted ShipASO MCP server and drive the loop over it. |
Every asc-* / gplay-* skill that writes asks which API key to use before
it does β asc resolves credentials from a default profile, and with more than
one registered a push through the wrong one succeeds against the wrong account.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/shipaso)<a href="https://allmcps.com/mcp/shipaso"><img src="https://allmcps.com/api/badge/shipaso?style=directory" alt="ShipASO on AllMCPs" /></a>