AgentPhone-Apex for LangChain
io.github.evozim/agent-phone
Multi-channel voice and SMS gateway interface for AI communication.
client:LangChain
transport:sse
Install AgentPhone-Apex in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"agent-phone": {
"transport": "streamable_http",
"url": "https://agent-phone-mcp.vercel.app/api/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs