← mydaughteralya.com

INDIVIDUAL MCP TOOL

youtube_upload_video

Upload a generated draft to YouTube.

mydaughteralya.comnone authenticationAvailability not checked

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 endpoint

mydaughteralya.com

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.alya-hub]
url = "https://mydaughteralya.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "alya-hub": {
      "type": "http",
      "url": "https://mydaughteralya.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "alya-hub": {
      "type": "http",
      "url": "https://mydaughteralya.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "alya-hub",
  "transport": "streamable-http",
  "url": "https://mydaughteralya.com/mcp"
}
MCP Inspector

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

Related tools

  • youtube_find_opportunities — Find the next N best video topic opportunities for your channel.
  • youtube_generate_video — Generate a full draft video (title variants, description, tags, script in Markdown, thumbnail prompt, estimated duration) for a given topic.
  • youtube_get_performance — Get a tenant-scoped performance summary for the last N days (default 30, max 90).
  • youtube_get_recommendations — Get prioritized, channel-specific recommendations from Alya's adaptive learning loop.
  • youtube_health_check — Free, no-quota health probe.
  • youtube_get_pipeline_status — Get the current state of Alya's adaptive YouTube engine: mode, week, weekly velocity, draft/approval counters, abort criteria, and API quota.
  • web_search — Search the live web in Turkish or English and return a synthesized answer with sources.
  • image_gen — Generate a 1024x1024 image from a text prompt using FLUX.