# SHRP — Voice & Transcript Workflow Platform > SHRP turns audio, video, speech, YouTube content, and text into transcripts, notes, content drafts, natural speech, saved history, and automation workflows. Basic tools work without signup. Signed-in users can save transcripts and generated outputs, reopen work later, and connect SHRP to apps or AI agents with REST API and MCP. ## Core Tools - [Speech to Text](https://shrp.app/speech-to-text): Free live voice transcription in your browser. No login required. 55+ languages. - [Text to Speech](https://shrp.app/text-to-speech): Convert text to natural audio with Google Neural voices in 63+ languages. Download as MP3. - [YouTube to Text](https://shrp.app/youtube-to-text): Retrieve the available transcript for a YouTube video. Copy as clean text or download as TXT, SRT, or VTT. Free, no login required. - [Smart Voice Tools](https://shrp.app/smart-voice-tools): Turn transcripts into summaries, study notes, key takeaways, blog drafts, LinkedIn posts, X threads, meeting notes, action items, and emails using AI. ## Key Pages - [Homepage](https://shrp.app/): Workflow-led overview for capture, transcription, transformation, saved work, and automation - [Pricing](https://shrp.app/pro): Free, Cloud ($3/mo), Starter ($7/mo), Pro ($15/mo). Pay-as-you-go credits also available. - [Features](https://shrp.app/features): Full feature list including speaker diarization, confidence heatmap, SRT export, saved history, and cloud sync - [How It Works](https://shrp.app/how-it-works): Step-by-step guide - [FAQ](https://shrp.app/faq): Common questions answered - [About](https://shrp.app/about): Built by Digiwares - [Developers](https://shrp.app/developers): REST API documentation for speech-to-text, text-to-speech, and YouTube transcript workflows - [MCP](https://shrp.app/mcp): MCP server setup for Claude Desktop, Cursor, Windsurf, and AI-agent workflows ## Use Case Pages - [Lecture Transcription](https://shrp.app/lecture-transcription): Convert lectures, seminars, and classroom recordings into transcripts and study material. - [Study Notes AI](https://shrp.app/study-notes-ai): Turn transcripts and YouTube content into structured study notes. - [YouTube Transcript API](https://shrp.app/youtube-transcript-api): Focused developer page for extracting YouTube transcripts through SHRP API. - [For Journalists](https://shrp.app/for/journalists): Interview transcription for deadline-driven reporters - [For Researchers](https://shrp.app/for/researchers): Qualitative research transcription with accuracy focus - [For Podcasters](https://shrp.app/for/podcasters): Podcast transcription workflow and show notes - [How to Transcribe an Interview](https://shrp.app/how-to/transcribe-an-interview): Step-by-step guide - [How to Transcribe a Podcast](https://shrp.app/how-to/transcribe-a-podcast): FAQ format guide - [SHRP vs Otter.ai](https://shrp.app/vs/otter): Honest feature comparison ## Developer API SHRP exposes a REST API for developers, automations, and AI agents. All endpoints use Bearer token auth (`Authorization: Bearer shrp_live_...`). API keys are generated at https://shrp.app/dashboard/api-keys. Full documentation is available at https://shrp.app/developers. ### Available Endpoints - `POST /api/v1/youtube-transcript`: Extract transcript from a YouTube video URL. Returns plain text or SRT. No credits charged. Rate limit: 20 requests/key/day. Fields: `url` (required), `format` ("text" or "srt"). - `POST /api/v1/tts`: Convert text to speech using Google Neural voices. Returns base64-encoded MP3. Uses account's TTS character quota. Fields: `text`, `voiceName`, `languageCode`, `speed` (0.25–4.0). - `POST /api/v1/transcribe`: AI file transcription via AssemblyAI. Multipart upload; returns transcript text, duration, word count, confidence, and optional speaker-labelled utterances on Starter/Pro. Fields: `file` (required), `language` (optional), `speaker_labels` (optional, Starter/Pro only). Does not store the uploaded file or create dashboard history. ### API Limits - YouTube transcript: 20 requests/key/day, resets midnight UTC - TTS: free accounts 500 chars/request; paid accounts 2,000 chars/request; monthly quota shared with web UI - Transcribe: cloud 60 minutes/month; starter 200 minutes/month; pro 1500 minutes/month; 100MB direct upload - API keys: free accounts get 2 keys; paid accounts get 10 ## MCP Server SHRP provides an MCP (Model Context Protocol) server so AI tools like Claude Desktop, Cursor, and Windsurf can use SHRP transcript and speech workflows with an API key. Full setup details are at https://shrp.app/mcp. ### MCP Tools - `youtube_transcript`: Extract transcript from a YouTube URL. Returns plain text or SRT. - `text_to_speech`: Convert text to speech. Returns base64 MP3. Speech-to-text is available through the REST endpoint `POST /api/v1/transcribe`. The MCP transcribe tool is not exposed yet. ### MCP Config ```json { "mcpServers": { "shrp": { "url": "https://shrp.app/api/mcp", "headers": { "Authorization": "Bearer shrp_live_..." } } } } ``` ## Technical Details - Browser-based: works on Chrome, Edge, Safari — no download needed - Microphone mode: uses Web Speech API (runs locally, audio never leaves device) - File upload: powered by AssemblyAI (supports 100+ languages; speaker diarization on Starter/Pro) - Text-to-speech: Google Cloud TTS with WaveNet, Neural2, Chirp3 HD, Studio, Journey, and News voices - AI features: powered by Claude (Anthropic) for summarization, extraction, enhancement - Saved work: signed-in users can reopen YouTube transcripts, generated outputs, TTS generations, and transcription history - Privacy-first: no Google Analytics, no Facebook Pixel, no session recording ## Pricing - Free: unlimited voice typing, 10K base TTS chars plus 5K signup bonus, 25 cloud projects - Cloud ($3/mo): unlimited cloud sync, 60 transcription min/month, 100MB uploads - Starter ($7/mo): 200 transcription min/month, 100MB uploads, speaker labels, AI extraction, 200K TTS chars/month - Pro ($15/mo): 1500 transcription min/month, 500MB uploads, 500K TTS chars/month, priority processing - Credits: pay-as-you-go from $5, never expire ## Contact - Email: hello@shrp.app - Website: https://shrp.app - Parent company: Digiwares (https://digiwares.xyz)