Content Tools
shortloom.ai
Generates faceless short-form videos from a topic, manages approval and rendering, and publishes finished videos to connected social accounts.
ENDPOINT 1
https://shortloom.ai/mcp
MCP server metadata
- Name
- shortloom
- Version
- 1.0.0
Known tools 17
approve_draftApprove a Director Mode draft (a generate_video call parked at status awaiting_approval) to start the paid render.
Inferred read-onlypublish_videoPublish a finished video to the caller's connected social accounts (YouTube/TikTok/Instagram/Facebook).
Potential side effectslist_connected_platformsList the caller's connected publish platforms/accounts (YouTube/TikTok/Instagram).
Potential side effectssave_draftSave edits to a Director-mode draft (awaiting_approval) as its next revision - free, never triggers TTS.
Inferred read-onlyexport_captionsExport a video's captions as an SRT or VTT document, built from the stored word-timing transcript (free).
Inferred read-onlycreate_seriesCreate a recurring auto-generated video series (daily or weekly).
Potential side effectslist_analyticsList performance metrics (views/likes/comments/shares) for the caller's published videos, newest first.
Inferred read-onlyget_channel_recommendationsGet the caller's Channel Brain: measured hook/format performance and next-video recommendations, derived from published post analytics.
Potential side effectsCONNECT 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
MCP server metadata
- Name
- shortloom
- Version
- 1.0.0
Known tools 17
approve_draftApprove a Director Mode draft (a generate_video call parked at status awaiting_approval) to start the paid render.
Inferred read-onlypublish_videoPublish a finished video to the caller's connected social accounts (YouTube/TikTok/Instagram/Facebook).
Potential side effectslist_connected_platformsList the caller's connected publish platforms/accounts (YouTube/TikTok/Instagram).
Potential side effectssave_draftSave edits to a Director-mode draft (awaiting_approval) as its next revision - free, never triggers TTS.
Inferred read-onlyexport_captionsExport a video's captions as an SRT or VTT document, built from the stored word-timing transcript (free).
Inferred read-onlycreate_seriesCreate a recurring auto-generated video series (daily or weekly).
Potential side effectslist_analyticsList performance metrics (views/likes/comments/shares) for the caller's published videos, newest first.
Inferred read-onlyget_channel_recommendationsGet the caller's Channel Brain: measured hook/format performance and next-video recommendations, derived from published post analytics.
Potential side effectsCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.