App Store Connect API as MCP: apps, TestFlight, subscriptions, localizations, reports. JWT auth.
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.
mcp-asc · npm · 2.0.4
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.beautyfree/app-store-connect",
"description": "App Store Connect API as MCP: apps, TestFlight, subscriptions, localizations, reports. JWT auth.",
"repository": {
"url": "https://github.com/beautyfree/appstore-connect-mcp",
"source": "github"
},
"version": "2.0.4",
"packages": [
{
"registryType": "npm",
"identifier": "mcp-asc",
"version": "2.0.4",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "API Key ID from App Store Connect (Users and Access → Integrations → App Store Connect API)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "APP_STORE_CONNECT_KEY_ID"
},
{
"description": "Issuer ID from App Store Connect",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "APP_STORE_CONNECT_ISSUER_ID"
},
{
"description": "Path to your .p8 private key file (downloaded from App Store Connect)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "APP_STORE_CONNECT_P8_PATH"
},
{
"description": "Vendor number; required for sales and finance reports only",
"format": "string",
"name": "APP_STORE_CONNECT_VENDOR_NUMBER"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-03-07T10:45:17.866097Z",
"publishedAt": "2026-03-07T10:45:17.866097Z",
"updatedAt": "2026-03-07T10:45:17.866097Z",
"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 2.0.4last 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.