Phano Intelligence Platform for LangChain
ai.phano/intelligence
Read-only account intelligence for Customer Success and Account Management teams.
client:LangChain
transport:streamable-http
Install Phano Intelligence Platform in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"intelligence": {
"transport": "streamable_http",
"url": "https://phano.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