{
  "serverInfo": {
    "name": "transcribe.so",
    "version": "1.5.0"
  },
  "description": "Transcribe audio and video (YouTube URL, platform URL, direct file URL, or upload), then retrieve speaker-labelled transcripts, chapters, cited Q&A, and paste-ready timestamps, word-level timings, and subtitle files (SRT/VTT/JSON) from your library, and render hosted captioned MP4 clips (audiogram style, 1-60 s, flat $0.05 per started 60 s) of any completed transcription. Ask live questions about one transcription or across the whole library (cited answers with timestamps). Includes price quotes, keyword search and fetch over your transcripts, and an account/balance tool.",
  "url": "https://transcribe.so/mcp",
  "registry": "https://transcribe.so/.well-known/mcp/server.json",
  "transport": {
    "type": "streamable-http"
  },
  "capabilities": {
    "tools": true
  },
  "tools": [
    "getAccount",
    "listPipelines",
    "listTranscriptions",
    "getTranscription",
    "getTranscriptionResult",
    "waitForTranscription",
    "getTranscriptionTimestamps",
    "getTranscriptionWords",
    "getSubtitles",
    "getClip",
    "getQuote",
    "search",
    "fetch",
    "askTranscription",
    "askLibrary",
    "transcribe",
    "createUpload",
    "renderClip",
    "regeneratePostingChapters",
    "retryTranscription",
    "deleteTranscription"
  ],
  "rest_only": ["registered webhooks (per-request callback_url is available on transcribe)", "realtime sessions", "tus uploads", "addons"],
  "authentication": {
    "required": true,
    "type": "oauth2",
    "alternatives": ["bearer API key (tsk_live_...)"],
    "protected_resource_metadata": "https://transcribe.so/.well-known/oauth-protected-resource"
  },
  "documentation": "https://transcribe.so/developers/docs#mcp"
}
