@chrischall/app-store-connect-mcp

MCPattestato
v0.4.0Claude CodeMITAggiornato 1 g fanpmGitHub

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

Funziona in
ClaudeCursorCopilotGemini

Dedotto dai trasporti dichiarati da questo annuncio (stdio). Un client che non compare qui non è escluso — semplicemente Forge non è in grado di confermarlo.

Build attestato
Un’attestation di provenienza verificata lega questo artefatto al repository indicato. Nessuno ha ancora rivendicato l’annuncio — questo dimostra dove è stato costruito il codice, non chi lo sostiene.
346Download/sett.
1Stelle su GitHub
1 g faUltimo aggiornamento
Legge queste credenziali
  • APP_STORE_CONNECT_PRIVATE_KEY_PATHChiave APIfacoltativa

    Absolute path to your downloaded .p8 private key file. Either this or APP_STORE_CONNECT_PRIVATE_KEY is required.

  • APP_STORE_CONNECT_PRIVATE_KEYChiave APIfacoltativa

    PEM contents of your .p8 private key. Either this or APP_STORE_CONNECT_PRIVATE_KEY_PATH is required.

Dichiarato dall’autore nel registro MCP ufficiale. Forge does not store, broker, or ever see these values — the config below is scaffolded with placeholders you fill in locally.

Pacchetto
AutoreClaude Code
LicenzaMIT
Versione0.4.0
Fontenpm+mcp-registry
Stato di fiducia
A
85/100Affidabile
Presente nell’indice di Forge+10/10
Identità verificata · build attestato+20/20
Firma di pubblicazione Ed25519+0/5
Inclusa automaticamente quando il publisher esegue `forge publish`
Verifica del dominio+0/5
Publisher: ospita /.well-known/forge.json sulla homepage del pacchetto con { "publisher": "<github-login>" }
npm Trusted Publishing (Sigstore)+5/5
Corrispondenza del maintainer npm+0/5
Publisher: aggiungi il login GitHub verificato ai maintainer del pacchetto npm (npm owner add <login>)
Analisi CVE · pulita+30/30
Analisi statica · pulita+20/20
Incollalo in Claude Code, Cursor o qualsiasi assistente di IA per colmare tutte le lacune
StatoIdentità verificata
PublisherNon verificato
FirmaNon firmato
Dominio
Provenienza✓ Verificato con Sigstore · 88a5cf3
Dipendenze✓ 60 risolte+ · nessuna vulnerabile
Superficie di strumenti21 strumenti · 2 privilegiati
Analisi di sicurezza✓ Pulitov0.4.0 · oggiQuanto è efficace questa analisi?
ValutazioniNessuna
Indicizzato28 ago 2026

La verifica conferma l’identità del publisher (la proprietà del repo), non la sicurezza del codice. L’analisi di sicurezza copre i CVE noti e gli script di installazione sospetti.

Strumenti

21 strumenti · 2 privilegiati
Estratto staticamente dal pacchetto pubblicatov0.4.0 · 3h ago

Letto dal codice che npm distribuisce davvero, al momento dell’analisi. Il pacchetto non è mai stato eseguito. Gli strumenti registrati dinamicamente a runtime, o nascosti in codice impacchettato o minificato, possono sfuggire — quindi questo è un limite inferiore della superficie di strumenti, non un censimento completo.

list_appsList apps in your App Store Connect account. Supports optional filters by bundleId and name.

List apps in your App Store Connect account. Supports optional filters by bundleId and name.

Per questo strumento non è stato pubblicato alcuno schema di input.

get_appGet details for a single app by App Store Connect app ID.

Get details for a single app by App Store Connect app ID.

Per questo strumento non è stato pubblicato alcuno schema di input.

list_app_store_versionsList App Store versions (releases) for an app, including state and platform.

List App Store versions (releases) for an app, including state and platform.

Per questo strumento non è stato pubblicato alcuno schema di input.

get_app_infosList App Info records for an app — includes age rating and current store state.

List App Info records for an app — includes age rating and current store state.

Per questo strumento non è stato pubblicato alcuno schema di input.

list_customer_reviewsList customer reviews for an app, sorted by date (newest first by default). Filter by rating or territory.

List customer reviews for an app, sorted by date (newest first by default). Filter by rating or territory.

Per questo strumento non è stato pubblicato alcuno schema di input.

get_customer_reviewGet a single customer review with the developer response, if any.

Get a single customer review with the developer response, if any.

Per questo strumento non è stato pubblicato alcuno schema di input.

respond_to_reviewPost 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 network call; with confirm:true it posts the response.

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 network call; with confirm:true it posts the response.

Per questo strumento non è stato pubblicato alcuno schema di input.

download_sales_reportDownload a sales/units report. Returns parsed TSV rows. Use a vendor number from App Store Connect > Payments and Financial Reports.

