ENDPOINT 1
https://mcp.fieldtranscript.com/mcp
MCP server metadata
- Name
- FieldTranscript
Verbatim transcription of videos and audio for LLM use. Submit a public video/audio URL, poll until done, then fetch the transcript. Jobs take roughly 1-10 minutes depending on length. Media is deleted from the server the moment the text is ready; only the text is kept.
Known tools 4
delete_jobPermanently delete a finished (done or errored) transcription job and its stored text.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.fieldtranscript]
url = "https://mcp.fieldtranscript.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"fieldtranscript": {
"type": "http",
"url": "https://mcp.fieldtranscript.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: fieldtranscript
Remote MCP URL: https://mcp.fieldtranscript.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"fieldtranscript": {
"url": "https://mcp.fieldtranscript.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"fieldtranscript": {
"type": "http",
"url": "https://mcp.fieldtranscript.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "fieldtranscript",
"transport": "streamable-http",
"url": "https://mcp.fieldtranscript.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for fieldtranscript.com was fetched 2026-08-23T21:55:37.046Z.
fieldtranscript.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.