io.github.gjeltep/app-store-connect-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| APP_STORE_APP_ID | No | Your app ID (optional) | |
| APP_STORE_KEY_ID | Yes | Your App Store Connect API key ID | |
| APP_STORE_KEY_TYPE | No | Key type: 'team' or 'individual' (optional) | |
| APP_STORE_ISSUER_ID | Yes | Your App Store Connect issuer ID | |
| APP_STORE_PRIVATE_KEY_PATH | Yes | Path to your App Store Connect private key (.p8) file |
Capabilities
Features and capabilities supported by this server
| 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 |
|---|---|
| analytics_report_requests_listB | [Analytics/Requests] List analytics report requests for an app. |
| report_requests_createC | [Analytics/Requests] Create a new analytics report request. |
| report_requests_getB | [Analytics/Requests] Get detailed information about a specific analytics report request. |
| report_requests_list_reportsA | [Analytics/Reports] List reports for a specific analytics report request. |
| reports_getC | [Analytics/Reports] Get detailed information about a specific analytics report. |
| reports_list_instancesA | [Analytics/Reports] List instances for a specific analytics report. |
| report_instances_getC | [Analytics/Reports] Get detailed information about a specific analytics report instance. |
| report_instances_list_segmentsB | [Analytics/Segments] List segments for a specific analytics report instance. |
| report_segments_getA | [Analytics/Segments] Get detailed information about a specific analytics report segment. |
| report_instances_download_dataA | [Analytics/Data] Download analytics report data to a TSV file. |
| reviews_listC | [App] List customer reviews for an app. |
| reviews_getC | [App] Get detailed information about a specific customer review. |
| reviews_searchC | [App] Search customer reviews with advanced filtering. |
| crashes_listA | [TestFlight] List crash submissions from beta testers. |
| crashes_searchC | [TestFlight] Search crash submissions with advanced filtering. |
| crashes_get_by_idC | [TestFlight] Get detailed information about a specific crash submission. |
| crashes_get_logB | [TestFlight] Get the raw crash log text for a specific crash submission. |
| users_listA | [Users/Management] List all users in the organization. |
| users_getB | [Users/Management] Get detailed information about a specific user. |
| users_modifyB | [Users/Management] Modify a user account. |
| users_deleteB | [Users/Management] Remove a user account. |
| user_invitations_listA | [Users/Invitations] List all user invitations. |
| user_invitations_getB | [Users/Invitations] Get detailed information about a specific user invitation. |
| user_invitations_createA | [Users/Invitations] Create a new user invitation. |
| user_invitations_deleteA | [Users/Invitations] Cancel/delete a user invitation. |
| products_listC | [XcodeCloud/Products] List all Xcode Cloud products. |
| products_getB | [XcodeCloud/Products] Get detailed information about a specific Xcode Cloud product. |
| workflows_listA | [XcodeCloud/Workflows] List workflows for an Xcode Cloud product. Note: Create/update/delete operations are not supported for safety. |
| workflows_getA | [XcodeCloud/Workflows] Get detailed information about a specific workflow. Note: Create/update/delete operations are not supported for safety. |
| builds_listB | [XcodeCloud/Builds] List builds for a product or workflow. Requires either product_id or workflow_id. |
| builds_getA | [XcodeCloud/Builds] Get detailed information about a specific build. |
| builds_startA | [XcodeCloud/Builds] Start a new build using a branch or tag name. |
| builds_start_by_ref_idA | [XcodeCloud/Builds] Start a new build using a Git reference ID directly. |
| artifacts_listB | [XcodeCloud/BuildArtifacts] List artifacts for a build. |
| issues_listC | [XcodeCloud/BuildArtifacts] List issues for a build. |
| test_results_listB | [XcodeCloud/BuildArtifacts] List test results for a build. |
| scm_providers_listB | [XcodeCloud/SCM] List SCM providers configured for Xcode Cloud. |
| repositories_listB | [XcodeCloud/SCM] List Git repositories for an SCM provider. |
| pull_requests_listB | [XcodeCloud/SCM] List pull requests for a repository. |
| git_references_listB | [XcodeCloud/SCM] List Git references (branches/tags) for a repository. |
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/gjeltep/app-store-connect-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server