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
- find_matched_prospects
- score_prospect_fit
- get_competitor_battlecard
- analyze_head_to_head
- get_company_intelligence
- generate_outreach_sequence
- generate_swot_analysis
- get_deep_research
- search_scientific_evidence
- get_market_landscape
- get_buying_committee
- detect_account_triggers
- teardown_tech_stack
- generate_displacement_playbook
- teardown_product_spec