# @chrischall/app-store-connect-mcp

App Store Connect MCP server for Claude — apps, TestFlight, customer reviews, sales reports, and team users

- **Type:** MCP server
- **Trust:** 85/100 (A), scored on the package rubric
- **Verification:** verified (build provenance)
- **Version:** 0.4.0
- **Author:** Claude Code
- **License:** MIT
- **npm:** @chrischall/app-store-connect-mcp
- **Source:** https://github.com/chrischall/app-store-connect-mcp
- **Compatible clients:** claude-code, cursor, copilot, gemini (basis: transport)

## Trust

85/100 (A), scored on the package rubric
- Publisher verified: no
- Build provenance: verified attestation
- npm trusted publishing (OIDC): yes
- Install scripts: nothing suspicious found
- Prompt-injection scan: not run
- Obfuscation scan: not run
- Evidence age: 0 days

## Security scan

- **Status:** clean
- **Scanned:** 2026-09-05T22:52:01.739Z
- **Version scanned:** 0.4.0
- **CVEs:** none found by OSV at scan time

## Tools

21 declared. Statically extracted from the shipped source — a floor on the surface, not a census.
- `list_apps` — List apps in your App Store Connect account. Supports optional filters by bundleId and name.
- `get_app` — Get details for a single app by App Store Connect app ID.
- `list_app_store_versions` — List App Store versions (releases) for an app, including state and platform.
- `get_app_infos` — List App Info records for an app — includes age rating and current store state.
- `list_customer_reviews` — List customer reviews for an app, sorted by date (newest first by default). Filter by rating or territory.
- `get_customer_review` — Get a single customer review with the developer response, if any.
- `respond_to_review` — Post or update the PUBLIC developer response to a customer review (visible on the App Store). Without confirm:true this returns a dry-run preview and makes NO n
- `download_sales_report` — Download a sales/units report. Returns parsed TSV rows. Use a vendor number from App Store Connect > Payments and Financial Reports.
- `download_finance_report` — Download a financial report (proceeds and adjustments) for a region. Returns parsed TSV rows.
- `list_builds` — List recent builds, sorted by upload date (newest first). Filter by app, processing state, or version.
- `get_build` — Get a single build by ID — version, processing state, expiration, encryption flag.
- `list_beta_groups` — List TestFlight beta groups (internal and external). Filter by app or group type.
- `list_beta_testers` — List TestFlight beta testers. Filter by app, beta group, or email.
- `invite_beta_tester` — Invite a new beta tester by email (sends a real email). Optionally adds them to one or more beta groups or specific builds. Without confirm:true this returns a 
- `delete_beta_tester` — Permanently remove a beta tester from your team. Without confirm:true this returns a dry-run preview and makes NO network call; with confirm:true it deletes.
- `add_testers_to_beta_group` — Add one or more existing beta testers to a beta group. Without confirm:true this returns a dry-run preview and makes NO network call; with confirm:true it adds 
- `remove_testers_from_beta_group` — Remove one or more beta testers from a beta group (does not delete the testers). Without confirm:true this returns a dry-run preview and makes NO network call; 
- `submit_build_for_beta_review` — Submit a build for TestFlight beta app review (required before external testing) — submits to Apple. Without confirm:true this returns a dry-run preview and mak
- `list_users` — List users on your App Store Connect team.
- `list_user_invitations` — List pending user invitations on your team.
- `invite_user` — Invite a new user to your App Store Connect team with specified roles (sends a real email; roles can include ADMIN). Without confirm:true this returns a dry-run

## Install

**Verdict: install** — No blocking findings and no open coverage gaps — safe to install as configured.
**Config** (claude-code):
```json
"{\n  \"mcpServers\": {\n    \"app-store-connect\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"-y\",\n        \"@chrischall/app-store-connect-mcp\"\n      ],\n      \"env\": {\n        \"APP_STORE_CONNECT_PRIVATE_KEY_PATH\": \"<YOUR_APP_STORE_CONNECT_PRIVATE_KEY_PATH>\",\n        \"APP_STORE_CONNECT_PRIVATE_KEY\": \"<YOUR_APP_STORE_CONNECT_PRIVATE_KEY>\"\n      }\n    }\n  }\n}"
```
**Credentials it will ask for** (names only — Forge never holds a value):
- `APP_STORE_CONNECT_PRIVATE_KEY_PATH` — App Store Connect Private Key Path (optional)
- `APP_STORE_CONNECT_PRIVATE_KEY` — App Store Connect Private Key (optional)
Placeholders only. Forge never holds, brokers, or transmits a credential value — replace each <YOUR_NAME> in your own config file. Do not send a value back to Forge; no Forge endpoint accepts one.
- This entry needs 2 credentials (0 required). The generated config carries placeholders, so it will fail in the editor rather than at runtime if they are left unset.

## Blast radius

Extensive blast radius — deletes data; holds an api key.
- Floor 55, ceiling 55 (tier: extensive)
- This is impact, not likelihood. A high radius is not a defect: a filesystem server is supposed to write files. It is never part of the trust score.

## Machine-readable views of this entry

- Signed JSON: https://forgeregistry.com/api/v1/packages/%40chrischall%2Fapp-store-connect-mcp
- Install plan: https://forgeregistry.com/api/v1/packages/%40chrischall%2Fapp-store-connect-mcp/install-plan
- Alternatives: https://forgeregistry.com/api/v1/alternatives/%40chrischall%2Fapp-store-connect-mcp
- HTML page: https://forgeregistry.com/registry/%40chrischall%2Fapp-store-connect-mcp
- MCP: POST https://forgeregistry.com/api/mcp → `forge_get_package` / `forge_install_plan`

## About this document

Generated by Forge (https://forgeregistry.com) — a compact rendering of the same record served, signed, at the JSON URL above. Trust and scan facts are the registry's own measurements; anything Forge did not measure is named as unmeasured rather than omitted.
