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
A Model Context Protocol (MCP) server that provides Xcode-related tools for integrating AI assistants with Apple development workflows.
mcp-router
A desktop application for managing Model Context Protocol (MCP) servers, supporting local and remote connections, context management, and integration with AI tools.
mcp-jest
Automated testing, discovery, and validation framework for Model Context Protocol (MCP) servers.
HelloMCP
A simple MCP server in Swift for prompt evaluation using Apple Foundation Models, serving as a reference for MCP tool development and demonstrating tool-augmented prompt evolution.