Mcps
Mcps
Tool
Render Demo Hq
render_demo_hqRender a full-quality 1080p/30fps video clip from a demo. Use AFTER render_demo_preview confirms the correct moment. Resolution and fps can be overridden. The demo is cut to the given server-time range (plus padding) and rendered completely in the background via xvfb-run + wolfcamql + ffmpeg. start_time_ms / end_time_ms come directly from seek_demo or get_frame_state server_time_ms values. Blocks until render is done. Requires WOLFCAMQL_BIN, WOLFCAMQL_BASEPATH env vars and xvfb-run + ffmpeg to be installed.
Pricing
Per call
$0.02
Model
time-based
Pay only for what you use. No subscriptions.
Inputs
demo_path *
stringend_time_ms
integernullfps
integernullwidth
integernulloutput_path
stringnullpadding_ms
integernullstart_time_ms
integernullextra_console_variables
arraynullheight
integernullwolfcamql_bin
stringnullTry It
API
MCP Config
Input Parameters
Path to the .dm_91 file (relative to DEMO_PATH or absolute). Obtained from list_demos or search_demos.
Clip end in server milliseconds. Use the server_time_ms value from seek_demo or get_frame_state. Omit to render to the end.
Output frame rate (default: 30).
Output width in pixels (default: 1920).
Output video file path. Auto-generated alongside the source demo if omitted.
Extra context padding before start_time_ms and after end_time_ms in milliseconds (default: 1000).
Clip start in server milliseconds. Use the server_time_ms value from seek_demo or get_frame_state. Omit to start from the beginning.
Extra wolfcamql console variables as alternating ["console_variable_name", "value", ...] pairs, e.g. ["mme_blurFrames","4"]. Applied after preset defaults.
Output height in pixels (default: 1080).
Path to wolfcamql binary. Overrides WOLFCAMQL_BIN env var.

