INDIVIDUAL MCP TOOL
start_training
Use this only after the source audio was successfully PUT to the upload URL returned by create_training_job.
LIVE ENDPOINT
https://nicevois.com/api/mcp
Connect to this endpoint to inspect the live schema for start_training 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 contains a write-action term.
- 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.nicevois-rvc-training]
url = "https://nicevois.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"nicevois-rvc-training": {
"type": "http",
"url": "https://nicevois.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: nicevois-rvc-training
Remote MCP URL: https://nicevois.com/api/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": {
"nicevois-rvc-training": {
"url": "https://nicevois.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"nicevois-rvc-training": {
"type": "http",
"url": "https://nicevois.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "nicevois-rvc-training",
"transport": "streamable-http",
"url": "https://nicevois.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_training_requirements— Use this before training an AI voice to confirm NiceVois input formats, duration and epoch limits, consent requirements, outputs, retention, and the exact upload workflow.create_training_job— Creates a private NiceVois job and returns a one-time PUT upload URL.get_training_job— Use this to check truthful stage, completed epochs, ETA, and artifact readiness for one private NiceVois training job.list_training_jobs— Use this to find the authenticated user's recent NiceVois jobs before asking for a job ID they may not know.