← nicevois.com

INDIVIDUAL MCP TOOL

list_training_jobs

Use this to find the authenticated user's recent NiceVois jobs before asking for a job ID they may not know.

nicevois.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://nicevois.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_training_jobs 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

nicevois.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.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.
  • start_training — Use this only after the source audio was successfully PUT to the upload URL returned by create_training_job.
  • get_training_job — Use this to check truthful stage, completed epochs, ETA, and artifact readiness for one private NiceVois training job.