pabal-mcp
Verified Safeby quartz-labs-dev
Overview
Manages App Store and Google Play ASO (App Store Optimization) workflows, including metadata sync, release management, and app registration, directly from an MCP-compatible AI client.
Installation
npx -y pabal-mcpEnvironment Variables
- PABAL_MCP_DATA_DIR
- NEXT_PUBLIC_SITE_URL
Security Notes
The server runs 100% locally and handles credentials and cached ASO data on the user's machine, reducing external attack surfaces. Sensitive configurations (API keys, service account JSON) are loaded from a user-defined path (`~/.config/pabal-mcp/config.json`) with recommendations for strict file permissions (`chmod 700` for directory, `chmod 600` for files). Logging explicitly redacts sensitive parameters. It leverages official SDKs (`appstore-connect-sdk`, `googleapis`) for store interactions. The `downloadImage` function in `aso-pull` performs external network requests, but these are typically for screenshot URLs originating from the trusted store APIs, and not directly user-controlled in a way that implies immediate vulnerability to arbitrary code execution or large file downloads beyond the scope of ASO data itself. No 'eval' or similar dangerous patterns were found.
Similar Servers
xc-mcp
Provides an intelligent MCP server for Xcode and iOS simulator workflows, optimized for AI agents to automate iOS development and testing tasks efficiently.
mcp-adr-analysis-server
Facilitates architectural decision record (ADR) analysis, content security, deployment and environment analysis, and architectural governance using advanced prompting techniques (GKP, APE, Reflexion) and knowledge graph management to automate and improve development workflows.
gas_mcp
Manages Google Apps Script (GAS) projects, enabling comprehensive operations like file management, code execution, deployment, authentication, Git integration, and search through a unified interface. It acts as a local intermediary for GAS development workflows.
mcp-mobile-server
Transforms AI assistants into a mobile development powerhouse, automating workflows and integrating cross-platform tools for Flutter, Android, and iOS development.