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
A real agent session over MCP, sped up. The App Store Connect account is a stand-in so the recording can be public — regenerate with vhs assets/demo/demo.tape.
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, 890 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."
What the one call saves
The question | Through the raw tools | Heimdall |
"What does this subscription cost in every country?" | one measured agent session: 1.02M tokens, $3 | ~1.3k tokens, 2.1s |
"What screenshots are on the listing?" | 53 HTTP calls, 264 KB | 4 calls, ~1 KB |
"Change this subscription's price." | 4 reads, then a choice among 842 price points | one call |
The first row is a real session, not a projection: the agent walked the chain, could not fit the answer, wrote it to a CSV and hand-built a country-name dictionary in Python to finish. The other two are call counts against a live account.
Quick start
npx -y @erayendes/asc-mcp setupOne pass, and safe throughout: the access details it needs, then a live credential check. Then your choices — the profiles and sub-profiles you want, and the key ends up in the Keychain, not in a config file.
The 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. Time thrown away. 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 runsetupyourself 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.
Not sure which? Starter packs answers it by role — a release manager installs distribution + app-info, an ASO team marketing + analytics — and examples/ works each one through, including the part that usually goes wrong.
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.
Risky writes ask first
Changing a price, handing out Admin or deleting something asks for confirmation before it runs, showing what would change, so a misread instruction cannot execute unchecked. This is the default for the four risk levels that are hard to undo — revenue, destructive, infrastructure, access — and everything else runs on your client's own tool approval. --confirm asks before every write instead; --no-confirm asks before none; --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. 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
Examples — starter packs by role, seven worked scenarios, and a GitHub Actions workflow
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, 890 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."
Tek çağrının kazandırdığı
Soru | Ham araçlarla | Heimdall |
"Bu abonelik her ülkede kaça?" | ölçülen bir ajan oturumu: 1,02M token, 3 $ | ~1,3k token, 2,1 sn |
"Mağaza sayfasında hangi ekran görüntüleri var?" | 53 HTTP çağrısı, 264 KB | 4 çağrı, ~1 KB |
"Bu aboneliğin fiyatını değiştir." | 4 okuma, sonra 842 fiyat noktası içinden seçim | tek çağrı |
İlk satır tahmin değil, gerçek bir oturum: ajan zinciri yürüdü, cevap sığmayınca bir CSV'ye yazdı ve bitirebilmek için Python'da elle ülke adı sözlüğü kurdu. Diğer ikisi canlı bir hesapta çağrı sayımı.
Hızlı başlangıç
npx -y @erayendes/asc-mcp setupTek geçiş ve şahane güvenlik: Gerekli erişim bilgileri, sonra canlı kimlik doğrulama. Ardından seçimleriniz; istediğiniz profiller ve alt profiller — anahtar da config dosyasına değil Keychain'e gidiyor.
Setup 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ı. Boşa vakit kaybı. 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
registerile ekler, anahtar içinsetup'ı 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.
Hangisi olduğundan emin değil misiniz? Başlangıç paketleri bunu role göre cevaplıyor — yayın yöneticisi distribution + app-info kurar, ASO ekibi marketing + analytics — ve examples/ her birini, genelde nerede ters gittiğiyle birlikte, baştan sona işliyor.
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.
Riskli yazmalar önce sorar
Fiyat değiştirme, Admin yetkisi verme ya da bir şeyi silme çalışmadan önce onay ister ve neyin değişeceğini gösterir; böylece yanlış anlaşılmış bir talimat kontrolsüz çalışamaz. Bu, geri alması zor dört risk seviyesinde varsayılandır — revenue, destructive, infrastructure, access — geri kalan her şey client'ınızın kendi araç onayıyla çalışır. --confirm her yazmadan önce sorar, --no-confirm hiç sormaz, --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. 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
Örnekler — role göre başlangıç paketleri, yedi işlenmiş senaryo ve bir GitHub Actions workflow'u
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 Developers2582330MIT
- 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.3182MIT
- AlicenseNot gradedqualityAmaintenanceMCP 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.529224MIT
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