Skip to content
LangChain

Calaf for LangChain

ai.calaf/calaf

Run your Calaf recruiting book from chat: firms, people, pipeline, calendar, notes, and prep.

client:LangChain transport:streamable-http

Install Calaf in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "calaf": {
            "transport": "streamable_http",
            "url": "https://calaf.ai/api/mcp-account",
        }
})

tools = await client.get_tools()

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

Calaf in other clients