Skip to main content
Glama
jimsimoy

App Store Connect MCP

by jimsimoy

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ASC_KEY_IDYesYour App Store Connect API Key ID
ASC_KEY_PATHYesAbsolute path to your App Store Connect API private key (.p8) file
ASC_ISSUER_IDYesYour App Store Connect Issuer ID

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_appsA

List every app visible to this API key: id, bundle id, name, sku.

get_appA

Fetch one app's full attributes by its App Store Connect app id.

find_app_by_bundle_idA

Look up an app by its bundle identifier (e.g. com.example.app). Returns None if it doesn't exist yet.

list_bundle_idsA

List registered Bundle IDs and whether each is used for an app.

list_certificatesA

List signing certificates on the account (type, name, expiry).

list_profilesA

List provisioning profiles on the account.

list_buildsC

List TestFlight builds for an app: version, build number, processing state.

list_beta_groupsB

List TestFlight beta groups (internal/external) for an app.

list_beta_testersB

List testers in a TestFlight beta group.

list_app_store_versionsB

List App Store versions for an app: version string, platform, state.

get_app_store_versionA

Fetch one App Store version's full attributes, including appStoreState.

create_app_store_versionB

Create a new App Store version on an EXISTING app record (does not create the app itself).

attach_build_to_versionA

Attach a processed TestFlight build to an App Store version, ready for submission.

submit_for_reviewA

Submit an App Store version for Apple review.

This is a real, consequential action: it starts Apple's App Review
(typically 24-48h) for the given version. Confirm the version has a
build attached and all required metadata before calling this.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jimsimoy/appstore-connect-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server