api.rendobar.com/mcp. These map 1:1 with the REST API endpoints.
Job management
Submit a new media processing job. Accepts
type, inputs, and params.Submit multiple jobs as a batch. Returns a batch ID for tracking.
Get job status, result, and metadata by job ID.
Get the job output including download URL and processing metadata.
List jobs with optional filters (status, type, date range) and pagination.
Cancel a job that is in
waiting or dispatched status.Job discovery
List all available job types with summaries, tags, and accepted media types.
Get the full JSON Schema for a job type’s parameters. Useful for validating inputs before submission.
Billing
Get the organization’s current credit balance in nanodollars and formatted credits.
Get usage summary for a date range including job counts, costs, and compute time.
Organization
Get organization details including plan, limits, and feature flags.
List organization members with their roles.
API keys
List all API keys for the organization (keys are masked).
Create a new API key with an optional name. Returns the full key (shown only once).
Revoke an existing API key by ID. The key immediately stops working.
Media
Probe a media file’s metadata (codecs, duration, resolution, bitrate). Maps to the
extract.metadata job type.FFmpeg
Execute a raw FFmpeg command with safety guardrails. The command is validated against 8 security layers before execution.
Validate an FFmpeg command without executing it. Returns whether the command is allowed and what inputs/outputs were detected.