Heimdall App Store Connect MCP
Related Servers
Alternatives to Heimdall App Store Connect MCP
- AlicenseBqualityFmaintenanceAn MCP server to communicate with the App Store Connect API for iOS Developers2558 npm331MIT
- 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.3158 npmMIT
- AlicenseCqualityDmaintenanceEnables publishing Android apps to Samsung Galaxy Store and Huawei AppGallery directly from AI agents, with tools for uploading binaries, updating listings, submitting apps, and verifying Samsung IAP receipts.11MIT
Related Servers
- 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.69MIT
- AlicenseNot gradedqualityBmaintenanceA Model Context Protocol server that exposes the entire Apple App Store Connect API (1,200+ operations) as MCP tools, enabling AI assistants to query apps, manage builds, handle submissions, read analytics, and more.9 npmMIT
- AlicenseAqualityCmaintenanceA Model Context Protocol (MCP) server that connects Cursor, Claude Desktop, and other MCP clients to the official App Store Connect API—so you can manage iOS/macOS apps, TestFlight, in-app subscriptions, and store metadata via chat or automated tool calls.6983 npm13MIT
- AlicenseAqualityDmaintenanceA 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.5246 npm23MIT
- FlicenseNot gradedqualityBmaintenanceAn MCP server that exposes the Apple App Store Connect API to AI agents, enabling management of apps, metadata, in-app purchases, subscriptions, TestFlight, provisioning, reviews, analytics, and more through 113 curated tools plus two generic JSON:API escape-hatch tools.2-
- AlicenseAqualityAmaintenanceAn opinionated MCP server for App Store Connect that provides 13 curated tools, slash-command workflows, and a Claude Skill to manage apps, reviews, sales, and pre-submission audits via natural language.4172 npmMIT
TDQS
Scored across 353 tools
Most CRUD tools are distinct on the surface, but dozens of high-level workflow tools deliberately duplicate raw endpoint chains (e.g. release__submit vs review_submissions__create), and many relationship tools carry opaque suffixes that make it hard to tell read vs write or parent vs child at a glance. The descriptions help, but the sheer size of the set makes boundaries unclear.
Raw tools mostly follow a resource__action schema, but the pattern is not uniform: verbs are sometimes the last segment (__get, __list, __create) and sometimes embedded (__build__set, __search_keywords__add), while high-level tools use unrelated prefixes like listing__, pricing__, and asc__. Collision-avoidance suffixes such as _0zdb21 and _1vi3gd add further inconsistency.
353 tools is far beyond a practical agent-facing surface and makes selection itself a major failure point. Many low-level relationship getters and high-level summary tools could be consolidated into a much smaller, intentional set.
The server covers an unusually broad slice of App Store Connect: apps, builds, beta, review submission, pricing, localizations, analytics, sales, and more. A few gaps remain, such as no explicit update tool for customer review responses and some resources exposed only as relationships, but agents can generally find a viable path through the domain.