Voice Logica for LangChain
io.github.voicelogica/voice-logica
Manage Voice Logica agents, calls, phones, workflows, messaging, and integrations.
client:LangChain
transport:streamable-http
Install Voice Logica in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"voice-logica": {
"transport": "streamable_http",
"url": "https://api.voicelogica.ai/api/v1/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs