MCP server

Hosted MCP setup

Connect to the stateless Streamable HTTP server for public-link transcription.

Endpoint

text
https://fast-transcriber.com/api/mcp

The hosted server is stateless and accepts MCP Streamable HTTP requests through POST. HTTP GET and DELETE return 405.

Client configuration

MCP client
{
  "mcpServers": {
    "fast-transcriber": {
      "url": "https://fast-transcriber.com/api/mcp",
      "headers": {
        "Authorization": "Bearer ft_live_replace_me"
      }
    }
  }
}
Client capability required
The hosted endpoint currently requires an MCP client that can attach a custom bearer header.

Hosted tools

FieldTypeDescription
transcribe_urlurl, speaker_diarizationQueue one public media URL.
get_transcriptionidGet one job and its completed result.
list_transcriptionslimitList recent jobs for the API account.

Boundaries

  • The hosted server can queue public URLs, retrieve one job, and list recent jobs.
  • It cannot read files from the user's computer.
  • It does not expose a wait tool; the calling assistant must check status again.
  • Use the local package when an AI client must upload permitted local files.
© 2026 FastTranscriberBuilt for developers who work with speech.