# io.github.abd3lraouf-studios/app-store-connect-mcp (npm · @abd3lraouf/app-store-connect-mcp)

App Store Connect + StoreKit 2: 1,293 Apple operations behind 11 tools, writes confirmed.

- Trust score: 93/100 (high trust)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- npm · `@abd3lraouf/app-store-connect-mcp`: 93/100 (this document), [markdown](https://verifymcp.io/servers/abd3lraouf-studios-app-store-connect-mcp/abd3lraouf-app-store-connect-mcp.md), [page](https://verifymcp.io/servers/abd3lraouf-studios-app-store-connect-mcp/abd3lraouf-app-store-connect-mcp)

## Channel facts

- Registry: `npm`
- Package: `@abd3lraouf/app-store-connect-mcp`
- Version: `1.3.0`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-20.

- **Supply Chain Security**: 98/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - 54 of 156 dependencies flagged as unhealthy (1 deprecated).
- **Provenance & Transparency**: 87/100
  - Source repository is publicly reachable at the declared URL.
  - Cryptographically verified build provenance (signed, bound to abd3lraouf-studios/app-store-connect-mcp).
  - License check failed: the license (BUSL-1.1) isn't a recognized OSI-approved license.
  - Actively maintained (last published 19 days ago).
  - Publishes a security disclosure policy (SECURITY.md).
- **Schema Quality & AI Usability**: 84/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 2278 tokens (~134/item across 17 items; 13 tools + 4 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 97/100
  - Stability observed for 29 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 98/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 93% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 13 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 14 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the io.github.abd3lraouf-studios/app-store-connect-mcp server?

io.github.abd3lraouf-studios/app-store-connect-mcp runs locally as an npm package, launched with npx -y @abd3lraouf/app-store-connect-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add abd3lraouf-studios-app-store-connect-mcp -- npx -y @abd3lraouf/app-store-connect-mcp
```

### Cursor

```json
{
  "mcpServers": {
    "abd3lraouf-studios-app-store-connect-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@abd3lraouf/app-store-connect-mcp"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "abd3lraouf-studios-app-store-connect-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@abd3lraouf/app-store-connect-mcp"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add abd3lraouf-studios-app-store-connect-mcp -- npx -y @abd3lraouf/app-store-connect-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "abd3lraouf-studios-app-store-connect-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@abd3lraouf/app-store-connect-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add abd3lraouf-studios-app-store-connect-mcp --command npx --arg -y --arg @abd3lraouf/app-store-connect-mcp
```

### Hermes

```yaml
mcp_servers:
  abd3lraouf-studios-app-store-connect-mcp:
    command: "npx"
    args: ["-y", "@abd3lraouf/app-store-connect-mcp"]
```

### Netclaw

```json
{
  "McpServers": {
    "abd3lraouf-studios-app-store-connect-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@abd3lraouf/app-store-connect-mcp"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add abd3lraouf-studios-app-store-connect-mcp -t stdio -c npx -a -y @abd3lraouf/app-store-connect-mcp
```

### Other

```json
{
  "mcpServers": {
    "abd3lraouf-studios-app-store-connect-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@abd3lraouf/app-store-connect-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-19 (score 93, −1)

- [functional] Stability: pass → 0.93

### 2026-09-18 (score 94, +1)

- [security] Stability: 0.97 → pass

### 2026-09-16 (score 93, +2)

- [security improvement] CVE-2026-82562 no longer affects this package
- [security improvement] CVE-2026-82417 no longer affects this package
- [security improvement] Known CVEs: fail → pass

### 2026-09-15 (score 91, +1)

No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-13 (score 90, +1)

No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-11 (score 89, +1)

No change was recorded against any check on this day. Stability & Change Management went from 73 to 77. That category is still filling its 30-day observation window: 22 days of observed history at the previous scan, 23 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-08 (score 88, +1)

No change was recorded against any check on this day. Stability & Change Management went from 63 to 67. That category is still filling its 30-day observation window: 19 days of observed history at the previous scan, 20 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-06 (score 87, +1)

No change was recorded against any check on this day. Stability & Change Management went from 57 to 60. That category is still filling its 30-day observation window: 17 days of observed history at the previous scan, 18 at this one. The score rises as the window fills, whether or not the server changes.

## MCP tools (13)

### `asc_status` (~42 tokens)

Verify credentials and report what this server can reach, including the remaining rate-limit budget. Run this first when anything fails — it distinguishes a bad key from a bad request.

### `asc_search_endpoints` (~164 tokens)

Find operations across the App Store Connect API (1263 operations, v4.4.1) and the App Store Server API / StoreKit 2 (30). Search by keyword, method, tag or risk tier; returns operationIds for asc_call and asc_write. Start here rather than guessing a path — some resources are not where the URL pattern implies.

Input parameters:

- `api` (string): Default "both".
- `limit` (number): Default 25, max 200.
- `method` (string)
- `query` (string): Keyword, e.g. "subscription price", "builds", "refund".
- `risk` (string)
- `tag` (string): App Store Connect tag, e.g. "Apps", "Builds".

### `asc_describe_endpoint` (~47 tokens)

Full detail for one operation: every parameter, the request body schema with real field names, and its risk tier. Call this before any write.

Input parameters:

- `operationId` (string, required)

### `asc_call` (~229 tokens)

Read from Apple. Handles both APIs, path and query parameters, and pagination. READ operations only — anything that changes data goes through asc_write. A short list may just be one page: if the result says `truncated`, say so rather than treating it as complete.

Input parameters:

- `environment` (string): StoreKit only; overrides the server default for this call.
- `max_pages` (number): Default 10, cap 50.
- `operationId` (string, required): From asc_search_endpoints.
- `paginate` (boolean): Follow links.next and concatenate.
- `path_params` (object): Values for {placeholders}, e.g. {"id": "6763390896"}.
- `query` (object): Query parameters. Arrays are sent as repeated keys. Filters look like {"filter[bundleId]": "com.x"}; sparse fieldsets like {"fields[apps]": "name,bundleId"}; "limit" caps at 200. Territories are ISO…

### `asc_write` (~294 tokens)

Change something in App Store Connect: create, update or delete. Consequential tiers (REVENUE, DESTRUCTIVE, INFRASTRUCTURE, ACCESS, RELEASE) ask the user to confirm before anything is sent. Use dry_run first when you are unsure what a call will do — it validates and reports the exact request without sending it. Read asc_describe_endpoint first to get the body schema right.

Input parameters:

- `body` (object): JSON:API request body. For binary uploads, a base64 string.
- `confirm` (string): Confirmation token from a previous gated call. Not needed when the user is prompted directly.
- `dry_run` (boolean): Validate and report the request that would be sent, without sending it.
- `environment` (string): StoreKit only; overrides the server default for this call.
- `operationId` (string, required): From asc_search_endpoints.
- `path_params` (object): Values for {placeholders}, e.g. {"id": "6763390896"}.
- `query` (object): Query parameters. Arrays are sent as repeated keys. Filters look like {"filter[bundleId]": "com.x"}; sparse fieldsets like {"fields[apps]": "name,bundleId"}; "limit" caps at 200. Territories are ISO…

### `asc_pricing_get` (~136 tokens)

Read subscription pricing across every territory for an app, with the currency resolved and territories grouped by price so outliers stand out. Collapses a four-hop walk and ~175 lookups into a handful of requests. The currency lives on the territory, not the price row, which is why reading prices by hand tends to produce ambiguous numbers.

Input parameters:

- `app` (string, required): Bundle ID, store name, or numeric Apple ID.
- `subscription` (string): Product ID, name or id. Omit for all of them.
- `territory` (string): ISO alpha-3, e.g. USA. Omit for every territory.

### `asc_pricing_set` (~220 tokens)

Change a subscription price. `preserve_current_price` is required and has no default: true keeps existing subscribers on what they pay now, false moves them at their next renewal. Apple defaults it to false, so leaving it implicit silently re-prices your existing base. Find a price point id with asc_call subscriptions_pricePoints_getToManyRelated.

Input parameters:

- `app` (string, required): Bundle ID, store name, or numeric Apple ID.
- `confirm` (string): Confirmation token from a previous gated call. Not needed when the user is prompted directly.
- `preserve_current_price` (boolean, required): REQUIRED. true = existing subscribers keep their price. false = they are moved to the new one.
- `price_point_id` (string, required): From the subscription’s price points.
- `start_date` (string): YYYY-MM-DD. Omit to apply as soon as Apple allows.
- `subscription` (string, required): Product ID, name or id.
- `territory` (string): ISO alpha-3. Omit to apply to the price point’s own territory.

### `asc_preflight_version` (~125 tokens)

Answer "can this version actually be submitted?" across build state, export compliance, every localisation, screenshots, review contact details and any open submission. Returns GO or NO-GO with each gap naming the operation that fixes it. Catches the states that stall a release without explaining themselves — a build still PROCESSING, or an unanswered export-compliance question that parks the version at WAITING_FOR_EXPORT_COMPLIANCE.

Input parameters:

- `app` (string, required): Bundle ID, store name, or numeric Apple ID.
- `version` (string): Version string. Omit for the newest.

### `asc_listing_screenshots` (~99 tokens)

List the screenshot sets and screenshots on a version, with each asset’s delivery state. Uses included resources to turn what is otherwise a request per locale per set into a handful.

Input parameters:

- `app` (string, required): Bundle ID, store name, or numeric Apple ID.
- `locale` (string): e.g. en-US. Omit to inspect the primary locale only.
- `version` (string): Version string. Omit for the newest.

### `asc_upload_screenshot` (~181 tokens)

Upload a screenshot image, performing Apple’s full reserve → upload → commit sequence: reserve a slot, PUT each byte range to Apple’s asset host with the headers Apple supplies, then commit with an MD5 checksum. The raw API cannot do this in one call, and a wrong checksum or offset does not error — it leaves the asset stuck, which looks like nothing happened.

Input parameters:

- `confirm` (string): Confirmation token from a previous gated call. Not needed when the user is prompted directly.
- `dry_run` (boolean): Report what would be sent, including the checksum, without sending it.
- `file_name` (string): Name to store it under. Defaults to the file’s own name.
- `file_path` (string, required): Absolute path to the image on this machine.
- `screenshot_set_id` (string, required): From asc_listing_screenshots.

### `asc_analytics_report` (~186 tokens)

Fetch an analytics report as rows. Walks request → report → instance → every segment, downloads the signed URLs, gunzips the TSV and returns parsed rows. Reading only the first segment — the obvious mistake — yields a plausible subset with nothing marking it partial. Call without report_name to list what exists. Never creates a report request: accessType ONGOING is a standing commitment on the account, not a query.

Input parameters:

- `app` (string, required): Bundle ID, store name, or numeric Apple ID.
- `date` (string): Processing date, YYYY-MM-DD. Omit for the newest instance.
- `granularity` (string)
- `list_only` (boolean): List available reports without fetching one.
- `max_rows` (number): Default 5000, cap 50000.
- `report_name` (string): Omit to list the available reports.

### `asc_upload_iap_screenshot` (~228 tokens)

Upload the App Store review screenshot for an in-app purchase, performing Apple’s reserve → upload → commit sequence. This is a different resource from a listing screenshot and is the usual reason an in-app purchase stays in MISSING_METADATA when everything else about it is complete — it is the one required field with no text to type. Apple rejects non-standard aspect ratios: a window capture at 1706x1610 fails IMAGE_BAD_ASPECT_RATIO, while 2880x1800 passes. Validation is asynchronous, so a rejected image commits cleanly and only then reports FAILED.

Input parameters:

- `confirm` (string): Confirmation token from a previous gated call. Not needed when the user is prompted directly.
- `dry_run` (boolean): Report what would be sent, including the checksum, without sending it.
- `file_name` (string): Name to store it under. Defaults to the file’s own name.
- `file_path` (string, required): Absolute path to the image on this machine.
- `iap` (string, required): Numeric in-app purchase id. asc_pricing_get lists them.

### `asc_availability_set` (~213 tokens)

Turn an app’s App Store availability on or off, territory by territory. Apple offers no bulk endpoint — appAvailabilities answers 403 "does not allow UPDATE" once the record exists — so this is one PATCH per territory, up to 175 of them. Territories already in the target state are skipped, a failure part-way does not abandon the rest, and every territory is re-read afterwards and compared against the request, because a loop that finishes is not evidence that the store matches what was asked for. Cannot set availableInNewTerritories: that is web-UI only.

Input parameters:

- `app` (string, required): Bundle ID, store name, or numeric Apple ID.
- `confirm` (string): Confirmation token from a previous gated call. Not needed when the user is prompted directly.
- `state` (string, required): on = downloadable, off = removed from sale.
- `territories` (array): ISO alpha-3 codes, e.g. ["USA","GBR"]. Omit for every territory the app has.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/abd3lraouf-studios-app-store-connect-mcp/abd3lraouf-app-store-connect-mcp#diagnostics

## Score history

- 2026-09-20: 93
- 2026-09-19: 93
- 2026-09-18: 94
- 2026-09-17: 93
- 2026-09-16: 93
- 2026-09-15: 91
- 2026-09-14: 90
- 2026-09-13: 90
- 2026-09-12: 89
- 2026-09-11: 89
- 2026-09-10: 88
- 2026-09-09: 88
- 2026-09-08: 88
- 2026-09-07: 87
- 2026-09-06: 87
- 2026-09-05: 86
- 2026-09-04: 86
- 2026-09-03: 85
- 2026-09-02: 86
- 2026-09-01: 86
- 2026-08-31: 85
- 2026-08-30: 85
- 2026-08-29: 84
- 2026-08-28: 84
- 2026-08-27: 84
- 2026-08-26: 83
- 2026-08-25: 81
- 2026-08-24: 81
- 2026-08-23: 80
- 2026-08-22: 65

## Common questions

### What is the io.github.abd3lraouf-studios/app-store-connect-mcp server?

io.github.abd3lraouf-studios/app-store-connect-mcp is listed in the public MCP registry as io.github.abd3lraouf-studios/app-store-connect-mcp. App Store Connect + StoreKit 2: 1,293 Apple operations behind 11 tools, writes confirmed. This page covers its npm package (@abd3lraouf/app-store-connect-mcp).

### Is the io.github.abd3lraouf-studios/app-store-connect-mcp server safe to use?

io.github.abd3lraouf-studios/app-store-connect-mcp scores 93 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. Its build provenance is signed and verified. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the io.github.abd3lraouf-studios/app-store-connect-mcp server expose?

io.github.abd3lraouf-studios/app-store-connect-mcp exposes 13 tools: asc_status, asc_search_endpoints, asc_describe_endpoint, asc_call, asc_write, and 8 more. Their descriptions and schemas cost roughly 2,164 tokens of context every time the server is loaded.

### Is the io.github.abd3lraouf-studios/app-store-connect-mcp server still maintained?

io.github.abd3lraouf-studios/app-store-connect-mcp is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

### What licence is the io.github.abd3lraouf-studios/app-store-connect-mcp server under?

io.github.abd3lraouf-studios/app-store-connect-mcp declares the BUSL-1.1 licence, which is not on the OSI-approved list. Read the terms before using it at work, and note this covers the source only, not the cost of any service it calls.

## Links

- npm package: https://www.npmjs.com/package/@abd3lraouf/app-store-connect-mcp
- Socket report: https://socket.dev/npm/package/@abd3lraouf/app-store-connect-mcp
- Repository: https://github.com/abd3lraouf-studios/app-store-connect-mcp
- Changelog RSS feed: https://verifymcp.io/servers/abd3lraouf-studios-app-store-connect-mcp/abd3lraouf-app-store-connect-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/abd3lraouf-studios-app-store-connect-mcp/abd3lraouf-app-store-connect-mcp.json
- HTML version of this page: https://verifymcp.io/servers/abd3lraouf-studios-app-store-connect-mcp/abd3lraouf-app-store-connect-mcp
