App Store release pilot — version bump, TestFlight upload, metadata, review submission
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
appstore-release-mcp · npm · 0.1.1
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.rabdulsal/appstore-release-mcp",
"description": "App Store release pilot — version bump, TestFlight upload, metadata, review submission",
"repository": {
"url": "https://github.com/rabdulsal/appstore-release-mcp",
"source": "github"
},
"version": "0.1.1",
"packages": [
{
"registryType": "npm",
"identifier": "appstore-release-mcp",
"version": "0.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "App Store Connect API key ID",
"isRequired": true,
"format": "string",
"name": "APPLE_KEY_ID"
},
{
"description": "App Store Connect API issuer ID",
"isRequired": true,
"format": "string",
"name": "APPLE_ISSUER_ID"
},
{
"description": "Path to the .p8 App Store Connect API private key (alternative: APPLE_KEY_CONTENT with base64-encoded key)",
"format": "string",
"name": "ASC_KEY_PATH"
},
{
"description": "Base64-encoded .p8 private key content (alternative to ASC_KEY_PATH)",
"format": "string",
"isSecret": true,
"name": "APPLE_KEY_CONTENT"
},
{
"description": "Apple Developer team ID (required for builds/uploads)",
"format": "string",
"name": "APPLE_TEAM_ID"
},
{
"description": "Bundle identifier of the app to manage, e.g. com.example.myapp",
"isRequired": true,
"format": "string",
"name": "ASC_BUNDLE_ID"
},
{
"description": "Xcode project root where fastlane runs (default: current working directory)",
"format": "string",
"name": "ASC_PROJECT_DIR"
},
{
"description": "App Store platform: IOS (default), MAC_OS, TV_OS, or VISION_OS",
"format": "string",
"name": "ASC_PLATFORM"
},
{
"description": "Fastlane lane used for archive + upload (default: beta)",
"format": "string",
"name": "ASC_FASTLANE_LANE"
},
{
"description": "Fastlane platform prefix, e.g. mac or ios",
"format": "string",
"name": "ASC_FASTLANE_PLATFORM"
},
{
"description": "Full override of the upload command, e.g. 'bundle exec fastlane ios beta'",
"format": "string",
"name": "ASC_UPLOAD_CMD"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-07-06T06:35:16.511306Z",
"publishedAt": "2026-07-06T06:35:16.511306Z",
"updatedAt": "2026-07-06T06:35:16.511306Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.1.1last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.