Skip to content
LangChain

catchintent for LangChain

com.catchintent/catchintent

The intent layer for B2B outbound. Find, triage, and act on warmth-scored leads.

client:LangChain transport:streamable-http tools:14

Install catchintent in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "catchintent": {
            "transport": "streamable_http",
            "url": "https://engine.catchintent.com/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

catchintent in other clients