Skip to content
Back to search
100
MCP live MCP 2026-07-28 streamable-http

FieldTranscript

com.fieldtranscript/transcriber

Verbatim transcription of public video/audio URLs to clean text, SRT, and timestamped records.

Uptime
100.0%
1 direct probes · 30d
Response
1240ms
last probe
Tools
4
callable
Resources
0
readable
Prompts
0
available

Tools · 4

submit_transcription

Submit a public video or audio URL (YouTube etc.) for verbatim transcription. Returns a job_id immediately. Transcription takes ~1-10 minutes: poll get_job with the job_id every 30-60 seconds until st…

get_job

Check a transcription job. Returns status (queued / working / done / error) and metadata. Set include_transcript=true only once status is 'done' and you actually need the full text in context - transc…

list_jobs

List all transcription jobs on your account, newest first.

delete_job

Permanently delete a finished (done or errored) transcription job and its stored text. Refused while the job is queued or running. This cannot be undone.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "fieldtranscript": {
      "url": "https://mcp.fieldtranscript.com/mcp",
      "transport": "streamable-http"
    }
  }
}