LIVE ENDPOINT
https://shortloom.ai/api/mcp
Connect to this endpoint to inspect the live schema for generate_video and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.shortloom]
url = "https://shortloom.ai/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"shortloom": {
"type": "http",
"url": "https://shortloom.ai/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: shortloom
Remote MCP URL: https://shortloom.ai/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"shortloom": {
"url": "https://shortloom.ai/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"shortloom": {
"type": "http",
"url": "https://shortloom.ai/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "shortloom",
"transport": "streamable-http",
"url": "https://shortloom.ai/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
approve_draft— Approve a Director Mode draft (a generate_video call parked at status awaiting_approval) to start the paid render.reject_draft— Discard a Director Mode draft (status awaiting_approval).get_video_status— Check the status of a video generation job.publish_video— Publish a finished video to the caller's connected social accounts (YouTube/TikTok/Instagram/Facebook).list_videos— List the caller's videos, newest first.list_connected_platforms— List the caller's connected publish platforms/accounts (YouTube/TikTok/Instagram).save_draft— Save edits to a Director-mode draft (awaiting_approval) as its next revision - free, never triggers TTS.export_captions— Export a video's captions as an SRT or VTT document, built from the stored word-timing transcript (free).