Home › Development › Heimdall
Heimdall
Every App Store Connect + StoreKit 2 endpoint. 890 tools in 13 profiles, narrow to 27.
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/[email protected]
Or add to your MCP client config:
{
"mcpServers": {
"app-store-connect-mcp": {
"command": "npx",
"args": [
"-y",
"@erayendes/[email protected]"
],
"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_KEYsecret — 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
Codebase Memory
Codebase knowledge graph for AI agents — 162 languages, sub-ms queries, 99% fewer tokens.
mindshub
Connect and unify data across various platforms and databases with [MindsDB as a single MCP server](https://docs.mindsdb.com/mcp/overview).
Serena MCP: the IDE for your agent
A powerful toolkit for coding, providing semantic retrieval and editing capabilities.
Repomix
Pack local or remote codebases into AI-friendly files that LLMs and coding agents can read or search
claude-task-master
AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI,…
pydantic-ai
Run Python code in a secure sandbox via MCP tool calls
Data from the Official MCP Registry