Veles CPQ for LangChain
com.getveles/cpq
Configure, price, and quote with Veles CPQ
client:LangChain
transport:streamable-http
Install Veles CPQ in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"cpq": {
"transport": "streamable_http",
"url": "https://app.getveles.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs