INDIVIDUAL MCP TOOL
tts_jobs_cancel
Cancel a waiting or processing TTS job without refunding the accepted charge.
LIVE ENDPOINT
https://apick.app/mcp/convert
Connect to this endpoint to inspect the live schema for tts_jobs_cancel 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
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.app-apick-convert]
url = "https://apick.app/mcp/convert"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"app-apick-convert": {
"type": "http",
"url": "https://apick.app/mcp/convert"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: app-apick-convert
Remote MCP URL: https://apick.app/mcp/convert
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": {
"app-apick-convert": {
"url": "https://apick.app/mcp/convert"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"app-apick-convert": {
"type": "http",
"url": "https://apick.app/mcp/convert"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "app-apick-convert",
"transport": "streamable-http",
"url": "https://apick.app/mcp/convert"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
stt— Convert a speech audio file to text (STT).tts_jobs_create— Create an asynchronous Korean narration job with one of 17 voices.tts_jobs_status— Get the public status and result availability of a TTS job.tts_jobs_result— Download the completed MP3 result once as base64.tts_jobs_subtitles— Download the completed ASS subtitles once as base64.tts_jobs_quality— TTS 발화별 검수 결과와 후보 이력을 조회합니다.tts_jobs_retry— 실패 발화만 같은 작업에서 재개합니다.tts_jobs_candidate_audio— 품질 이력의 후보 WAV를 조회합니다.