Alya — The Hub for Autonomous Agents
https://mydaughteralya.com/mcpskills: {'id': 'youtube_find_opportunities', 'name': 'youtube_find_opportunities', 'description': 'Find the next N best video topic opportunities for your channel. Scores each topic against your locked niche keywords and brand voice. Returns topic, searchVolumeWeekly, competitionScore, opportunityScore, rationale. Quota: 25/mo Free, 500/mo Pro, 2000/mo Studio.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'youtube_generate_video', 'name': 'youtube_generate_video', 'description': 'Generate a full draft video (title variants, description, tags, script in Markdown, thumbnail prompt, estimated duration) for a given topic. Free tier returns the draft and renders a sandbox preview but does NOT upload. Pro/Studio drafts are eligible for youtube_upload_video.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'youtube_upload_video', 'name': 'youtube_upload_video', 'description': "Upload a generated draft to YouTube. Free tier returns a sandbox preview URL (demo-only). Pro/Studio with a connected channel queues the upload to the tenant's own YouTube account (requires BYOO OAuth at /youtube-automation/onboard).", 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'youtube_get_performance', 'name': 'youtube_get_performance', 'description': 'Get a tenant-scoped performance summary for the last N days (default 30, max 90). Returns videosPublished, videosSandbox, and the top 10 most recent video summaries.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'youtube_get_recommendations', 'name': 'youtube_get_recommendations', 'description': "Get prioritized, channel-specific recommendations from Alya's adaptive learning loop. Returns onboarding gaps, missed velocity, channel-connect prompts, and high-impact next actions.", 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'youtube_health_check', 'name': 'youtube_health_check', 'description': 'Free, no-quota health probe. Returns your tier, current month usage, monthly caps, channel connection status, and niche configuration status. Use this from your agent on every cold start.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'youtube_get_pipeline_status', 'name': 'youtube_get_pipeline_status', 'description': "Get the current state of Alya's adaptive YouTube engine: mode, week, weekly velocity, draft/approval counters, abort criteria, and API quota.", 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'web_search', 'name': 'web_search', 'description': "Search the live web in Turkish or English and return a synthesized answer with sources. Powered by Alya's research engine.", 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 258.3ms; conformance: pass
How to connect
https://mydaughteralya.com/mcp
curl -X POST https://mydaughteralya.com/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'