← shortloom.ai

INDIVIDUAL MCP TOOL

get_channel_recommendations

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

shortloom.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://shortloom.ai/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_channel_recommendations and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

shortloom.ai

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

  • generate_video — Generate a faceless short-form video from a topic.
  • 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.