Skip to content
LangChain

Klarix Intelligence Engine for LangChain

ai.klarix/intelligence

Cited competitive intelligence: prospect scoring, battlecards, SWOT, and tech-stack teardowns.

client:LangChain transport:streamable-http tools:15

Install Klarix Intelligence Engine in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "intelligence": {
            "transport": "streamable_http",
            "url": "https://mcp.klarix.ai/mcp",
        }
})

tools = await client.get_tools()

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

What LangChain can do once it is connected

Klarix Intelligence Engine in other clients