MiniMax MCP integration for AI agents.
Connect AI agents to MiniMax through 12 structured actions, including download video, create response, delete video generation v2, and estimate input tokens.…
- ACTION CONTRACTS
- 12
- AUTHENTICATION
- API key
- SOURCE STATUS
- Provider-backed
CATALOG SOURCE REVIEWED AUGUST 23, 2026 / ACTION NAMES AND SCHEMAS DERIVED FROM WORKING MACHINES PROVIDER SOURCE
CAPABILITY PROFILE
What the MiniMax integration exposes
The MiniMax Agent App exposes 12 provider-backed actions for ai work. Its current contract lets an authorized agent retrieve the download url and metadata for a generated minimax video file, create a non-streaming minimax response using the openai responses api shape, and delete a minimax h3 video generation task. These operations are called through Working Machines as typed capabilities rather than through browser navigation or copied UI steps.
A connection uses API key. Before execution, the agent can inspect the selected action, its required fields, declared scopes, and expected output contract. Provider credentials remain inside the Working Machines runtime; the calling agent receives the capability and its structured result, not the underlying secret.
For reliable operation, start with the narrowest action that satisfies the task, resolve stable provider identifiers before changing state, and validate the returned object or status after execution. Availability still depends on the connected MiniMax account, granted provider permissions, workspace policy, region, plan, and upstream API behavior.
VERIFIED ACTION SAMPLE
Real MiniMax capabilities.
Showing 12 of 12 actions. Risk labels are conservative signals based on operation names, not substitutes for provider documentation or runtime policy.
download_videoREADRetrieve the download URL and metadata for a generated MiniMax video file.
INPUTS: file_id
create_responseWRITECreate a non-streaming MiniMax response using the OpenAI Responses API shape.
INPUTS: model / input / instructions / max_output_tokens / temperature
delete_video_generation_v2HIGH IMPACTDelete a MiniMax H3 video generation task.
INPUTS: task_id
estimate_input_tokensREVIEWEstimate MiniMax response input tokens without invoking the model.
INPUTS: model / input / instructions / tools / tool_choice
create_video_generation_v2WRITECreate a MiniMax H3 video generation task with text, image, video, or audio content.
INPUTS: model / content / resolution / duration / ratio
image_to_videoREVIEWCreate a MiniMax asynchronous image-to-video generation task from a first frame image.
INPUTS: model / first_frame_image / prompt / prompt_optimizer / fast_pretreatment
list_modelsREADList OpenAI-compatible MiniMax models available to the API key.
list_video_generation_v2READList MiniMax H3 video generation tasks.
INPUTS: page_num / page_size / filter
query_video_generationREADQuery the status of a MiniMax video generation task and read its file id when it completes.
INPUTS: task_id
query_video_generation_v2READQuery a MiniMax H3 video generation task.
INPUTS: task_id
retrieve_modelREADRetrieve OpenAI-compatible metadata for one MiniMax model.
INPUTS: modelId
text_to_videoREVIEWCreate a MiniMax asynchronous text-to-video generation task.
INPUTS: model / prompt / prompt_optimizer / fast_pretreatment / duration
INPUT CONTRACTS
Know what the action needs before it runs.
download_video
file_idOPTIONAL- Identifier of the generated video file to retrieve.
create_response
modelREQUIRED- MiniMax model name to invoke, for example MiniMax-M3.
inputREQUIRED- MiniMax Responses API text or conversation input.
instructionsOPTIONAL- System instructions for the response.
max_output_tokensOPTIONAL- Maximum output token count.
temperatureOPTIONAL- Sampling temperature in the official range [0, 1].
delete_video_generation_v2
task_idOPTIONAL- Identifier of the MiniMax video generation task to query.
estimate_input_tokens
modelREQUIRED- MiniMax model name to estimate against, for example MiniMax-M3.
inputREQUIRED- MiniMax Responses API text or conversation input.
instructionsOPTIONAL- System instructions included in the estimate.
toolsOPTIONAL- Function tools included in the estimate.
tool_choiceOPTIONAL- Tool selection strategy.
PROVIDER-SPECIFIC WORKFLOWS
Jobs this Agent App can support
Inspect Download Video
Retrieve the download URL and metadata for a generated MiniMax video file. Use this as a bounded discovery step, retain the returned identifier, and avoid expanding the read beyond the task's stated scope.
download_videoControl Create Response
Create a non-streaming MiniMax response using the OpenAI Responses API shape. Resolve the target first, present material changes for confirmation, and make retries idempotent where the provider supports it.
create_responseVerify with List Models
List OpenAI-compatible MiniMax models available to the API key. Compare the returned provider state with the intended outcome and preserve stable IDs or canonical links in the run record.
list_modelsSAFETY BOUNDARY
Operate MiniMax with explicit limits
- Authorize MiniMax with API key and grant only the provider access required by the selected actions.
- 3 actions are change-capable by name. Confirm the target identity and material parameters before allowing a write.
- Treat `delete_video_generation_v2` as high-impact operations and require an explicit approval boundary.
- No provider scope string is declared on the sampled actions. Verify the connected account's actual permissions in MiniMax rather than assuming unrestricted access.
- After a call, inspect the structured result and execution record before reporting that the MiniMax task completed successfully.
CONNECTION MODEL
API key
MiniMax API key sent as an Authorization Bearer token. Create or view global keys at https://platform.minimax.io/user-center/basic-information/interface-key or China keys at https://platform.minimaxi.com/user-center/basic-information/interface-key.
Working Machines stores provider credentials behind the execution boundary. An agent can use an authorized connection identity, but catalog discovery alone does not reveal OAuth tokens, API keys, or provider secrets.
- READ SIGNALS
- 6
- WRITE SIGNALS
- 2
- HIGH IMPACT
- 1
- REVIEW SIGNALS
- 3
EVIDENCE AND AVAILABILITY
Provider reference
Action names, input fields, authentication types, and counts on this page are generated from the Working Machines provider catalog. Provider behavior, quotas, object semantics, account eligibility, and regional availability remain governed by MiniMax.