MCP server
Fast Transcriber MCP server
Connect an MCP-compatible AI assistant to hosted or local Fast Transcriber tools.
Choose hosted or local
Hosted Streamable HTTP
Best for public media links. Nothing to install, and the remote server exposes three safe job tools.
Hosted setupLocal stdio package
Adds controlled local-file access and a wait tool. Runs on the same machine as the MCP client.
Local setupTools
| Field | Type | Description |
|---|---|---|
transcribe_url | url, speaker_diarization | Queue one public media URL. |
get_transcription | id | Get one job and its completed result. |
list_transcriptions | limit | List recent jobs for the API account. |
transcribe_file | path, speaker_diarization | Local only: upload and queue an allowed local file. |
wait_for_transcription | id, timeout_seconds | Local only: poll until a job completes or fails. |
Authentication
Hosted MCP uses the same Fast Transcriber bearer key as the REST API. OAuth is not currently advertised, so the MCP client must support a custom Authorization header.
Authorization: Bearer ft_live_replace_me