Skip to content
LangChain

Kelam Voice Agents for LangChain

io.github.nousdata/kelam

Place and follow real phone calls and SMS through your Kelam voice agents.

client:LangChain transport:streamable-http

Install Kelam Voice Agents in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "kelam": {
            "transport": "streamable_http",
            "url": "https://api.kelam.sh/mcp",
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

Kelam Voice Agents in other clients