app-store-connect-mcp-server
Verified Safeby Shin-sibainu
Overview
Analyze iOS/macOS app performance, sales, reviews, and TestFlight data via App Store Connect API.
Installation
npx -y @shincode/app-store-connect-mcp-serverEnvironment Variables
- APP_STORE_CONNECT_ISSUER_ID
- APP_STORE_CONNECT_KEY_ID
- APP_STORE_CONNECT_PRIVATE_KEY_PATH
- APP_STORE_CONNECT_PRIVATE_KEY
- APP_STORE_CONNECT_VENDOR_NUMBER
Security Notes
The server uses environment variables for sensitive API keys, employs Zod for robust input validation, and correctly handles API authentication including special cases like S3 signed URLs for analytics data without sending unnecessary headers. It utilizes standard and well-audited libraries for JWT generation and HTTP requests. No critical vulnerabilities like 'eval' or hardcoded secrets were identified.
Similar Servers
XcodeBuildMCP
Provides an MCP (Model Context Protocol) server for AI agents and other clients to programmatically build, test, run, and debug iOS and macOS applications, manage simulators/devices, and capture logs.
mcp-router
A desktop application that simplifies the management and aggregation of Model Context Protocol (MCP) servers.
mcp-jest
A testing framework for Model Context Protocol (MCP) servers, allowing automated validation of AI agent tools, resources, and prompts.
mcp-swift-sdk
Implement and integrate Model Context Protocol (MCP) servers and clients in Swift, enabling AI agents and applications to discover and interact with tools, resources, and conversational prompts over HTTP.