← shortloom.ai

INDIVIDUAL MCP TOOL

list_analytics

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

shortloom.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://shortloom.ai/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_analytics 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

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/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.

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.