HomeDevelopment › Heimdall

Heimdall

Every App Store Connect + StoreKit 2 endpoint. 890 tools in 13 profiles, narrow to 27.

TypeScript
★ 47 stars Last pushed 2026-09-23 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 2.4.1)

npx -y @erayendes/asc-mcp@2.4.1

Or add to your MCP client config:

{
  "mcpServers": {
    "app-store-connect-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@erayendes/asc-mcp@2.4.1"
      ],
      "env": {
        "ASC_KEY_ID": "<YOUR_VALUE>",
        "ASC_ISSUER_ID": "<YOUR_VALUE>",
        "ASC_PRIVATE_KEY": "<YOUR_VALUE>",
        "ASC_PRIVATE_KEY_PATH": "<YOUR_VALUE>",
        "ASC_BUNDLE_ID": "<YOUR_VALUE>"
      }
    }
  }
}
  • ASC_KEY_ID — App Store Connect API Key ID. Normally written for you by `npx -y @erayendes/asc-mcp setup`.
  • ASC_ISSUER_ID — App Store Connect Issuer ID (a UUID). Normally written for you by `setup`.
  • ASC_PRIVATE_KEY secret — The .p8 private key as PEM text. Prefer `setup`, which stores it in the macOS Keychain instead of any config file; set this only where a Keychain is unavailable, such as CI.
  • ASC_PRIVATE_KEY_PATH — Path to the .p8 file, as an alternative to pasting its contents. Off macOS this is what `setup` records.
  • ASC_BUNDLE_ID — Bundle ID of one app. Only needed by the StoreKit 2 transaction tools on the monetization profile.

This server takes extra arguments — see its repository.

Related servers

Data from the Official MCP Registry