← scriptivox.com

INDIVIDUAL MCP TOOL

get_billing_history

Read the signed-in person's billing history: plan invoices, add-on charges, lifetime purchases and API deposits, newest first, with links to each Stripe invoice.

scriptivox.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://platform.scriptivox.com/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

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://platform.scriptivox.com/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "com-scriptivox-www-transcription",
  "transport": "streamable-http",
  "url": "https://platform.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.