# Happy Scribe — MCP server on mcp.ai > Connect your Happy Scribe account and use 20 tools for transcription straight from your AI agent. Connect with your own API key. Happy Scribe offers automatic and professional transcription services, converting audio and video files into text with high accuracy. By: mcp.ai · official Page: https://mcp.ai/happy_scribe ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_happy_scribe?ms=1787291340000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/happy_scribe/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/happy_scribe/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/happy_scribe/skill.md Postman collection (v2.1): https://mcp.ai/happy_scribe/postman.json ## Tools - happy_scribe_create_subtitle(transcription: object) — Create subtitles for a video file using Happy Scribe's automatic transcription service. Submits a video URL to be processed for subtitle generation. The video must be publicly accessible during ingest - happy_scribe_create_translation_task(target_language: string, source_transcription_id: string) — Creates an AI-powered translation task to translate an existing transcription into another language. Use this after a transcription is complete (state='automatic_done') to translate it. The task runs - happy_scribe_delete_transcription(id: string, permanent?: boolean) — Tool to delete a transcription job. Use when you have a transcription ID and want to remove it, optionally permanently. Use after confirming the transcription ID. - happy_scribe_delete_webhook(id: string) — Deletes a webhook by its ID. This action is idempotent: if the webhook does not exist or was already deleted, it returns success. Use Get Webhooks to retrieve available webhook IDs. - happy_scribe_get_account_details(organization_id?: string) — Tool to retrieve details about your account, including subscription status and usage statistics. Use after authenticating your API key to monitor plan and usage. - happy_scribe_get_language_list(filter_human_service?: boolean) — Retrieve the list of supported language codes for Happy Scribe transcription services. Returns BCP-47 language codes and indicates which languages have human transcription service available. This is a - happy_scribe_get_rate_limit() — Get Happy Scribe API rate limit information. Returns the documented rate limit for the Happy Scribe API: - Default limit: 200 requests per hour - Applies only to the transcription creation endpoint - - happy_scribe_get_signed_upload_url(filename: string) — Tool to get a signed URL for uploading a file to Happy Scribe's S3 storage. Use before creating a transcription or order to obtain a secure upload URL for your media file. - happy_scribe_hs_confirm_order(id: string) — Tool to confirm a pending order. Use after creating an order with confirm=false when you're ready to submit it for processing. - happy_scribe_hs_create_translation_order(order: object) — Tool to create a translation order from an existing transcription. Use when you have a completed transcription and want translations into one or more languages. By default, the order remains incomplet - happy_scribe_hs_export_transcription(format: string, showComments?: boolean, showSpeakers?: boolean, showHighlights?: boolean, showTimestamps?: boolean, transcriptionIds: string[], showHighlightsOnly?: boolean, timestampsFrequency?: string) — Creates an export job to download transcription content in various formats. Use this action after a transcription job completes (state='automatic_done'). First obtain transcription IDs using the List - happy_scribe_hs_get_api_version(organization_id?: string, endpoint_preference?: string) — Tool to retrieve current API version and check for updates. If Happy Scribe does not expose a dedicated /version endpoint, this tool attempts to infer the version from HTTP response headers or from th - happy_scribe_hs_get_error_codes() — Returns a list of HTTP error codes used by the Happy Scribe API along with their descriptions. Use this tool to understand what different error responses mean when calling other Happy Scribe API endpo - happy_scribe_hs_get_supported_formats(limit?: integer, test_note?: string, include_audio?: boolean, include_video?: boolean, export_category?: string) — Tool to retrieve supported file formats. Use when you need to know available input and output formats before creating a transcription or subtitle. If a dedicated '/formats' endpoint is unavailable, th - happy_scribe_hs_get_transcription(id: string) — Tool to retrieve details and status of a specific transcription job. Use after creating or listing transcription jobs to inspect a particular job's metadata. - happy_scribe_hs_get_webhooks(organization_id?: string) — Tool to retrieve webhooks configured for your account. Note: Happy Scribe's public API does not have a dedicated webhooks listing endpoint. Webhooks are specified via webhook_url when creating orders. - happy_scribe_hs_retrieve_export(id: string) — Tool to retrieve information about a specific export. Use when you need to check export status and get download link. - happy_scribe_hs_retrieve_translation_task(id: string) — Retrieves the status and details of a translation task by its ID. Use this after creating a translation task with HAPPY_SCRIBE_CREATE_TRANSLATION_TASK to check progress (state: initial, working, faile - happy_scribe_list_transcriptions(page?: integer, tags?: string[], folder_id?: string, organization_id: string) — Retrieves a paginated list of transcription jobs for a Happy Scribe organization. Returns transcription metadata including ID, name, processing state, language, and duration. Supports filtering by fol - happy_scribe_retrieve_order(id: string) — Retrieve details of a Happy Scribe order by its ID. Returns order state, pricing, operations, and inputs. Use this to check order status, verify pricing details, or get information about translation/t ## Example prompts - "What can I do in Happy Scribe?" - "Show me a summary of my Happy Scribe account" ## Links Docs: https://mcp.ai/docs/mcps/happy_scribe Website: https://mcp.ai/mcps/happy_scribe