← brainiall.com
INDIVIDUAL MCP TOOL
voice_id_identify
1:N identification — rank everyone enrolled in the group against this clip.
LIVE ENDPOINT
https://api.brainiall.com/mcp/pronunciation/mcp
Connect to this endpoint to inspect the live schema for voice_id_identify 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
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.speech-ai]
url = "https://api.brainiall.com/mcp/pronunciation/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"speech-ai": {
"type": "http",
"url": "https://api.brainiall.com/mcp/pronunciation/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: speech-ai
Remote MCP URL: https://api.brainiall.com/mcp/pronunciation/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": {
"speech-ai": {
"url": "https://api.brainiall.com/mcp/pronunciation/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"speech-ai": {
"type": "http",
"url": "https://api.brainiall.com/mcp/pronunciation/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "speech-ai",
"transport": "streamable-http",
"url": "https://api.brainiall.com/mcp/pronunciation/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
assess_pronunciation— Assess English pronunciation quality from audio.check_pronunciation_service— Check if the Brainiall Pronunciation service is healthy and ready.get_phoneme_inventory— Get the full phoneme inventory supported by the pronunciation scorer.transcribe_audio— Transcribe audio to text with word-level timestamps.check_stt_service— Check if the Brainiall Speech service is healthy and ready.voice_id_enroll— Enroll a voiceprint for a speaker from ~2s of clear speech.voice_id_verify— 1:1 verification — is this clip the enrolled speaker?voice_id_list_speakers— List the speakers enrolled in a group.