← scriptivox.com

INDIVIDUAL MCP TOOL

get_transcript_audio

Return a time-limited signed URL for the source audio or video of an existing transcription, so it can be handed to another tool or streamed.

scriptivox.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://www.scriptivox.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_transcript_audio and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent server

scriptivox.com

CONNECT 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.com-scriptivox-www-transcription]
url = "https://www.scriptivox.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "com-scriptivox-www-transcription": {
      "type": "http",
      "url": "https://www.scriptivox.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: com-scriptivox-www-transcription
Remote MCP URL: https://www.scriptivox.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": {
    "com-scriptivox-www-transcription": {
      "url": "https://www.scriptivox.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "com-scriptivox-www-transcription": {
      "type": "http",
      "url": "https://www.scriptivox.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "com-scriptivox-www-transcription",
  "transport": "streamable-http",
  "url": "https://www.scriptivox.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_supported_languages — List all languages supported by Scriptivox for audio/video transcription.
  • get_pricing — Get Scriptivox pricing information including subscription plans (Free, Pro, Team) and API pay-as-you-go rates.
  • get_product_info — Get information about Scriptivox capabilities: transcription, audio tools, video tools, subtitle tools, meeting bot, or API.
  • get_api_docs — Get Scriptivox API documentation.
  • check_balance — Check your Scriptivox API credit balance, available hours, and pricing.
  • transcribe_url — Transcribe audio or video from a public URL using Scriptivox AI.
  • transcribe_status — Check the status of a Scriptivox transcription job.
  • transcribe_upload — Transcribe a LOCAL file by uploading it to Scriptivox.