What problem does it solve? Apple's professional media apps lack a universal public API, making programmatic control of video editing, encoding, transcription, and MIDI/OSC workflows difficult without resorting to fragile GUI scripting. ## Core Features & Use Cases - Native MCP operations: Edit media offline, validate FCPXML, transcribe audio, measure video frames, and encode via Compressor's official CLI through a Swift-based MCP server. - Bounded verification: Decode and inspect outputs with explicit frame/duration budgets, keeping evidence separate from export success. - Peekaboo fallback: Use UI automation only after identifying a native gap, with permission checks and re-observation after every mutation. - Use Case: Trim and caption a 60-second video, verify all 1800 frames and audio, then submit a Compressor encode job and confirm completion by job ID. ## Quick Start Ask the agent to use the apple-pro-apps skill to inspect a local video file and report its metadata through Executor.