mcpserver.lol
registry/pofky-asc-mcp
Connection check local install

pofky-asc-mcp

41 tools to ship an App Store release: metadata, screenshots, builds, TestFlight, IAP, submit.

Tools 41
GitHub stars
Installs / wk 110
Licence MIT
Transport stdio
Last checked never

Tools & capabilities

41 tools

Read from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.

app_details from source
Get detailed info about an app including versions, build status, and release state.
asc_guide from source
START HERE. Returns the exact end-to-end playbook for an App Store task, with every manual ASC-website/Xcode step that no API can do flagged inline. Free.
asc_setup_check from source
Diagnose your setup: checks the .p8 key, Key ID, Issuer ID, a LIVE authenticated connection to App Store Connect, and your license tier. For anything wrong, returns the exact fix.…
asc_start_trial from source
assign_build_to_group from source
Assign a build to a TestFlight beta group so testers can install it (defaults to newest processed build). Needs confirm:true: Apple notifies every tester immediately and the notifi…
attach_build from source
Attach a build to the editable version (defaults to the newest processed build). Pro feature.
build_and_archive from source
Build, archive, and export a signed .ipa via xcodebuild (requires Xcode on this Mac). Needs a scheme and an ExportOptions.plist. Pro feature.
competitor_snapshot from source
Look up any app on the App Store: ratings, reviews, version, price, category, release notes. Search by name or App Store ID. Pro feature.
create_iap from source
Create (idempotently) a one-time in-app purchase (non-consumable or consumable) with USA price. Pro feature.
create_subscription from source
Create (idempotently) an auto-renewable subscription inside a group, with USA price and an optional free trial. Sets territory availability automatically. Pro feature.
create_version from source
Create a new editable App Store version to prepare your next release. Needs confirm:true, because Apple only allows deleting an app
daily_briefing from source
Morning briefing across all apps: version status, recent reviews, rejections, action items. One call for full situational awareness. Pro feature.
draft_review_response from source
invite_beta_tester from source
Invite an external tester by email and add them to a beta group. Needs confirm:true: Apple emails a real person from your account and it cannot be recalled. Pro feature.
keyword_insights from source
Analyze your app
list_apps from source
List all apps in your App Store Connect account with name, bundle ID, SKU and App ID.
list_beta_groups from source
List TestFlight beta groups for an app. Pro feature.
list_builds from source
List recent builds for an app with processing state (VALID = ready to use). Pro feature.
list_reviews from source
List customer reviews for an app. Filter by rating. Pro feature.
manage_phased_release from source
Control the 7-day phased rollout: start, pause, resume, or complete (release to 100%). Pro feature.
metadata_diff from source
Compare metadata between your live and pending app versions. Shows what changed in descriptions, keywords, and release notes across locales. Pro feature.
release_notes from source
Extract git commits since last tag and return structured data for writing App Store
release_preflight from source
Pre-submission audit: checks metadata, character limits, screenshots, build status. Catches rejection causes before you submit. Pro feature.
release_version from source
Release an approved version (state PENDING_DEVELOPER_RELEASE) to the public App Store. Outward-facing: requires confirm:true. Pro feature.
review_status from source
Check the current App Store review status - in review, waiting, approved, or rejected.
sales_report from source
Download sales/downloads summary. Shows units, proceeds, territory. Pro feature.
set_age_rating from source
Set the app
set_app_availability from source
Set the app
set_app_metadata from source
Set submission-required app basics: primary/secondary category (appCategory ids like HEALTH_AND_FITNESS), copyright, content-rights declaration, and export compliance (encryption).…
set_app_price from source
Set the app
set_eu_trader_status from source
Declare EU Digital Services Act trader status. Not API-addressable; returns the exact steps + deep link. Pro feature.
set_iap_review_screenshot from source
Upload the App Review screenshot a subscription or in-app purchase needs to leave MISSING_METADATA. Resolves the product by product_id automatically. Pro feature.
set_privacy_nutrition from source
Configure the App Privacy nutrition label. Apple does not expose this via API; returns the exact steps + deep link. Pass data_not_collected:true for the
set_review_contact from source
Set the App Review contact and optional demo account on the editable version. Required before submission. Pro feature.
setup_app_store_signing from source
Prepare App Store binary signing without the cloud-signing permission many API keys lack: downloads the app
submit_for_review from source
Submit the editable version to Apple App Review. First submits any READY_TO_SUBMIT in-app purchases/subscriptions, then the version. If the app
triage_reviews from source
update_version_metadata from source
Edit App Store metadata on the editable version: description, keywords, what
upload_binary from source
Upload a signed .ipa to App Store Connect via altool, using your API key. Outward-facing: requires confirm:true. Pro feature.
upload_screenshots from source
Upload screenshots to a version localization for a device display type (e.g. APP_IPHONE_67). Handles Apple
wait_for_build from source
Poll until the newest uploaded build finishes processing (VALID), so the ship flow is one call. Blocks for up to 30 minutes by default; if you should not hold the session that long…