Heimdall App Store Connect MCP
Heimdall is a comprehensive MCP server providing complete access to Apple's App Store Connect API (982 operations across 17 domains) and App Store Server API (StoreKit 2), enabling full management of your App Store Connect account from an AI client.
Discovery & Navigation
asc__discover_domains— List all available domains and how many tools each containsasc__search_tools— Search all 982 operations by keyword, even across unloaded domainsasc__status— Report server configuration, JWT state, API rate limits, and verify credentials
Key Capabilities
Apps & Metadata: Create, read, update, and delete app info, localizations, age ratings, accessibility declarations, categories, and encryption declarations
App Versions & Releases: Manage App Store versions, phased releases, and review attachments
TestFlight: Handle beta builds, TestFlight groups, and beta tester management
Subscriptions & In-App Purchases: Full CRUD for subscriptions, subscription groups, prices, and in-app purchases
Pricing: Adjust pricing across all territories
Reviews: Read customer reviews; AI-powered triage, daily briefings, and draft responses (via MCP Sampling, no extra API key needed)
Game Center: Manage leaderboards, achievements, and profiles
Xcode Cloud: Work with Xcode Cloud workflows and integrations
Provisioning & Signing: Handle bundle IDs, certificates, devices, and provisioning profiles
Webhooks: Configure and manage App Store Connect webhooks
Sales & Finance Reports: Generate sales, finance, and analytics reports
App Clips: Manage App Clip experiences, localizations, header images, and advanced experiences
Analytics: Create report requests and retrieve analytics data across multiple categories
StoreKit 2: Access App Store Server API for transaction history, refunds, and subscription status
Alternative Distribution (EU/Marketplace): Manage alternative distribution domains, keys, packages, and versions
Android-to-iOS Mapping: Create and manage cross-platform app associations
Safety & Security
All mutating operations prompt for confirmation before executing
--read-onlymode disables all write toolsWrite tools are annotated with
destructiveHintandidempotentHintOn macOS,
.p8keys are stored in the Keychain, never in plain-text configProfile-based domain loading to minimize token usage
Manages your entire App Store Connect account from an AI client, including apps, metadata, versions, TestFlight, subscriptions, in-app purchases, pricing, reviews, Game Center, Xcode Cloud, provisioning, webhooks, and sales/finance reports.
Provides tools to interact with Apple's App Store Connect API, covering apps, TestFlight, monetization, analytics, Game Center, Xcode Cloud, and more.
Manages Xcode Cloud workflows, build runs, artifacts, and source control via a dedicated profile.
Heimdall — App Store Connect MCP
English
Heimdall. One tool for your entire App Store Connect account.
An MCP server for the App Store Connect API and the App Store Server API (StoreKit 2), with every tool generated from Apple's own OpenAPI specification. 13 profiles, 32 sub-profiles, 883 tools.
Apps and metadata, versions and phased releases, TestFlight, subscriptions and in-app purchases, pricing, reviews, Game Center, Xcode Cloud, provisioning, webhooks, and sales and finance reports.
Ask and it answers. Tell it and it's done.
"Summarise this week's 1-star reviews and draft replies."
"Which builds are stuck in review?"
"Raise this subscription's price in every territory."
2.0.0 is a breaking release. Which tool belongs to which profile is hand-curated now, so every profile's contents changed and user-management was split into four. Nothing was lost, but the tool you reach for may have moved next door. Upgrading from 1.x: check the profile names in your config against the changelog.
Quick start
npx -y @erayendes/asc-mcp setupThe setup wizard asks for your API key once, stores it safely, and registers the profiles you choose with every MCP client on your machine — Claude, Codex, Antigravity, Cursor, Windsurf, VS Code. None of them share a config file, so this is the step you would otherwise repeat once per client, in a different format each time. Full walkthrough in the Guide.
Is an AI agent installing Heimdall for you?
See AGENTS.md for the handoff protocol: the agent adds the profiles with register, you run setup yourself for the key — your private key is for your eyes only, and the agent never sees it.
What sets Heimdall apart
Most App Store Connect MCP servers offer a hand-picked slice of the API. That works right up until you need the one endpoint none of them covered. Heimdall does the opposite: it gives you all of the tools and lets you choose which ones you want — and change your mind whenever you like.
Complete | Apple's OpenAPI spec v4.4.1, all 966 paths, 982 operations — 281 id-only duplicates already collapsed, and the 123 Apple has deprecated stay unloaded unless you ask for them, which leaves the 859 reachable operations plus 24 hand-written tools. |
Narrowable | 13 purpose-built profiles, each narrowing further — |
StoreKit 2 | The App Store Server API too — customer transactions, entitlements, refunds. Rare among ASC MCP servers. |
No second API key | Review triage, daily briefings and draft replies return the review data — your own model writes the text. |
Safe | Confirm-before-write, |
Private | The |
Profiles
Register only the profiles your project uses. What each one covers is in the profile table; adding and removing them later is here.
There is nothing to memorise — ask "is there a tool for in-app events?" and asc__search_tools searches everything, including what isn't loaded, and tells you which profile it lives in.
Writes can ask first
Changing a price, submitting for review or deleting something can ask for confirmation before it runs, showing what would change, so a misread instruction cannot execute unchecked. --confirm (or ASC_CONFIRM_WRITES=1) turns it on — it is off by default because your client already approves each tool call, and a client that cannot render the prompt answers "declined" for you. --read-only drops mutating tools entirely. See Security.
Local by design, not by default
MCP guidance recommends remote HTTP servers: one URL, no install, updates you control. Heimdall runs locally over stdio instead, and that is a deliberate trade.
A remote Heimdall would have to hold your .p8 — the private key that signs every App Store Connect request, with whatever role you granted it. Hosting it means asking every user to hand their App Store account's signing key to a third party, and making that server a target worth attacking. Running locally, the key never leaves your machine: Heimdall reads it from the Keychain, signs a short-lived token, and talks to Apple directly. Nothing sits in between.
The cost is real and worth naming: you need Node installed, and you update by version rather than by us pushing one. That is the price of the key staying yours.
Works alongside Fastlane
Heimdall is not a Fastlane alternative — it is the interactive half. Keep Fastlane for repeatable, scripted CI work (code signing, build upload, metadata pushes). Fastlane for the pipeline, Heimdall for exploration and one-off changes.
Documentation
Guide — API key, install, setup wizard, profiles, configuration, examples
Security — credential handling, safety modes, pre-install audit, vulnerability reporting
Support — getting help, troubleshooting
Changelog — release history
Contributing — how to contribute, local dev setup
Governance — who maintains this and why
Support the project
Heimdall is free and open. If it saves you time, you can become a member or buy me a coffee ☕.
About the name
Heimdall is the guardian of Asgard in Norse mythology and one of Odin's sons. He keeps watch over Bifröst, the rainbow bridge linking Asgard to the nine realms. His gift for sensing events before they happen lets him guard Asgard against giants and other enemies, and warn the gods of danger on its way.
This project stands watch over your App Store Connect account; that's where it gets its name. :)
License
MIT — see LICENSE.
Tool definitions in src/generated/ are produced from Apple Inc.'s published App Store Connect OpenAPI specification (spec/openapi.json), redistributed here so the generator is reproducible without network access. App Store Connect, TestFlight, StoreKit, Xcode and Game Center are trademarks of Apple Inc. This project is not affiliated with, endorsed by, or sponsored by Apple Inc.
Related MCP server: App Store Connect MCP Server
Türkçe
Heimdall. Tüm App Store Connect hesabınız için tek bir araç.
App Store Connect API ve App Store Server API (StoreKit 2) için bir MCP sunucusu; her aracı Apple'ın kendi OpenAPI spesifikasyonundan üretiliyor. 13 profil, 32 alt profil, 883 araç.
Uygulamalar ve metadata, sürümler ve kademeli yayınlar, TestFlight, abonelikler ve uygulama içi satın almalar, fiyatlandırma, yorumlar, Game Center, Xcode Cloud, provisioning, webhook'lar, satış ve finans raporları.
Sorun yanıtlasın. İsteyin yapsın.
"Bu haftanın 1 yıldızlı yorumlarını özetle ve cevap taslakları hazırla."
"Hangi build'ler incelemede takıldı?"
"Bu aboneliğin fiyatını her ülkede artır."
2.0.0 kırıcı bir sürümdür. Hangi aracın hangi profile ait olduğu artık elle belirleniyor; bu yüzden her profilin içeriği değişti ve user-management dörde bölündü. Hiçbir araç kaybolmadı, ama aradığınız araç yan komşuya taşınmış olabilir. 1.x'ten yükseltiyorsanız config'inizdeki profil adlarını değişiklik günlüğüyle karşılaştırın.
Hızlı başlangıç
npx -y @erayendes/asc-mcp setupSetup sihirbazı API anahtarınızı bir kez ister, güvenle saklar ve seçtiğiniz profilleri makinenizdeki bütün MCP istemcilerine kaydeder — Claude, Codex, Antigravity, Cursor, Windsurf, VS Code. Hiçbiri config dosyasını paylaşmaz; yani bu adım olmasa her istemci için ayrı ayrı, her seferinde farklı biçimde tekrarlanırdı. Adım adım anlatım Rehber'de.
Heimdall'ı bir AI agent mı kuracak?
Devir protokolü için AGENTS.md'ye bakın: agent profilleri register ile ekler, anahtar için setup'ı siz çalıştırırsınız — özel anahtarınız sadece sizin gözleriniz için, AI agent göremez.
Heimdall'ı diğerlerinden ayıran
Çoğu App Store Connect MCP sunucusu API'nin elle seçilmiş bir araç dilimini sunar. Hiçbirinin kapsamadığı o bir uç noktaya ihtiyaç duyana kadar bu işe yarar. Heimdall tam tersini yapar: araçların tamamını verir, istediklerinizi siz seçersiniz — ve istediğiniz zaman ekleyip çıkarırsınız.
Eksiksiz | Apple'ın OpenAPI spec v4.4.1'i, tüm 966 path, 982 işlem — 281 id-only tekrar zaten birleştirilmiş durumda, Apple'ın kullanımdan kaldırdığı 123 işlem de siz istemedikçe yüklenmiyor; geriye erişilebilir 859 işlem artı elle yazılmış 24 araç kalıyor. |
Daraltılabilir | 13 amaca özel profil, her biri daha da daralabilir — |
StoreKit 2 | App Store Server API de var — tüm müşteri işlemleri, haklar, iadeler. ASC MCP sunucuları arasında nadir bir özellik. |
İkinci API anahtarı yok | Yorum tasnifi, günlük brifing ve cevap taslakları yorum verisini döndürür — metni kendi modeliniz yazar. |
Güvenli | Yazmadan-önce onay, |
Gizli |
|
Profiller
Sadece projenizin kullandığı profilleri kaydedin. Hangisinin neyi kapsadığı profil tablosunda, sonradan ekleme ve çıkarma burada'de.
Hiçbir şeyi ezberlemeniz gerekmez — "uygulama içi etkinlikler için bir araç var mı?" diye sorun; asc__search_tools o an yüklü olmayanlar dahil hepsini arar ve hangi profilde olduğunu söyler.
Yazma işlemlerini önce sorabilir
Fiyat değiştirme, incelemeye gönderme ya da bir şeyi silme çalışmadan önce onay isteyebilir ve neyin değişeceğini gösterir; böylece yanlış anlaşılmış bir talimat kontrolsüz çalışamaz. --confirm (veya ASC_CONFIRM_WRITES=1) açar — varsayılan kapalıdır, çünkü client'ınız zaten her araç çağrısını onaylatıyor ve istemi gösteremeyen bir client sizin yerinize "reddedildi" der. --read-only mutasyon araçlarını tamamen kaldırır. Bkz. Güvenlik.
Yerelde çalışması tercih, eksiklik değil
MCP rehberleri uzak HTTP sunucularını önerir: tek URL, kurulum yok, güncellemeyi siz yönetirsiniz. Heimdall bunun yerine yerelde stdio üzerinden çalışır ve bu bilinçli bir tercihtir.
Uzak bir Heimdall, .p8 dosyanızı tutmak zorunda kalırdı — her App Store Connect isteğini imzalayan, verdiğiniz role sahip özel anahtar. Onu barındırmak, her kullanıcıdan App Store hesabının imza anahtarını üçüncü bir tarafa teslim etmesini istemek ve o sunucuyu saldırmaya değer bir hedef hâline getirmek demektir. Yerelde çalışınca anahtar makinenizden hiç çıkmaz: Heimdall onu Keychain'den okur, kısa ömürlü bir token imzalar ve doğrudan Apple ile konuşur. Arada hiçbir şey durmaz.
Bedeli gerçek ve söylenmeye değer: Node kurulu olmalı ve güncelleme biz gönderdiğimiz için değil, siz sürüm seçtiğiniz için gelir. Anahtarın sizde kalmasının bedeli bu.
Fastlane ile birlikte çalışır
Heimdall bir Fastlane alternatifi değil, interaktif yarısıdır. Tekrarlanabilir, scriptli CI işleri (kod imzalama, build yükleme, metadata gönderimi) için Fastlane'i kullanmaya devam edin. Pipeline için Fastlane, keşif ve tek seferlik değişiklikler için Heimdall.
Dokümantasyon
Rehber — API anahtarı, kurulum, setup sihirbazı, profiller, yapılandırma, örnekler
Güvenlik — kimlik bilgisi yönetimi, güvenlik modları, kurulum öncesi denetim, açık bildirimi
Destek — yardım alma, sorun giderme
Değişiklik günlüğü — sürüm geçmişi
Katkıda bulunma — nasıl katkı sağlanır, yerel geliştirme kurulumu
Yönetişim — bunu kim, neden sürdürüyor
Projeye destek
Heimdall ücretsiz ve açık. Zamanınızı kurtardıysa üye olabilir ya da kahve ısmarlayabilirsiniz ☕.
İsim hakkında
Heimdall, İskandinav mitolojisinde Asgard'ın koruyucusu ve tanrı Odin'in oğullarından biridir. Asgard ile dokuz diyarı birbirine bağlayan gökkuşağı köprüsü Bifröst'ün bekçisidir. Olayları önceden hissetme yeteneği sayesinde Asgard'ı devlerin ve düşmanların olası saldırılarına karşı korur, yaklaşan tehlikeleri diğer tanrılara haber verir.
Bu proje de sizin App Store Connect hesabınızın başında nöbet tutmak için var; adını oradan alıyor. :)
Lisans
MIT — bkz. LICENSE.
src/generated/ içindeki araç tanımları, Apple Inc.'in yayımladığı App Store Connect OpenAPI spesifikasyonundan (spec/openapi.json) üretilir; jeneratör ağ erişimi olmadan da yeniden üretilebilsin diye spesifikasyon burada yeniden dağıtılmaktadır. App Store Connect, TestFlight, StoreKit, Xcode ve Game Center, Apple Inc.'in ticari markalarıdır. Bu proje Apple Inc. ile bağlantılı değildir, Apple tarafından onaylanmamış veya desteklenmemektedir.
Maintenance
Tools
Related MCP Servers
- AlicenseBqualityFmaintenanceAn MCP server to communicate with the App Store Connect API for iOS Developers2585330MIT
- AlicenseBqualityCmaintenanceEnables interaction with Apple's App Store Connect API through natural language to manage apps, beta testing, localizations, analytics, sales reports, and CI/CD workflows for iOS and macOS development.3185MIT
- Alicense-qualityAmaintenanceMCP server for App Store Connect API with 208 tools across 25 workers. Manage apps, builds, TestFlight, in-app purchases, subscriptions, reviews, provisioning, screenshots, analytics, and more — directly from Claude, Cursor, VS Code, or any MCP client. Multi-account support, worker filtering, JWT auth.57MIT
- AlicenseAqualityCmaintenanceA Model Context Protocol (MCP) server for Apple's App Store Connect API. Manage your iOS, macOS, tvOS, and visionOS apps directly from Claude, Cursor, or any MCP-compatible client.529924MIT
Related MCP Connectors
Self-hosted MCP gateway: turn any API, database or MCP server into AI connectors — no code.
Hosted Amazon Seller Central and Amazon Ads MCP server for Claude, ChatGPT, Cursor, and agents.
Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.
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/erayendes/app-store-connect-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server