Back to Home
antisynthesis icon

asc-mcp

Verified Safe

by antisynthesis

Overview

Provides a Model Context Protocol (MCP) server that enables AI assistants to manage Apple App Store Connect resources and operations.

Installation

Run Command
bin/asc-mcp serve

Environment Variables

  • ASC_ISSUER_ID
  • ASC_KEY_ID
  • ASC_PRIVATE_KEY_PATH
  • LOG_LEVEL

Security Notes

The project demonstrates strong security practices: it uses Go's standard library for cryptographic operations (JWT ES256), prevents hardcoded secrets by requiring environment variables or Kubernetes Secrets for App Store Connect API credentials, and its Kubernetes manifests enforce strict security contexts (runAsNonRoot, readOnlyRootFilesystem, dropped capabilities). The primary communication via stdin/stdout also inherently limits network exposure. No 'eval' or obvious obfuscation detected.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens500
Stars0
Forks0
Last Update2026-01-16

Tags

Apple App Store ConnectMCP ServerAPI ManagementGoDevOps