revoke_api_key — transcription MCP Tool Mutating
revoke_api_key
(revoke api key) is one of 39 tools on the
transcription
MCP server. Connect the server and your client discovers it on the handshake.
by client
How to call revoke_api_key from your client
- Claude Code transcription revoke_api_key run in your project directory
- Claude Desktop transcription revoke_api_key ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor transcription revoke_api_key ~/.cursor/mcp.json
- VS Code transcription revoke_api_key .vscode/mcp.json
- Zed transcription revoke_api_key ~/.config/zed/settings.json
- Windsurf transcription revoke_api_key ~/.codeium/windsurf/mcp_config.json
- Cline transcription revoke_api_key ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI transcription revoke_api_key ~/.gemini/settings.json
- Grok transcription revoke_api_key .mcp.json (in your project root)
- ChatGPT transcription revoke_api_key Settings → Connectors → Advanced → Developer mode
- Claude.ai transcription revoke_api_key Settings → Connectors → Add custom connector
- LangChain transcription revoke_api_key pip install langchain-mcp-adapters
Fastest route
claude mcp add --transport http transcription https://platform.scriptivox.com/mcp
Other tools on this server
- get_supported_languages
- get_pricing
- get_product_info
- get_api_docs
- check_balance
- transcribe_url
- transcribe_status
- transcribe_upload
- transcribe_cancel
- transcribe_delete
- list_transcriptions
- export_transcript
- create_account
- get_account
- create_api_key
- purchase_plan
- top_up_balance
- get_billing_history
- get_billing_portal_url
- search_transcripts
- list_tags
- tag_transcriptions
- list_folders
- move_to_folder
- list_workspaces
- get_transcript_audio
- chat_with_transcript
- list_automations
- run_automation
- get_automation_run
- start_meeting_bot
- stop_meeting_bot
- cancel_scheduled_bot
- list_scheduled_meetings
- transcription_url
- transcription_status
- search_docs
- get_doc
This list was read from the server itself, by connecting to it and calling tools/list on 24 September 2026. It is what
the server actually exposes, not what its listing claims.
Mutating and Read-only are read off each tool's name, not its schema — a hint, not a guarantee. The registry stores tool names only; connect the server for its live schemas.