INDIVIDUAL MCP TOOL
transcription_status
[DEPRECATED — use transcribe_status instead] Alias kept for backward compatibility with @scriptivox/mcp-server@1.0.x.
LIVE ENDPOINT
https://platform.scriptivox.com/.well-known/mcp
Connect to this endpoint to inspect the live schema for transcription_status and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
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://platform.scriptivox.com/.well-known/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"com-scriptivox-www-transcription": {
"type": "http",
"url": "https://platform.scriptivox.com/.well-known/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: com-scriptivox-www-transcription
Remote MCP URL: https://platform.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://platform.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://platform.scriptivox.com/.well-known/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "com-scriptivox-www-transcription",
"transport": "streamable-http",
"url": "https://platform.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_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.