asc-mcp 0.1.1

MCP server for Apple App Store Connect API — Xcode Cloud operations
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "asc-mcp",
  "version": "0.1.1",
  "description": "MCP server for Apple App Store Connect API — Xcode Cloud, app management, reviews, sales reports.",
  "license": "AGPL-3.0-or-later",
  "repository": { "type": "git", "url": "https://github.com/menot-you/apple-store-connect" },
  "homepage": "https://github.com/menot-you/apple-store-connect",
  "keywords": ["mcp", "xcode-cloud", "app-store-connect", "apple", "ci-cd"],
  "bin": { "asc-mcp": "run.js" },
  "scripts": { "postinstall": "node install.js" },
  "files": ["install.js", "run.js", "README.md"],
  "os": ["darwin", "linux"],
  "cpu": ["arm64", "x64"],
  "engines": { "node": ">=16" }
}