Skip to main content
Glama
concavegit

App Store Connect MCP Server

by concavegit

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
APP_STORE_CONNECT_KEY_IDNoYour API Key ID from App Store Connect
APP_STORE_CONNECT_P8_PATHNoPath to your .p8 private key file
APP_STORE_CONNECT_ISSUER_IDNoYour Issuer ID from App Store Connect
APP_STORE_CONNECT_P8_B64_STRINGNoThe base64 encoded contents of your .p8 private key file
APP_STORE_CONNECT_VENDOR_NUMBERNoYour vendor number from App Store Connect (optional, required for sales and finance reporting tools)

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
list_appsC

Get a list of all apps in App Store Connect

get_app_infoC

Get detailed information about a specific app

list_beta_groupsB

Get a list of all beta groups (internal and external)

list_group_testersB

Get a list of all testers in a specific beta group

add_tester_to_groupC

Add a new tester to a beta group

remove_tester_from_groupC

Remove a tester from a beta group

list_beta_feedback_screenshotsB

List all beta feedback screenshot submissions for an app. This includes feedback with screenshots, device information, and tester comments. You can identify the app using either appId or bundleId.

get_beta_feedback_screenshotA

Get detailed information about a specific beta feedback screenshot submission. By default, downloads and returns the screenshot image.

create_app_store_versionC

Create a new app store version for an app

list_app_store_versionsC

Get all app store versions for a specific app

list_app_store_version_localizationsB

Get all localizations for a specific app store version

get_app_store_version_localizationC

Get detailed information about a specific app store version localization

update_app_store_version_localizationC

Update a specific field in an app store version localization

create_bundle_idC

Register a new bundle ID for app development

list_bundle_idsC

Find and list bundle IDs that are registered to your team

get_bundle_id_infoB

Get detailed information about a specific bundle ID

enable_bundle_capabilityC

Enable a capability for a bundle ID

disable_bundle_capabilityC

Disable a capability for a bundle ID

list_devicesB

Get a list of all devices registered to your team

list_usersC

Get a list of all users registered on your App Store Connect team

create_analytics_report_requestC

Create a new analytics report request for an app

list_analytics_reportsB

Get available analytics reports for a specific report request

list_analytics_report_segmentsB

Get segments for a specific analytics report (contains download URLs)

download_analytics_report_segmentC

Download data from an analytics report segment URL

list_schemesB

List all available schemes in an Xcode project or workspace

list_workflowsC

List all App Store Connect workflows (CI products) and their associated apps

list_build_runsC

List build runs for a specific workflow/CI product, including git commit information

list_ci_build_actionsC

List build actions (analyze, build, test, archive) for a specific build run

get_ci_build_actionC

Get detailed information about a specific build action

list_ci_issuesC

List issues and errors from a build run or build action

list_ci_test_resultsC

List test results from a build run or build action

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/concavegit/app-store-connect-mcp-server'

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