← uruads.ai

INDIVIDUAL MCP TOOL

plan_longform_edit

Plan an edit of LONG-FORM raw footage (multi-take recordings, podcasts — any length).

uruads.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.uruads.ai/mcp

No auth detected

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

uruads.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.uruads]
url = "https://mcp.uruads.ai/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • account — Get the current uruads user account, plan, credit balances (videos, images, avatar, research scrapes) and brand scope (active brand or all accessible brands).
  • list_brands — List every brand this API key can act on — brands the user owns plus brands shared with a team they belong to — and which one is active for this session.
  • use_brand — Pin this session to one brand (id from list_brands) so every later tool call is scoped to it — required for generate_content_plan.
  • list_social_accounts — List connected social accounts (TikTok, Instagram, LinkedIn).
  • get_trends — Search trending content and viral hook formulas.
  • search_inspiration — Account-level research, the way the dashboard works: searches the inspiration corpus for a brand handle, hashtag or keyword on one platform, reports when that search was last scraped, and — with refresh "auto" (default) — triggers a NEW scrape as the authenticated account when the search is unscraped or older than 24h, charging 1 research credit (see account → usage.research).
  • get_scrape_status — Deprecated: use get_job.
  • list_competitors — List the tracked competitor accounts for the active brand (requires use_brand / X-Brand-Id): platform, handle, followers, tracking state, last_scraped_at, content_count, plus the plan's tracking limits.