appstore-release-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| APPLE_KEY_ID | Yes | ASC API key ID | |
| ASC_KEY_PATH | No | Path to the .p8 file (alternative to APPLE_KEY_CONTENT) | |
| ASC_PLATFORM | No | Platform: IOS (default), MAC_OS, TV_OS, VISION_OS | IOS |
| APPLE_TEAM_ID | No | Apple Developer team ID (required for builds) | |
| ASC_BUNDLE_ID | Yes | Your app's bundle identifier | |
| ASC_UPLOAD_CMD | No | Full override command for upload, e.g. bundle exec fastlane ios beta | |
| APPLE_ISSUER_ID | Yes | ASC issuer ID | |
| ASC_PROJECT_DIR | No | Xcode project root where fastlane runs (default: current working directory) | |
| APPLE_KEY_CONTENT | No | Base64-encoded .p8 file content (alternative to ASC_KEY_PATH) | |
| ASC_FASTLANE_LANE | No | Upload lane name (default: beta) | beta |
| ASC_FASTLANE_PLATFORM | No | Fastlane platform prefix, e.g. mac or ios |
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": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| asc_doctorA | Verify the release toolchain end-to-end: ASC API credentials, mac-app directory, fastlane, xcodebuild, and (if creds are present) that the app record exists in App Store Connect. Run this first in any release session. |
| asc_app_statusA | Snapshot of the app's release state: latest App Store versions with their review states, and recent builds with processing states. Use this to answer 'where is the release right now?' |
| asc_list_buildsA | List recent uploaded builds and their processing states (PROCESSING → VALID before they can be submitted). Use after an upload to watch for the build becoming VALID. |
| asc_bump_versionA | Bump the local app version before a build. Increments the build number (CURRENT_PROJECT_VERSION) and optionally sets a new marketing version. Updates every .xcodeproj/project.pbxproj in the project dir, plus project.yml if the project uses xcodegen, so all sources stay in sync. |
| asc_upload_buildA | Archive, sign, and upload the app to TestFlight via the configured fastlane lane (default: |
| asc_job_statusA | Check a build/upload job started by asc_upload_build. Returns status (running/succeeded/failed) and the tail of the log. |
| asc_update_metadataA | Update App Store listing metadata (description, keywords, what's-new, promotional text) on the currently editable version via the ASC API. If no editable version exists, pass create_version to open a new one. |
| asc_submit_reviewA | Submit the editable App Store version for review: optionally attach a build, then create and submit a review submission. The build must have processingState VALID (check asc_list_builds). This is the point of no return for a release — confirm with the human first. |
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/rabdulsal/appstore-release-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server