Download a sales/units report. Returns parsed TSV rows. Use a vendor number from App Store Connect > Payments and Financial Reports.

Per questo strumento non è stato pubblicato alcuno schema di input.

download_finance_reportDownload a financial report (proceeds and adjustments) for a region. Returns parsed TSV rows.

Download a financial report (proceeds and adjustments) for a region. Returns parsed TSV rows.

Per questo strumento non è stato pubblicato alcuno schema di input.

list_buildsList recent builds, sorted by upload date (newest first). Filter by app, processing state, or version.

List recent builds, sorted by upload date (newest first). Filter by app, processing state, or version.

Per questo strumento non è stato pubblicato alcuno schema di input.

get_buildGet a single build by ID — version, processing state, expiration, encryption flag.

Get a single build by ID — version, processing state, expiration, encryption flag.

Per questo strumento non è stato pubblicato alcuno schema di input.

list_beta_groupsList TestFlight beta groups (internal and external). Filter by app or group type.

List TestFlight beta groups (internal and external). Filter by app or group type.

Per questo strumento non è stato pubblicato alcuno schema di input.

list_beta_testersList TestFlight beta testers. Filter by app, beta group, or email.

List TestFlight beta testers. Filter by app, beta group, or email.

Per questo strumento non è stato pubblicato alcuno schema di input.

invite_beta_testerInvite 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 dry-run preview and makes NO network call; with confirm:true it sends the invite.

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 dry-run preview and makes NO network call; with confirm:true it sends the invite.

Per questo strumento non è stato pubblicato alcuno schema di input.

delete_beta_testerprivilegiatoPermanently 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.

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.

Per questo strumento non è stato pubblicato alcuno schema di input.

add_testers_to_beta_groupAdd 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 them.

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 them.

Per questo strumento non è stato pubblicato alcuno schema di input.

remove_testers_from_beta_groupprivilegiatoRemove 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; with confirm:true it removes them.

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; with confirm:true it removes them.

Per questo strumento non è stato pubblicato alcuno schema di input.

submit_build_for_beta_reviewSubmit a build for TestFlight beta app review (required before external testing) — submits to Apple. Without confirm:true this returns a dry-run preview and makes NO network call; with confirm:true it submits.

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 makes NO network call; with confirm:true it submits.

Per questo strumento non è stato pubblicato alcuno schema di input.

list_usersList users on your App Store Connect team.

List users on your App Store Connect team.

Per questo strumento non è stato pubblicato alcuno schema di input.

list_user_invitationsList pending user invitations on your team.

List pending user invitations on your team.

Per questo strumento non è stato pubblicato alcuno schema di input.

invite_userInvite 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 preview and makes NO network call; with confirm:true it sends the invitation.

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 preview and makes NO network call; with confirm:true it sends the invitation.

Per questo strumento non è stato pubblicato alcuno schema di input.

21 strumenti su 21 hanno pubblicato una descrizione.

I nomi e le descrizioni degli strumenti sono scritti dal publisher e mostrati alla lettera come testo inerte. Sono le stringhe che un client MCP passa a un modello, quindi Forge vi cerca schemi di prompt injection — ogni rilievo compare insieme all’analisi di sicurezza qui sopra. «Privilegiato» è una corrispondenza di parola chiave sul nome dello strumento, non una verifica di ciò che fa: un nome innocuo può comunque fare qualsiasi cosa.

Descrizione

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

Parole chiave
mcpapp-store-connectappstoreconnectappleiostestflightmodel-context-protocolclaudeaiapp-storereviewssales-reports
Alternative
Confronto delle superfici di strumenti…

Albero delle dipendenze

Ciò che una scansione di Forge ha risolto dai metadati npm il 2026-09-05: risoluzione osservata, non una dichiarazione dell'editore.

60 pacchetti risolti · 4 diretti · nessuno con avvisi di sicurezza La risoluzione si ferma alla profondità 4 e a 60 pacchetti.

La scansione si è fermata al limite di profondità 4. Tutto ciò che sta sotto quel livello non è mai stato risolto.

La scansione si è fermata al limite di 60 pacchetti. Il resto dell'albero non è mai stato risolto.

Altri 36 pacchetti risolti non vengono disegnati qui (limite di visualizzazione: 24). Ogni dipendenza con un avviso di sicurezza viene disegnata comunque. Inventario completo (SBOM CycloneDX)

Dichiarate ma non risolte

55 dipendenze dichiarate non sono mai arrivate nell'albero. Mancano dalla risoluzione di Forge, non dal pacchetto.

+43 altre non elencate. I conteggi per motivo qui sopra le comprendono tutte.

Non seguite: peerDependencies. Questo albero copre solo le dipendenze di runtime, quindi ciò che queste comportano non è mai stato risolto.