App Store Connect MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| APP_STORE_CONNECT_KEY_ID | No | Your API Key ID from App Store Connect | |
| APP_STORE_CONNECT_P8_PATH | No | Path to your .p8 private key file | |
| APP_STORE_CONNECT_ISSUER_ID | No | Your Issuer ID from App Store Connect | |
| APP_STORE_CONNECT_P8_B64_STRING | No | The base64 encoded contents of your .p8 private key file | |
| APP_STORE_CONNECT_VENDOR_NUMBER | No | Your vendor number from App Store Connect (optional, required for sales and finance reporting tools) |
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
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_appsA | Get a list of all apps in App Store Connect |
| get_app_infoB | Get detailed information about a specific app |
| list_beta_groupsA | 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_groupB | Add a new tester to a beta group |
| remove_tester_from_groupB | 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_versionB | Create a new app store version for an app |
| list_app_store_versionsB | 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_localizationA | Get detailed information about a specific app store version localization |
| update_app_store_version_localizationB | Update a specific field in an app store version localization |
| create_bundle_idB | Register a new bundle ID for app development |
| list_bundle_idsB | 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_capabilityB | Enable a capability for a bundle ID |
| disable_bundle_capabilityB | Disable a capability for a bundle ID |
| list_devicesC | Get a list of all devices registered to your team |
| list_usersB | 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_reportsC | 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 31 tools
Most tools have distinct purposes targeting specific App Store Connect resources like apps, bundle IDs, beta groups, analytics, and CI workflows. However, some overlap exists: 'list_apps' and 'list_bundle_ids' both list resources, and 'list_ci_build_actions' and 'list_build_runs' are closely related to CI processes, which could cause minor confusion in selection.
Tool names follow a highly consistent verb_noun pattern throughout, such as 'list_apps', 'create_app_store_version', and 'get_bundle_id_info'. All tools use snake_case with clear verbs like list, get, create, update, add, remove, enable, disable, and download, making them predictable and easy to understand.
With 31 tools, the count is borderline high for a single server, potentially overwhelming for agents. While App Store Connect is a complex domain with many operations, the toolset might benefit from consolidation or categorization to reduce cognitive load, as 25+ tools often feels heavy for efficient agent use.
The toolset provides comprehensive coverage of the App Store Connect domain, including CRUD operations for apps, bundle IDs, beta testing, analytics, and CI workflows. It supports full lifecycles from creation to management and reporting, with no obvious gaps that would hinder agent workflows, ensuring agents can handle most tasks without dead ends.