← Registry

Content Tools

shortloom.ai

Generates faceless short-form videos from a topic, manages approval and rendering, and publishes finished videos to connected social accounts.

2 endpoints34 known toolsFirst detected September 24, 2026Last detected September 24, 2026

ENDPOINT 1

https://shortloom.ai/mcp

No auth detected

MCP server metadata

Name
shortloom
Version
1.0.0
Capabilities
tools

Known tools 17

generate_video

Generate a faceless short-form video from a topic.

Inferred read-only
approve_draft

Approve a Director Mode draft (a generate_video call parked at status awaiting_approval) to start the paid render.

Inferred read-only
reject_draft

Discard a Director Mode draft (status awaiting_approval).

Inferred read-only
get_video_status

Check the status of a video generation job.

Inferred read-only
publish_video

Publish a finished video to the caller's connected social accounts (YouTube/TikTok/Instagram/Facebook).

Potential side effects
list_videos

List the caller's videos, newest first.

Inferred read-only
list_connected_platforms

List the caller's connected publish platforms/accounts (YouTube/TikTok/Instagram).

Potential side effects
save_draft

Save edits to a Director-mode draft (awaiting_approval) as its next revision - free, never triggers TTS.

Inferred read-only
export_captions

Export a video's captions as an SRT or VTT document, built from the stored word-timing transcript (free).

Inferred read-only
create_series

Create a recurring auto-generated video series (daily or weekly).

Potential side effects
list_series

List the caller's scheduled video series, newest first.

Inferred read-only
pause_series

Pause a series so it stops auto-generating episodes.

Inferred read-only
resume_series

Resume a paused series.

Inferred read-only
delete_series

Permanently delete a series and every video it has generated.

Potential side effects
list_analytics

List performance metrics (views/likes/comments/shares) for the caller's published videos, newest first.

Inferred read-only
estimate_cost

Estimate the credit cost of a video before generating it.

Inferred read-only
get_channel_recommendations

Get the caller's Channel Brain: measured hook/format performance and next-video recommendations, derived from published post analytics.

Potential side effects

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/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "shortloom": {
      "type": "http",
      "url": "https://shortloom.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: shortloom
Remote MCP URL: https://shortloom.ai/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/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "shortloom": {
      "type": "http",
      "url": "https://shortloom.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "shortloom",
  "transport": "streamable-http",
  "url": "https://shortloom.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 2

https://shortloom.ai/api/mcp

No auth detected

MCP server metadata

Name
shortloom
Version
1.0.0
Capabilities
tools

Known tools 17

generate_video

Generate a faceless short-form video from a topic.

Inferred read-only
approve_draft

Approve a Director Mode draft (a generate_video call parked at status awaiting_approval) to start the paid render.

Inferred read-only
reject_draft

Discard a Director Mode draft (status awaiting_approval).

Inferred read-only
get_video_status

Check the status of a video generation job.

Inferred read-only
publish_video

Publish a finished video to the caller's connected social accounts (YouTube/TikTok/Instagram/Facebook).

Potential side effects
list_videos

List the caller's videos, newest first.

Inferred read-only
list_connected_platforms

List the caller's connected publish platforms/accounts (YouTube/TikTok/Instagram).

Potential side effects
save_draft

Save edits to a Director-mode draft (awaiting_approval) as its next revision - free, never triggers TTS.

Inferred read-only
export_captions

Export a video's captions as an SRT or VTT document, built from the stored word-timing transcript (free).

Inferred read-only
create_series

Create a recurring auto-generated video series (daily or weekly).

Potential side effects
list_series

List the caller's scheduled video series, newest first.

Inferred read-only
pause_series

Pause a series so it stops auto-generating episodes.

Inferred read-only
resume_series

Resume a paused series.

Inferred read-only
delete_series

Permanently delete a series and every video it has generated.

Potential side effects
list_analytics

List performance metrics (views/likes/comments/shares) for the caller's published videos, newest first.

Inferred read-only
estimate_cost

Estimate the credit cost of a video before generating it.

Inferred read-only
get_channel_recommendations

Get the caller's Channel Brain: measured hook/format performance and next-video recommendations, derived from published post analytics.

Potential side effects

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.