MCPVault

create_app_store_version

MCP tool from App Store Connect MCP Server by JoshuaRileyDev

Create a new app store version for an app.

How to use it

create_app_store_version is exposed by the App Store Connect MCP Server MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the create_app_store_version tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.

Install App Store Connect MCP Server

$npx @smithery/cli install appstore-connect-mcp-server --client claude
FULL APP STORE CONNECT MCP SERVER LISTING

Other tools in App Store Connect MCP Server (39)

add_tester_to_group

Add a new tester to a beta group.

appId

(required): The ID of the app

appStoreState

Filter by state (e.g., READYFORSALE, PREPAREFORSUBMISSION)

appStoreVersionId

(required): The ID of the app store version

buildId

(optional): Filter by build ID

bundleId

(optional): Filter by bundle identifier

copyright

(optional): Copyright text for this version

create_bundle_id

Register a new bundle ID for app development.

downloadScreenshot

(optional): Download the screenshot image (default: true)

earliestReleaseDate

(optional): ISO 8601 date string (required when releaseType is SCHEDULED)

email

(required): Email address of the tester

feedbackId

(required): The ID of the feedback

field

(required): Field to update (description, keywords, marketingUrl, promotionalText, supportUrl, whatsNew)

filter

(optional): Filter options

firstName

(optional): Tester's first name

get_app_info

Get detailed information about a specific app.

get_app_store_version_localization

Get detailed information about a specific localization.

get_beta_feedback_screenshot

Get detailed information about a specific beta feedback screenshot.

groupId

(required): The ID of the beta group

identifier

(required): The bundle ID string (e.g., 'com.example.app')

include

(optional): Related resources to include (e.g., appClips, appInfos, appStoreVersions, betaGroups, builds)

includeBuilds

(optional): Include build information

includeTesters

(optional): Include tester information

lastName

(optional): Tester's last name

limit

(optional): Maximum number of apps to return (default: 100, max: 200)

list_app_store_version_localizations

Get all localizations for a specific app store version.

list_app_store_versions

Get all app store versions for a specific app.

list_apps

Get a list of all apps in App Store Connect.

list_beta_feedback_screenshots

List beta feedback screenshot submissions.

list_beta_groups

List all beta testing groups (internal and external).

list_group_testers

List testers in a specific beta group.

localizationId

(required): The ID of the localization

platform

(required): The platform (IOS, MACOS, TVOS, VISIONOS)

releaseType

(optional): How the app should be released (MANUAL, AFTERAPPROVAL, SCHEDULED)

remove_tester_from_group

Remove a tester from a beta group.

testerId

(required): The ID of the tester

update_app_store_version_localization

Update a specific field in an app store version localization.

value

(required): New value for the field

versionString

(required): Version string in format X.Y or X.Y.Z (e.g., '1.0' or '1.0.0')