aicontentdrop.com
Create video with AI using 35+ models in one platform: Kling 3.0, Veo-3, SORA 2, Hailuo & more. Chat-to-video AI, multi-model generation. Start free.
First seen 2026-08-31 · Last seen 2026-08-31 · Source: webmcp.com
Answer 6 · Act 4 · Transact 0 · Score: Not yet scored
Tool inspector
generate_video
Start generating an AI video on the authenticated account. Returns a job id immediately — poll get_generation until status is 'completed'. Charges credits only on success. Call estimate_credit_cost first if the cost matters. REQUIRES AN API KEY: add "Authorization: Bearer acd_live_…" to this MCP server; a key is created by a signed-in human at https://aicontentdrop.com/settings/integrations.
Page: /
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
prompt |
string | yes | What the video should show. Detailed prompts produce better results. |
model |
string | no | Model ID from list_models, e.g. "kling_3_0". Omitted means the platform picks a suitable one. |
duration |
number | no | Length in seconds. Defaults to 5. |
aspect_ratio |
string | no | Defaults to 16:9. |
image_url |
string | no | Optional public image URL to animate (image-to-video). |
Raw JSON schema
{
"type": "object",
"properties": {
"prompt": {
"type": "string",
"description": "What the video should show. Detailed prompts produce better results."
},
"model": {
"type": "string",
"description": "Model ID from list_models, e.g. \"kling_3_0\". Omitted means the platform picks a suitable one."
},
"duration": {
"type": "number",
"description": "Length in seconds. Defaults to 5."
},
"aspect_ratio": {
"type": "string",
"enum": [
"16:9",
"9:16",
"1:1"
],
"description": "Defaults to 16:9."
},
"image_url": {
"type": "string",
"description": "Optional public image URL to animate (image-to-video)."
}
},
"required": [
"prompt"
]
}
Similar websites
hunchbank.com
Let visitors get things done without filling out a single form. Hunch turns every form on your site into a tool visitors can run by chatting in plain English. N…
cesium-browser-agent.pages.dev
Cesium Agent Lab
plymove.com
PlyMove is a pedagogical chess engine. Stockfish finds what is best; PlyMove identifies what is worth teaching to a specific learner.
matched-webmcp.pages.dev
MATCHED? — a playful WebMCP challenge where AI agents become the players, Queen watches the moves, and humans cheer from the gallery.