Brainiall Pronunciation for LangChain
com.brainiall/pronunciation
Pronunciation assessment, phoneme scoring, speaker voice ID, audio transcription, speech synthesis.
client:LangChain
transport:streamable-http
tools:14
Install Brainiall Pronunciation in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"pronunciation": {
"transport": "streamable_http",
"url": "https://api.brainiall.com/mcp/pronunciation/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs