# Algrow MCP Server > Connect Algrow's YouTube intelligence to Claude via MCP. ## Tools - search_shorts_channels: Find competitors and similar Shorts channels with AI search, filters, and growth metrics - search_longform_channels: Find competitors and similar Longform channels with monetization status and duration filters - search_viral_videos: Find viral videos or similar videos by video_id across Shorts and Longform with view and upload filters - search_by_thumbnail: Find thumbnails by visual similarity or niche/topic — for competitive research, thumbnail analysis, or finding thumbnail styles - search_terminated_channels: Search terminated/deleted YouTube channels with metadata and growth metrics at time of termination - scrape_youtube: Scrape video data, transcripts, and comments from any YouTube channel or video - read_transcript: Fetch full transcript text for a YouTube video using the transcript_url from scrape_youtube results - list_voices: Browse ElevenLabs and Stealth TTS voices - generate_tts: Generate text-to-speech audio with hosted URL output - get_tts_job_status: Check TTS generation job status - list_tts_jobs: List recent TTS jobs - clone_voice: Clone a voice from an audio sample using the Stealth voice engine - delete_voice: Delete a cloned Stealth voice - generate_image: Generate AI images from text prompts with optional reference images - generate_video: Generate AI videos from text prompts (Sora, Kling, Veo, Grok) - remove_captions: Remove captions and watermarks from a video - remove_sora_watermark: Remove the Sora watermark from a video - health_check: Check API health ## Setup ```bash claude mcp add algrow --transport http https://mcp.algrow.online/mcp --header "Authorization: Bearer your-api-key-here" ``` Or add to `.mcp.json`: ```json { "mcpServers": { "algrow": { "type": "http", "url": "https://mcp.algrow.online/mcp", "headers": { "Authorization": "Bearer your-api-key-here" } } } } ``` ## Docs - Full docs: https://algrow.online/mcp/docs - Full docs for LLMs: https://algrow.online/mcp/llms-full.txt - REST API docs: https://algrow.online/api/docs