{ "name": "@pofky/asc-mcp", "version": "1.9.11", "description": "Full control of your App Store Connect from your coding agent. 41 tools incl. asc_setup_check (self-diagnosing setup) and asc_guide (the in-agent playbook that flags every manual website step), read intelligence (reviews, sales, preflight), and Pro write/control (metadata, screenshots, builds, IAP/subscriptions, TestFlight, submit + release, local build/upload). 6 slash-command Prompts and a bundled Claude Skill. Works with Claude Code, Claude Desktop, Cursor, Windsurf, or any MCP client. Free read tier included.", "homepage": "https://asc-mcp.pages.dev", "repository": { "type": "git", "url": "git+https://github.com/pofky/asc-mcp.git" }, "bugs": { "url": "https://github.com/pofky/asc-mcp/issues" }, "main": "dist/index.js", "bin": { "asc-mcp": "dist/index.js", "appstore-connect-mcp": "dist/index.js" }, "scripts": { "build": "tsc", "dev": "tsx src/index.ts", "start": "node dist/index.js", "test": "vitest run", "docs": "tsc && node scripts/gen-docs.mjs", "lint": "tsc --noEmit", "mcpb": "npm run build && node scripts/build-mcpb.mjs", "release": "node scripts/release.mjs", "check:site": "node scripts/check-site-strings.mjs" }, "keywords": [ "mcp", "mcp-server", "model-context-protocol", "app-store-connect", "app-store-connect-api", "apple", "ios", "macos", "xcode", "appstore", "app-review", "app-review-status", "sales-report", "customer-reviews", "testflight", "claude", "claude-code", "cursor", "windsurf", "ai-agent", "ai-coding", "developer-tools" ], "mcpName": "io.github.pofky/asc-mcp", "author": "pofky", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", "zod": "^4.3.6" }, "devDependencies": { "@types/node": "^22.0.0", "tsx": "^4.19.0", "typescript": "^5.7.0", "vitest": "^3.1.0" }, "engines": { "node": ">=18.0.0" }, "files": [ "dist/", "skills/", "README.md", "USER_GUIDE.md", "LIMITATIONS.md", "LICENSE" ] }