← scriptivox.com
INDIVIDUAL MCP TOOL
transcribe_url
Transcribe audio or video from a public URL using Scriptivox AI.
LIVE ENDPOINT
https://www.scriptivox.com/.well-known/mcp
Connect to this endpoint to inspect the live schema for transcribe_url 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
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/.well-known/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"com-scriptivox-www-transcription": {
"type": "http",
"url": "https://www.scriptivox.com/.well-known/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: com-scriptivox-www-transcription
Remote MCP URL: https://www.scriptivox.com/.well-known/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/.well-known/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"com-scriptivox-www-transcription": {
"type": "http",
"url": "https://www.scriptivox.com/.well-known/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "com-scriptivox-www-transcription",
"transport": "streamable-http",
"url": "https://www.scriptivox.com/.well-known/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_status— Check the status of a Scriptivox transcription job.transcribe_upload— Transcribe a LOCAL file by uploading it to Scriptivox.transcribe_cancel— Cancel an in-flight Scriptivox transcription and release any reserved balance.