App Store Connect MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ASC_KEY_ID | Yes | Your App Store Connect API Key ID | |
| ASC_KEY_PATH | Yes | Absolute path to your App Store Connect API private key (.p8) file | |
| ASC_ISSUER_ID | Yes | Your 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
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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