← brainiall.com
INDIVIDUAL MCP TOOL
get_phoneme_inventory
Get the full phoneme inventory supported by the pronunciation scorer.
LIVE ENDPOINT
https://apim-ai-apis.azure-api.net/mcp/pronunciation/mcp
Connect to this endpoint to inspect the live schema for get_phoneme_inventory 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://apim-ai-apis.azure-api.net/mcp/pronunciation/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"speech-ai": {
"type": "http",
"url": "https://apim-ai-apis.azure-api.net/mcp/pronunciation/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: speech-ai
Remote MCP URL: https://apim-ai-apis.azure-api.net/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://apim-ai-apis.azure-api.net/mcp/pronunciation/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"speech-ai": {
"type": "http",
"url": "https://apim-ai-apis.azure-api.net/mcp/pronunciation/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "speech-ai",
"transport": "streamable-http",
"url": "https://apim-ai-apis.azure-api.net/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 pronunciation assessment service is healthy and ready.transcribe_audio— Transcribe audio to text with word-level timestamps.check_stt_service— Check if the speech-to-text service is healthy and ready.synthesize_speech— Generate natural speech audio from English text.list_tts_voices— List all available text-to-speech voices with metadata.check_tts_service— Check if the text-to-speech service is healthy and ready.transcribe_audio_pro— Transcribe audio with Whisper Large V3 Turbo — multilingual STT.