MCP Server
MCP
App Store Connect
MCP server for the Apple App Store Connect API - 114 annotated tools, optional read-only mode.
Install
mcpb:https://github.com/forgeopslabs/appstore-mcp/releases/download/v0.3.1/appstore-mcp.mcpb
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "mcpb",
"identifier": "https://github.com/forgeopslabs/appstore-mcp/releases/download/v0.3.1/appstore-mcp.mcpb",
"fileSha256": "1fa5828df5b9750302cdee4c081c0a84b2a66fd740e76a1e5e9c737801f93409",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "App Store Connect issuer UUID (Users and Access -> Integrations).",
"isRequired": true,
"format": "string",
"name": "ASC_ISSUER_ID"
},
{
"description": "The App Store Connect API key's Key ID.",
"isRequired": true,
"format": "string",
"name": "ASC_KEY_ID"
},
{
"description": "Path to the downloaded .p8 private key (or use ASC_PRIVATE_KEY for inline PEM).",
"format": "string",
"name": "ASC_PRIVATE_KEY_PATH"
},
{
"description": "Inline .p8 PEM contents (alternative to ASC_PRIVATE_KEY_PATH).",
"format": "string",
"isSecret": true,
"name": "ASC_PRIVATE_KEY"
},
{
"description": "Set to 1 to serve only tools that cannot modify the account.",
"format": "string",
"name": "ASC_READ_ONLY"
},
{
"description": "Comma-separated tool groups to serve (e.g. 'core' or 'testflight,provisioning'). Defaults to all.",
"format": "string",
"name": "ASC_TOOLS"
}
]
}
]
}
mcp
model-context-protocol
mcpb
By
Comments
Sign in to leave a comment